aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Add Close() method to gogitRepository (#8901) (#8958)zeripath2019-11-136-2/+13
* Fix deadline on update issue or PR via API (#8699)David Svantesson2019-10-282-14/+12
* Revert "API should follow RequireSignInView (#8654) (#8661)" (#8674)Lunny Xiao2019-10-241-8/+1
* Fix 500 when getting user as unauthenticated user (#8662)Monty Taylor2019-10-241-1/+1
* API should follow RequireSignInView (#8654) (#8661)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 API for edit and delete release attachment (#8290)David Svantesson2019-09-261-2/+6
* Fix team user api (#8172) (#8188)Lunny Xiao2019-09-171-0/+9
* Run CORS handler first for /api routes (#7967) (#8053)Tamal Saha2019-09-021-8/+1
* upload support text/plain; charset=utf8 (#7899)Lunny Xiao2019-08-171-1/+2
* Rewrite existing repo units if setting is not included in api body (#7811)David Svantesson2019-08-111-73/+86
* api: fix multiple bugs with statuses endpoints (#7785) (#7807)Antoine GIRARD2019-08-092-10/+41
* add pagination for admin api get orgs and fix only list public orgs bug (#774...Lunny Xiao2019-08-051-1/+12
* fix wrong email when use gitea as OAuth2 provider (#7640) (#7647)renothing2019-07-2711-23/+28
* Fixes #7564 - Malformed URLs in API git/commits response (#7565) (#7567)Richard Mahn2019-07-221-2/+2
* fix api route (#7346)Lunny Xiao2019-07-031-4/+4
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-8/+5
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-293-16/+55
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-291-0/+13
* Fixes #7238 - Annotated tag commit ID incorrect (#7321)Richard Mahn2019-06-291-1/+1
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-221-1/+2
* Add missing description of label on API (#7159)Lunny Xiao2019-06-161-3/+7
* Add LastLogin to the User API (#7196)zeripath2019-06-151-0/+2
* Add golangci (#6418)kolaente2019-06-124-21/+32
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-085-31/+133
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-7/+7
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-061-2/+6
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-304-5/+23
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-304-1/+364
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-181-1/+7
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-151-36/+13
* Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#...techknowlogick2019-05-151-0/+1
* Handle CORS requests (#6289)Tamal Saha2019-05-131-2/+19
* Change drone token name to let users know to use oauth2 (#6912)techknowlogick2019-05-121-3/+10
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-1152-53/+53
* Fixes #6881 - API users search fix (#6882)Richard Mahn2019-05-082-2/+2
* Fix 404 when send pull request some situation (#6871)Lunny Xiao2019-05-071-8/+26
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-21/+54
* Hash App token (#6724)techknowlogick2019-05-041-6/+6
* Fix team edit API panic (#6780)ngourdon2019-04-271-1/+1
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-0/+1
* Fix team members API (#6714)Lunny Xiao2019-04-241-1/+38
* [API] Load issue attributes when editing an issue (#6723)John Olheiser2019-04-231-0/+6
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-222-1/+56
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-192-3/+4
* API OTP Context (#6674)techknowlogick2019-04-191-3/+8
* Comments list performance optimization (#5305)Lunny Xiao2019-04-181-5/+20
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-177-142/+374
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-175-3/+233
* Return a UserList from /api/v1/admin/users (#6629)zeripath2019-04-153-13/+27