summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change summary to full message (#6591)John Olheiser2019-04-121-1/+1
* Improve issue autolinks (#6273)mrsdizzie2019-04-122-3/+21
* fix bug user search API pagesize didn't obey ExplorePagingNum (#6579)Lunny Xiao2019-04-111-3/+0
* Cleaned permission checks for API -> site admin can now do anything (#6483)Vasek Sraier2019-04-081-29/+40
* fix upload attachments (#6481)Lunny Xiao2019-04-021-6/+6
* Better logging (#6038) (#6095)zeripath2019-04-022-5/+5
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-277-16/+11
* Fix Hook & HookList in Swagger (#6432)Segev Finer2019-03-261-2/+2
* Updates SDK dep (#6406)Richard Mahn2019-03-221-6/+10
* Markdown: enable some more extensions (#6362)Roland Koebler2019-03-211-2/+2
* make sure units of a team are returned (#6379)Lanre Adelowo2019-03-191-0/+5
* Updates to API 404 responses (#6077)John Olheiser2019-03-1829-91/+91
* Return 409 when creating repo if it already exists. (#6330)Bogdan Petrea2019-03-151-2/+3
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-092-2/+2
* add isAdmin to user model (#6231)Lanre Adelowo2019-03-031-0/+1
* Adds MustChangePassword to user create/edit API, defaults to true (#6193)John Olheiser2019-02-271-6/+14
* fix bug when migrate repository 500 when repo is existed (#6188)Lunny Xiao2019-02-261-0/+5
* Make repo creation for API similar to UI (#6142)John Olheiser2019-02-211-0/+3
* Admins can now do unlimited page size user search (listAllUsers & listAllOrgs...John Olheiser2019-02-211-1/+1
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-211-1/+2
* Load Issue attributes for API call (#6122)John Olheiser2019-02-191-1/+1
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-2/+1
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-181-0/+6
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-182-0/+9
* make sure labels are actually returned (#6053)Lanre Adelowo2019-02-131-0/+5
* Fix #5799 - swagger for mergePullRequest (#5996)Thomas Loubiou2019-02-082-0/+6
* Add API to list tags (#5850)Lunny Xiao2019-02-074-0/+73
* Expose issue stopwatch toggling via API (#5970)Lanre Adelowo2019-02-062-0/+142
* Feature - Pagination for git tree API (#5838)Richard Mahn2019-02-062-18/+96
* Fix serving of raw wiki files other than .md (#5814)Gabriel Silva Simões2019-02-051-1/+1
* Add label names as filter in issue search api (#5946)Lanre Adelowo2019-02-041-1/+15
* Issue 5924 fix compare button (#5929)zeripath2019-02-031-2/+2
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+2
* Add single commit API support (#5843)Lunny Xiao2019-02-023-0/+129
* don't allow pull requests to be created on an archived repository (#5883)Lanre Adelowo2019-01-301-6/+13