summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* backport 5571 (#5573)techknowlogick2018-12-212-1/+48
* Fix empty wiki (#5504) (#5508)Lunny Xiao2018-12-101-1/+3
* Admin should be able to delete repos even if he is not a member of the organi...Lanre Adelowo2018-12-021-1/+1
* Backported #5383 on v1.6: API: '/orgs/:org/repos': return private repos with ...Daniel Balko2018-11-241-7/+9
* Fix create team, update team missing units (#5188) (#5313)Lunny Xiao2018-11-112-0/+28
* Backport #5250 on v1.6: Fix Issue 5249 and protect /api/v1/admin routes with ...zeripath2018-11-041-4/+8
* fix to 3819 - Backport (#5219)Rodrigo Villablanca Vásquez2018-10-291-0/+2
* Add comment replies (#5147)Jonas Franz2018-10-231-1/+4
* Disable debug routes unless PPROF is enabled in configuration (#4995)Lauris BH2018-09-291-0/+1
* Detect charset and convert non UTF-8 files for display (#4950)Lauris BH2018-09-291-2/+4
* Update Swagger API to match the return of /users/search (#4847)zeripath2018-09-211-1/+10
* Code review UI improvements and bugfixes (#4682)Lauris BH2018-09-171-2/+12
* make sure to catch the right error so it is displayed as an error on the ui n...Lanre Adelowo2018-09-161-1/+1
* Allow admin toggle forcing a password change for newly created users (#4563)Lanre Adelowo2018-09-132-7/+45
* Force user to change password (#4489)Lanre Adelowo2018-09-135-6/+146
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-133-0/+7
* Remove traces of embedded TiDB (#4906)techknowlogick2018-09-111-15/+2
* Add file name and branch to page title (#4902)Lanre Adelowo2018-09-101-0/+2
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-1/+1
* allow api to create tags for releases (#4890)Bobonium2018-09-101-4/+0
* Slack webhook channel name cannot be empty or just contain an hashtag (#4786)Lanre Adelowo2018-09-104-5/+61
* Fixes repo branch endpoint summary (#4893)Lewis Cowles2018-09-091-1/+1
* Add sudo functionality to the API (#4809)zeripath2018-09-061-1/+44
* issues api allow pulls and fix #4832 (#4852)Lunny Xiao2018-09-031-1/+9
* Make reverse proxy auth optional (#4643)Najib Idrissi2018-08-291-6/+2
* API /admin/users/{username} missing parameter (#4775)EnricoFerro2018-08-231-0/+6
* Fixed bug where team with admin privelege type doesn't get any unit attached ...Lanre Adelowo2018-08-211-2/+3
* User shouldn't be able to approve or reject his/her own PR (#4729)Lanre Adelowo2018-08-201-2/+22
* Display error when adding a user to a team twice (#4746)Lanre Adelowo2018-08-191-1/+6
* Improve URL validation for external wiki and external issues (#4710)Lauris BH2018-08-151-2/+9
* Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)SagePtr2018-08-144-25/+26
* Add whitespace handling to PR-comparsion (#4683)nemoinho2018-08-143-4/+22
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-133-1/+17
* Use updated docs link on install page (#4668)techknowlogick2018-08-111-1/+1
* make sure to set pr split view (#4617)Lanre Adelowo2018-08-111-1/+1
* log user in after a successful sign up (#4615)Lanre Adelowo2018-08-111-1/+2
* prevent empty review comment (#4632)Lanre Adelowo2018-08-071-0/+7
* An inactive user shouldn't be able to be added as a collaborator (#4535)Lanre Adelowo2018-08-073-0/+37
* Don't fail silently if trying to add a collaborator twice (#4533)Lanre Adelowo2018-08-072-0/+108
* Pull request review/approval and comment on code (#3748)Lauris BH2018-08-064-4/+192
* api: repos/search: add parameters to control the sort order (#3964)Allen Wild2018-08-021-0/+47
* fix panic issue on update avatar email (#4580) (#4581)Dingjun2018-08-011-1/+1
* fix IsPullReuqestBroken->IsPullRequestBroken (#4578)Julien Tant2018-08-011-3/+3
* Swagger.v1.json template (#3572)Piotr Orzechowski2018-07-284-4/+22
* Switch plaintext scratch tokens to use hash instead (#4331)techknowlogick2018-07-272-5/+10
* env var GITEA_PUSHER_EMAIL (#4516)Lukas Treyer2018-07-261-0/+5
* Add flash message after an account has been successfully activated (#4510)Lanre Adelowo2018-07-251-0/+1
* Respect email privacy option in user search via API (#4512)Lanre Adelowo2018-07-251-1/+1
* Redirect to correct page after using scratch token (#4458)techknowlogick2018-07-191-1/+2
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-177-0/+183