summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* [API] Extend contents with dates (#9464)65432019-12-242-0/+34
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-231-2/+2
* Swagger info corrections (#9441)65432019-12-2050-638/+1018
* 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-114-138/+233
* [API] Add Reactions (#9220)65432019-12-073-7/+428
* Only show part of members on orgnization dashboard and add paging for orgniza...Lunny Xiao2019-12-061-24/+7
* Hide credentials when submitting migration (#9102)Jordan2019-11-221-1/+1
* Refactor Issues Subscription (#8738)65432019-11-202-42/+12
* Team permission to create repository in organization (#8312)David Svantesson2019-11-202-4/+6
* Handle setting default branch via API (#9030)David Svantesson2019-11-172-1/+13
* 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-136-2/+14
* 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-1024-353/+22
* 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
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-062-12/+30
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-032-3/+5
* Fix API deadline removal (#8759)David Svantesson2019-11-032-7/+21
* Add API for Issue set Subscription (#8729)65432019-11-022-0/+221
* 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-312-1/+135
* 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
* Revert "API should follow RequireSignInView (#8654)" (#8675)Lunny Xiao2019-10-241-8/+1
* API should follow RequireSignInView (#8654)Lunny Xiao2019-10-241-1/+8
* Hide some user information via API if user have no enough permission (#8655)Lunny Xiao2019-10-241-4/+4
* Fix 500 when getting user as unauthenticated user (#8653)Monty Taylor2019-10-241-1/+1
* Make /users/{username}/repos list private repos the current user has access t...7FM2019-10-231-1/+1
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-191-1/+1
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-10/+9
* don't ignore error message (#8550)Antoine GIRARD2019-10-171-1/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-163-8/+77
* upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501)Colin Arnott2019-10-151-1/+1
* Move clearlabels from models to issue service (#8326)Lunny Xiao2019-10-151-1/+2
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-141-1/+13
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-14/+23
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-2/+2