summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix new release creation API to allow empty target (#5870)Lauris BH2019-01-301-0/+4
* API: Fix null pointer in attempt to Sudo if not logged in (#5872)zeripath2019-01-281-1/+1
* update swagger for release API pagination (#5841)Lunny Xiao2019-01-251-0/+8
* improve the releases api paging (#5831)Lunny Xiao2019-01-241-1/+17
* Added docs for the tree api (#5834)kolaente2019-01-242-0/+31
* New API routes added (#5594)Shashvat Kedia2019-01-233-0/+57
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-171-1/+1
* Refactor notification for indexer (#5111)Lunny Xiao2019-01-171-0/+6
* api: Add missing GET teams endpoints (#5382)Harshit Bansal2019-01-162-0/+68
* Issue is not overdue when it is on the same date #5566 (#5568)Rodrigo Villablanca Vásquez2019-01-011-5/+9
* Delete organization endpoint added (#5601)Shashvat Kedia2018-12-272-1/+25
* Fix route in swagger (#5598)Shashvat Kedia2018-12-261-1/+1
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-133-5/+16
* fix permission check on api create org (#5523)Lunny Xiao2018-12-111-1/+1
* add tests for api user orgs (#5494)Lunny Xiao2018-12-091-1/+1
* admin should be able to delete repos even if he is not a member of the organi...Lanre Adelowo2018-12-021-1/+1
* Removing Labels via EditPullRequest API (#5348)Lucien Kerl2018-12-011-1/+1
* Git-Trees API (#5403)Kasi Reddy2018-11-282-0/+93
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-2814-170/+151
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-273-0/+133