summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-273-0/+133
* Create Progressive Web App (#4730)SohnyBohny2018-11-271-0/+9
* show only opened milestones on issues page milestone filter (#5051)Lanre Adelowo2018-11-261-2/+2
* API: '/orgs/:org/repos': return private repos with read access (#5310) (#3829...Daniel Balko2018-11-231-7/+9
* Show review summary in pull requests (#5132)kolaente2018-11-221-0/+6
* add api for user to create org (#5268)Lunny Xiao2018-11-202-0/+53
* Add raw blob endpoint to get objects by SHA ID (#5334)Peter Hoffmann2018-11-182-0/+18
* added the ability to set labels on the "edit pull request" api (#5347)Lucien Kerl2018-11-161-0/+12
* Block registration based on email domain (#5157)Lanre Adelowo2018-11-141-0/+5
* Fix create team, update team missing units (#5188)Lunny Xiao2018-11-102-0/+28
* Add option to disable automatic mirror syncing. (#5242)Jonas Bröms2018-11-081-2/+6
* Prometheus endpoint (#5256)Stanislav2018-11-042-0/+40
* Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he...zeripath2018-11-031-4/+8
* Keys API changes (#4960)zeripath2018-10-313-14/+118
* Add AutoHead functionality. (#5186)zeripath2018-10-301-0/+1
* Make gitea serv use api/internal (#4886)Antoine GIRARD2018-10-302-5/+137
* Serve audio files using HTML5 audio tag (#5221)Jonas Bröms2018-10-301-0/+2
* UX of link account (Step 1) (#5006)AJ ONeal2018-10-281-2/+24
* Fix to 3819 - Filtering issues by tags on main screen issues (#3824)Rodrigo Villablanca Vásquez2018-10-281-0/+2
* User action heatmap (#5131)kolaente2018-10-235-0/+59
* Add comment replies (#5104)Jonas Franz2018-10-221-1/+4
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-2022-22/+121
* Remove check for negative length (#5120)Oleg Kovalov2018-10-202-2/+2
* Give user a link to create PR after push (#4716)Julien Tant2018-10-202-0/+86
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-186-14/+40
* Add support for search by uid (#4876)zeripath2018-10-181-0/+5
* 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