aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* API: Add pull review endpoints (#11224)65432020-05-024-13/+586
* Return issue subscription status from API subscribe (#10966)65432020-04-301-2/+19
* Refactor UpdateOAuth2Application (#11034)65432020-04-301-8/+2
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-6/+42
* Fix GetContents(): Dont't ignore Executables (#11192)65432020-04-241-7/+7
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-1/+1
* Allow list collaborators for users with Read access to repo (#9995)Shashvat Kedia2020-04-211-5/+5
* Add issue subscription check to API (#10967)65432020-04-213-9/+63
* make branch parameter optional for /api/v1/repos/{owner}/{repo}/contents/{fil...65432020-04-201-0/+12
* Support organization labels for PRs in API (#11135)CirnoT2020-04-201-1/+28
* [API] Add branch delete (#11112)65432020-04-192-0/+102
* Add X-Total-Count on /repos/{owner]/{repo}/pulls API (#11113)CirnoT2020-04-181-0/+1
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+5
* document 404 responce and meaning (#11073)65432020-04-151-0/+2
* Contents API should return 404 on not exist (#10323)zeripath2020-04-151-2/+30
* Reject duplicate AccessToken names (#10994)65432020-04-131-0/+12
* [Api] Check Notify (always return json) (#10059)65432020-04-101-11/+2
* Add Get/Update for api/v1/user/applications/oauth2 (#11008)Dan Molik2020-04-092-1/+90
* [suggest] change merge strategy: do not check write access if user in merge...j.yao.SUSE2020-04-081-1/+1
* [API] Get a single commit via Ref (#10915)65432020-04-072-7/+60
* Add gitea-vet (#10948)John Olheiser2020-04-052-0/+8
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-015-8/+255
* Use subquery to instead In (#10874)Lunny Xiao2020-03-301-16/+14
* Allow site admin to check /api/v1/orgs endpoints (#10867)zeripath2020-03-282-2/+2
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-3/+3
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+5
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-8/+9
* Fix branch api canPush and canMerge (#10776)Lunny Xiao2020-03-201-2/+12
* Prevent panic in stopwatch (#10670)zeripath2020-03-081-2/+5
* Granular webhook events (#9626)John Olheiser2020-03-061-9/+26
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-10/+10
* Remove Unused Functions (#10516)65432020-03-021-8/+0
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-294-0/+121
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-283-38/+15
* Fix double PR notification from API (#10482)John Olheiser2020-02-261-3/+0
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-2/+7
* [API] enable paggination for ListRepoTags (#10454)65432020-02-251-1/+12
* Trigger webhooks on issue label-change via API too (#10421)65432020-02-231-36/+29
* Various fixes in login sources (#10428)guillep2k2020-02-234-0/+5
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-0/+8
* Add API branch protection endpoint (#9311)David Svantesson2020-02-124-2/+533
* [API] let admin check org membership on other users (#10201)65432020-02-091-1/+1
* [API] Fix inconsistent label color format (#10129)65432020-02-091-1/+23
* Prevent DeleteUser API abuse (#10125)65432020-02-031-0/+6
* API endpoint for repo transfer (#9947)65432020-01-313-0/+103
* Fix milestone API state parameter unhandled (#10049)Lunny Xiao2020-01-291-1/+6
* Refactor api repo dir (#10048)65432020-01-293-234/+264
* Minor typo fix (#10043)Andy Harrison2020-01-281-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-2437-151/+630
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-9/+9