aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Deny wrong pull (#13308)M4RKUS-111112020-10-261-0/+6
* Add review request api (#11355)a10121127962020-10-203-1/+218
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-177-24/+35
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-132-1/+12
* Return 404 not 500 from API if team does not exist (#13118)zeripath2020-10-121-1/+1
* Improve error feedback for duplicate deploy keys (#13112)Chris Shyi2020-10-121-0/+2
* fix: case typo (#13049)Rongjian Zhang2020-10-061-1/+1
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-051-2/+1
* API: Get release by tags endpoint (#12932)Johan Van de Wauw2020-09-252-0/+63
* Add IsTemplate option in create repo ui and api (#12942)赵智超2020-09-251-0/+1
* Adopt repositories (#12920)zeripath2020-09-253-0/+171
* Fixed count of filtered issues when api request. (#12275)ひのしば / hinoshiba2020-09-241-28/+42
* API: GetReleaseByID return 404 if not found (#12933)65432020-09-241-2/+12
* Fix ListUserOrgs (#12910)赵智超2020-09-211-1/+1
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-2010-28/+26
* Add configurable Trust Models (#11712)zeripath2020-09-201-0/+1
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-183-100/+6
* Fix [API] [Bug] CreateRepo missing information (#12848)65432020-09-151-0/+6
* [API] Milestone endpoints accept names too (#12649)65432020-09-141-27/+49
* Issue templates directory (#11450)John Olheiser2020-09-113-0/+33
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-5/+3
* [API] Migration: Change ServiceType String (#12672)65432020-09-103-33/+38
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-1/+18
* Add better Swagger description and a example for GetArchive (#12743)65432020-09-061-1/+1
* Expose Attachemnt Settings by API (#12514)65432020-09-053-0/+26
* API: Expose its limitation settings (#12714)65432020-09-043-0/+26
* [API] Delete Token accept names too (#12366)65432020-08-281-5/+36
* Add cron running API (#12421)zeripath2020-08-243-0/+106
* Allow addition of gpg keyring with multiple keys (#12487)zeripath2020-08-211-2/+2
* Report error if API merge is not allowed (#12528)zeripath2020-08-191-3/+13
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-2/+2
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+11
* Fix bug preventing transfer to private organization (#12497)zeripath2020-08-161-1/+10
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-1311-0/+14
* Add API to update pr headBranch (#12419)赵智超2020-08-042-0/+97
* Add TOTP header to Swagger Documentation (#12402)65432020-08-021-0/+6
* Add action feed for new release (#12324)赵智超2020-07-291-4/+4
* Add name filter to API for GetMilestoneList (#12336)65432020-07-281-2/+11
* Extend Notifications API and return pinned notifications by default (#12164)zeripath2020-07-123-14/+125
* Fix regression: Gitea commits API again returns commit summaries, not full me...Kristian Antonsen2020-07-081-1/+1
* Fix repo API listing stability (#12057)Clark Boylan2020-07-021-0/+1
* Do not override API issue pagination with UI settings (#12068)Cirno the Strongest2020-06-271-3/+0
* Fix swagger docs for /repos/issues (#12069)Cirno the Strongest2020-06-271-0/+2
* API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s...65432020-06-224-17/+34
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-219-14/+51
* Rework api/user/repos for pagination (#11827)Cirno the Strongest2020-06-131-21/+33
* API expose usefull General Repo settings settings (#11758)65432020-06-103-0/+25
* API allow to create closed milestones (#11745)65432020-06-091-0/+5
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-0939-61/+61
* Honor DEFAULT_PAGING_NUM for API (#11805)Cirno the Strongest2020-06-081-6/+0