summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Fix tracked time issues (#11349) (#11354)guillep2k2020-05-091-0/+5
* When delete tracked time through the API return 404 not 500 (#11319) (#11326)65432020-05-071-1/+5
* Fix bug on branch API (#10767) (#10775)Lunny Xiao2020-03-201-2/+15
* Prevent panic in stopwatch (#10670) (#10673)zeripath2020-03-081-2/+5
* Handle push rejection message in Merge & Web Editor (#10373) (#10497)zeripath2020-02-271-0/+8
* Fix double PR notification from API (#10482) (#10486)John Olheiser2020-02-261-3/+0
* Trigger webhooks on issue label-change via API too (#10421) (#10439)65432020-02-241-36/+29
* Various fixes in login sources (#10428) (#10429)zeripath2020-02-231-0/+2
* Fix milestone API state parameter unhandled (#10049) (#10052)Lunny Xiao2020-01-291-1/+6
* 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) (#9889)Lunny Xiao2020-01-204-9/+25
* Fix issues/pulls dependencies problems (#9842) (#9864)Lunny Xiao2020-01-191-0/+15
* [BugFix] [API] ​/repos​/issues​/search (#9698) (#9724)65432020-01-121-12/+16
* 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
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-11/+1
* Add Close() method to gogitRepository (#8901)zeripath2019-11-135-1/+13
* Template Repositories (#8768)John Olheiser2019-11-111-0/+19
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-0/+12
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-1010-10/+10
* Fix bug when migrate from API (#8631)Lunny Xiao2019-11-081-6/+47
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-081-5/+1
* Fix API deadline removal (#8759)David Svantesson2019-11-032-7/+21
* Add API for Issue set Subscription (#8729)65432019-11-021-0/+216
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-022-4/+2
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-1/+1
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-2/+3
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-1/+133
* Move webhook codes from service to webhook notification (#8712)Lunny Xiao2019-10-301-7/+0
* Move issue notifications (#8713)Lunny Xiao2019-10-292-15/+2
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-282-7/+3
* Fix deadline on update issue or PR via API (#8696)David Svantesson2019-10-282-16/+14
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-262-20/+15
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-252-6/+54