summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
...
* 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-231-0/+2
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-0/+8
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-2/+504
* [API] Fix inconsistent label color format (#10129)65432020-02-091-1/+23
* API endpoint for repo transfer (#9947)65432020-01-311-0/+100
* Fix milestone API state parameter unhandled (#10049)Lunny Xiao2020-01-291-1/+6
* Refactor api repo dir (#10048)65432020-01-293-234/+264
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-2420-100/+299
* 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
* 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
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-4/+4
* [BugFix] [API] ​/repos​/issues​/search (#9698)65432020-01-121-12/+16
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-5/+28
* Move tracked time api convert to convert package (#9665)Lunny Xiao2020-01-101-5/+6
* Remove deprecation comment for CreateOrgRepo (#9670)Ryan2020-01-101-1/+0
* Fix wrong original git service type on a migrated repository (#9693)Lunny Xiao2020-01-101-6/+7
* Move pull request api convert to convert package (#9664)Lunny Xiao2020-01-101-4/+5
* [API] creat org repo call same as github (#9186)65432020-01-091-3/+35
* [API] Add notification endpoint (#9488)65432020-01-091-0/+2
* times Add filters (#9373)65432020-01-081-20/+114
* [API] add comments endpoint for single comment (#9494)65432020-01-081-0/+81
* fix swagger description of reaction API (#9617)65432020-01-061-12/+12
* [API] dont reqToken on GetReactions (fix #9543) (#9548)65432020-01-021-4/+4
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)65432020-01-012-5/+9
* [API] Fix 9544 | return 200 when reaction already exist (#9550)65432019-12-311-22/+28
* [API] Extend times API (#9200)65432019-12-271-30/+217
* [API] Extend contents with dates (#9464)65432019-12-241-0/+31
* Swagger info corrections (#9441)65432019-12-2029-420/+664
* Fix NewCommitStatus (#9434)John Olheiser2019-12-191-2/+2
* Sleep longer if request speed is over github limitation (#9335)Lunny Xiao2019-12-161-1/+2
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-151-3/+0
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-7/+1
* [API] extend StopWatch (#9196)65432019-12-112-138/+216
* [API] Add Reactions (#9220)65432019-12-071-0/+394
* Hide credentials when submitting migration (#9102)Jordan2019-11-221-1/+1
* Refactor Issues Subscription (#8738)65432019-11-201-39/+9
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-4/+4
* Handle setting default branch via API (#9030)David Svantesson2019-11-171-0/+12
* Update branch API endpoint to show effective branch protection. (#9031)David Svantesson2019-11-161-3/+14