summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* Add API to list tags (#5850)Lunny Xiao2019-02-071-0/+3
* Expose issue stopwatch toggling via API (#5970)Lanre Adelowo2019-02-061-0/+4
* Add single commit API support (#5843)Lunny Xiao2019-02-021-0/+3
* don't allow pull requests to be created on an archived repository (#5883)Lanre Adelowo2019-01-301-6/+13
* API: Fix null pointer in attempt to Sudo if not logged in (#5872)zeripath2019-01-281-1/+1
* New API routes added (#5594)Shashvat Kedia2019-01-231-0/+3
* api: Add missing GET teams endpoints (#5382)Harshit Bansal2019-01-161-0/+3
* Delete organization endpoint added (#5601)Shashvat Kedia2018-12-271-1/+2
* Git-Trees API (#5403)Kasi Reddy2018-11-281-0/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-54/+88
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-271-0/+4
* add api for user to create org (#5268)Lunny Xiao2018-11-201-0/+2
* Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he...zeripath2018-11-031-4/+8
* User action heatmap (#5131)kolaente2018-10-231-0/+8
* Remove check for negative length (#5120)Oleg Kovalov2018-10-201-1/+1
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-1/+1
* Add sudo functionality to the API (#4809)zeripath2018-09-061-1/+44
* issues api allow pulls and fix #4832 (#4852)Lunny Xiao2018-09-031-1/+9
* Swagger.v1.json template (#3572)Piotr Orzechowski2018-07-281-2/+2
* Issue due date api (#3890)kolaente2018-07-161-0/+2
* Add ability to delete a token (#4235)techknowlogick2018-07-061-0/+1
* Fix swagger security parts (#4236)Antoine GIRARD2018-06-121-4/+4
* API endpoint for testing webhook (#3550)Ethan Koenig2018-04-291-3/+6
* Add topic support (#3711)Lunny Xiao2018-04-111-0/+4
* Add Attachment API (#3478)Jonas Franz2018-03-061-3/+12
* Add option to enable or disable swagger endpoints (#3502)Piotr Orzechowski2018-02-141-2/+7
* Fix API-Endpoint release (#3012)Marc Brückner2018-01-161-2/+2
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-051-1/+1
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-2/+8
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-061-1/+4
* Fix comment API paths (#2813)Ethan Koenig2017-11-201-3/+4
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-14/+9
* Fix API raw requests for commits and tags (#2841)Lauris BH2017-11-041-1/+1
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-1/+1
* Move swagger-ui under /api/v1 (#2746)Antoine GIRARD2017-10-211-0/+3
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-0/+11
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-0/+22
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-021-1/+1
* fix some bugLunny Xiao2017-07-281-5/+5
* API: support '/orgs/:org/repos' (#2047)Aaron Walker2017-07-131-0/+1
* Fix repo API bug (#2133)Ethan Koenig2017-07-121-33/+43
* Improve org error handling (#2117)Antoine GIRARD2017-07-061-3/+3
* Fix API for branches with slashes (#2096)Ethan Koenig2017-07-021-1/+1
* Separate generate swagger + fix sed os specific (#1791)Antoine GIRARD2017-06-151-4/+0
* Merge pull request #1905 from ethantkoenig/fix/org_api_authAndrey Nering2017-06-071-7/+7
|\
| * Require token before checking membership/ownershipEthan Koenig2017-06-071-7/+7
* | A missing / to provide a correct endpointcamlafit2017-06-071-1/+1
|/
* Fix change introduce by update of go-swagger. (#1727)Antoine GIRARD2017-06-011-0/+1
* Fix 500 for GET /teams/:id endpoints (#1811)Ethan Koenig2017-05-261-1/+1
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-0/+25