Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Introducing Collaboration Struct | Peter Smit | 2015-01-23 |
| | |||
* | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 |
| | |||
* | fix #805 | Unknwon | 2015-01-02 |
| | |||
* | work on #784 | Unknwon | 2015-01-02 |
| | |||
* | Default values for both user.name and user.email | euank | 2014-12-27 |
| | | | | | | | | The previous behavior was to set default values only if user.name was not set, but to always set it for both. This only sets a value if there wasn't one; this fixes cases where someone has a user.name but no user.email (see included Dockerfile) or someone has a user.email but no user.name (before the email would have been over-written). | ||
* | modes/repo: incorrect SSH clone URL for #742 | Unknwon | 2014-12-13 |
| | |||
* | fix #735 | Unknwon | 2014-12-12 |
| | |||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 |
| | |||
* | fix #706 and other mirror improve | Unknwon | 2014-12-04 |
| | |||
* | fix #580 | Unknwon | 2014-11-30 |
| | |||
* | Fix #652 | Unknwon | 2014-11-23 |
| | |||
* | Fix #635 | Unknwon | 2014-11-18 |
| | |||
* | #12, API: list user repos, list repo hooks | Unknwon | 2014-11-13 |
| | |||
* | Work on #5 fork and fix #608 | Unknwon | 2014-11-05 |
| | |||
* | fix session API broken and SQL pretection | Unknwon | 2014-11-04 |
| | |||
* | Safe work | Unknwon | 2014-10-25 |
| | |||
* | Fix fork repo and macaron API broken | Unknwon | 2014-10-24 |
| | |||
* | Able to fork repo to individuals | Unknwon | 2014-10-19 |
| | |||
* | Merge remote-tracking branch 'upstream/dev' | evolvedlight | 2014-10-13 |
|\ | | | | | | | | | Conflicts: models/repo.go | ||
| * | Add raw, history file button, and other mirror fixes | Unknwon | 2014-10-11 |
| | | |||
| * | Webhook delivery locking & Hide repo for org members if they don't have access | Unknwon | 2014-10-09 |
| | | |||
| * | Fix #532, add system notice | Unknwon | 2014-10-08 |
| | | |||
| * | Basic xss prevention | Unknwon | 2014-10-04 |
| | | |||
* | | More changes | evolvedlight | 2014-10-13 |
| | | |||
* | | Got the fork count working | evolvedlight | 2014-10-10 |
| | | |||
* | | Initial cut of git fork | evolvedlight | 2014-10-04 |
|/ | |||
* | Bug: 500 when transfer repository to collaborator | Unknwon | 2014-09-29 |
| | |||
* | Mirror fix on transfer repo | Unknwon | 2014-09-25 |
| | |||
* | Page: User profile | Unknwon | 2014-09-25 |
| | |||
* | Fix bug on transfer repo | Unknwon | 2014-09-25 |
| | |||
* | Page: Commits and fix #249 | Unknwon | 2014-09-23 |
| | |||
* | Mirror fix and fix #481 | Unknwon | 2014-09-17 |
| | |||
* | Work on #476 | Unknwon | 2014-09-16 |
| | |||
* | Work on #476 | Unknwon | 2014-09-16 |
| | |||
* | Bug: Transfer repository doesn't update the count | Unknwon | 2014-09-12 |
| | |||
* | Fix #348 | Unknwon | 2014-09-05 |
| | |||
* | Standard git user.name and user.email if not set | Tristan Storch | 2014-09-04 |
| | | | | | | | | | | | Git user.name and user.email will now be set to the standard values - Gogs - gogitservice@gmail.com if user.name is not set or empty. If user.name is set and user.email not, it will leave it this way. | ||
* | update docs and mirror bug fix | Unknwon | 2014-09-02 |
| | |||
* | bug fixed for migrate and fixed #141 | lunnyxiao | 2014-09-02 |
| | |||
* | Bug fix on organization | Unknwon | 2014-08-27 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-08-26 |
|\ | |||
| * | Migrate all branches and tags | Vyacheslav Bakhmutov | 2014-08-25 |
| | | |||
* | | Finsih add/remove repo in organization | Unknwon | 2014-08-26 |
|/ | |||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 |
| | |||
* | Fix and set git config | Unknwon | 2014-08-23 |
| | |||
* | Add/remove member need add/remove access to repositories as well | Unknwon | 2014-08-16 |
| | |||
* | Finish new home page of organization | Unknwon | 2014-08-10 |
| | |||
* | Fix bare repo bug | Unknwon | 2014-08-05 |
| | |||
* | Fix #258 | Unknwon | 2014-08-01 |
| | |||
* | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 |
| | | | | dashboard news feed page, create organization page |