summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-204-9/+25
* Fix issues/pulls dependencies problems (#9842)Lunny Xiao2020-01-191-0/+15
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-171-73/+67
* Remove unnecessary permissions load (#9796)Lunny Xiao2020-01-161-7/+1
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-2/+2
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-0/+9
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-143-0/+41
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-2/+3
* Restricted users (#6274)Manush Dodunekov2020-01-132-4/+2
* [API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685)65432020-01-131-11/+25
* [API] add GET /orgs endpoint (#9560)65432020-01-123-1/+49
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-4/+4