| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ability to fork your own repos (#761) | Bwko | 2017-01-26 | 1 | -6/+0 |
* | Use handlers for API authorization (#723) | Ethan Koenig | 2017-01-26 | 5 | -131/+100 |
* | Fix FIXME and remove superfluous queries in models/org (#749) | Ethan Koenig | 2017-01-25 | 1 | -7/+27 |
* | bug fixed caused by #530 (#755) | Lunny Xiao | 2017-01-25 | 1 | -1/+1 |
* | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 5 | -11/+38 |
* | fixed bugs on Wiki and resolved #667 (#674) | Lunny Xiao | 2017-01-21 | 1 | -10/+14 |
* | Fix crash caused by #647 (#708) | Bwko | 2017-01-20 | 1 | -1/+1 |
* | Spun attachments into seperate go file (#701) | Philip Couling | 2017-01-20 | 2 | -57/+73 |
* | Fix permission bugs in team API (#647) | Ethan Koenig | 2017-01-20 | 3 | -120/+136 |
* | API Endpoints for organization members (#645) | Ethan Koenig | 2017-01-20 | 2 | -0/+151 |
* | Notifications: trying to get a better layout (#660) | Andrey Nering | 2017-01-18 | 1 | -2/+2 |
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 1 | -1/+1 |
* | Two factor authentication support (#630) | Andrew | 2017-01-16 | 2 | -8/+363 |
* | Attach to release (#673) | Philip Couling | 2017-01-15 | 3 | -6/+25 |
* | Bug fixes for webhook API (#650) | Ethan Koenig | 2017-01-14 | 3 | -6/+51 |
* | docs: update translation on notification page for zh-CN (#649) | xgitea | 2017-01-13 | 1 | -1/+1 |
* | Notifications: mark as read/unread and pin (#629) | Andrey Nering | 2017-01-12 | 1 | -1/+34 |
* | bug fix release | Lunny Xiao | 2017-01-09 | 1 | -0/+5 |
* | Add Keep email private (see issue #571). (#571) | derSuessmann | 2017-01-08 | 2 | -0/+5 |
* | API endpoint for subscribers (#598) | Ethan Koenig | 2017-01-07 | 2 | -0/+26 |
* | API endpoint for stargazers (#597) | Ethan Koenig | 2017-01-06 | 2 | -0/+26 |
* | Make releases faster than before and resolved #490 (#588) | Lunny Xiao | 2017-01-06 | 1 | -56/+46 |
* | Merge pull request #539 from andreynering/notifications-step-2 | Andrey Nering | 2017-01-05 | 2 | -1/+81 |
|\ |
|
| * | Add pagination for notifications | Andrey Nering | 2017-01-03 | 1 | -3/+25 |
| * | Do not get count on /api routers | Andrey Nering | 2017-01-02 | 1 | -0/+5 |
| * | Notifications - Step 2 | Andrey Nering | 2016-12-30 | 2 | -1/+54 |
* | | Rename .gogs to .gitea and comply with github template guidelines (#568) (#582) | Manuel Kuhlmann | 2017-01-05 | 2 | -4/+10 |
* | | bug fixed for fork repos (#560) | Lunny Xiao | 2017-01-03 | 1 | -1/+1 |
* | | build failed by deleting release by API (#562) | Lunny Xiao | 2017-01-03 | 1 | -1/+1 |
* | | change the default action when deleting a release to not delete tag | Lunny Xiao | 2017-01-03 | 1 | -1/+2 |
* | | Release API endpoints | Ethan Koenig | 2017-01-02 | 2 | -0/+193 |
* | | UI config to toggle whether user email shows up in Explore Users (#336) | Thiago Avelino | 2017-01-01 | 1 | -0/+1 |
* | | Restrict creating organisations by user (#193) | Schwobaland | 2016-12-31 | 2 | -0/+9 |
* | | API endpoints for forks (#509) | Ethan Koenig | 2016-12-31 | 2 | -0/+63 |
* | | fix gofmt error | Bo-Yi Wu | 2016-12-30 | 2 | -5/+5 |
|/ |
|
* | Notification - Step 1 (#523) | Andrey Nering | 2016-12-31 | 1 | -0/+5 |
* | push + pull now works with reverse proxy + basic auth on apache 2.4 | Gogs | 2016-12-29 | 1 | -62/+75 |
* | Tab on user profile to show starred repos (#519) | Andrey Nering | 2016-12-29 | 1 | -5/+8 |
* | Cache users on list releases (#527) | Lunny Xiao | 2016-12-29 | 1 | -14/+22 |
* | Repo permission bug fixes (#513) | Ethan Koenig | 2016-12-29 | 2 | -5/+7 |
* | commithgraph / timeline (#428) | Kjell Kvinge | 2016-12-29 | 1 | -0/+27 |
* | Permissions bug fix for webhooks | Ethan Koenig | 2016-12-28 | 1 | -1/+1 |
* | API endpoints for organization teams (#370) | Ethan Koenig | 2016-12-28 | 3 | -0/+70 |
* | Remove redundant query in collaborator API (#516) | Ethan Koenig | 2016-12-28 | 1 | -24/+4 |
* | fix installation page ssh domain unavilable | Lunny Xiao | 2016-12-27 | 1 | -2/+2 |
* | Improve the way how branches are deleted | Bwko | 2016-12-26 | 2 | -11/+51 |
* | API Endpoints for collaborators (#375) | Ethan Koenig | 2016-12-26 | 2 | -1/+99 |
* | Git LFS support v2 (#122) | Fabian Zaremba | 2016-12-26 | 2 | -0/+46 |
* | Provide button to delete merged pull request (#441) | Lunny Xiao | 2016-12-25 | 2 | -0/+28 |
* | Organization webhook API endpoints | Ethan Koenig | 2016-12-25 | 4 | -134/+316 |