summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7...David Svantesson2019-10-021-28/+72
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-011-1/+3
* API endpoint for searching teams. (#8108)David Svantesson2019-10-012-2/+88
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-011-1/+1
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-301-1/+2
* Fix API for edit and delete release attachment (#8285)David Svantesson2019-09-271-2/+6
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-271-4/+3
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-3/+4
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-3/+3
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-232-16/+18
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-181-0/+12
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-182-2/+4
* Remove legacy handling of drone token (#8191)techknowlogick2019-09-171-6/+0
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-151-3/+4
* Fix team user api (#8172)Lunny Xiao2019-09-151-0/+9
* Implement webhook branch filter (#7791)WGH2019-09-091-0/+2
* Add option to initialize repository with labels (#6061)John Olheiser2019-09-081-0/+1
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-036-42/+310
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-261-7/+0
* Adds details about what tags can use the Git tags API (#7989)Richard Mahn2019-08-261-2/+2
* API method to list all commits of a repository (#6408)Mike Schwörer2019-08-263-26/+221
* Run CORS handler first for /api routes (#7967)Tamal Saha2019-08-261-8/+1
* Include description in repository search. (#7942)David Svantesson2019-08-251-11/+16
* Document possibility to limit API Repo search to topics only. (#7957)David Svantesson2019-08-231-0/+4
* Use gitea forked macaron (#7933)Tamal Saha2019-08-2335-58/+29
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-153-15/+15
* Rewrite existing repo units if setting is not included in api body (#7763)David Svantesson2019-08-101-73/+86
* api: fix multiple bugs with statuses endpoints (#7785)Antoine GIRARD2019-08-092-10/+41
* add pagination for admin api get orgs and fix only list public orgs bug (#7742)Lunny Xiao2019-08-041-1/+12
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-2711-23/+28
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)zeripath2019-07-251-5/+46
* Swagger: Add information to API Token header (#7585)zeripath2019-07-241-0/+1
* Fixes #7564 - Malformed URLs in API git/commits response (#7565)Richard Mahn2019-07-221-2/+2