summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Status-API (#1332)Kim "BKC" Carlbäcker2017-04-211-0/+7
* Add repo mirror sync API endpoint (#1508)Jonas2017-04-191-0/+1
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+8
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* Add basic integration test infrastructure (and new endpoint `/api/v1/version`...Mura Li2017-03-061-0/+1
* API: support /users/:username/reposawwalker2017-02-271-2/+4
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-1/+8
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-1/+1
* Remove unneeded database loads (#814)Ethan Koenig2017-02-021-3/+1
* Use handlers for API authorization (#723)Ethan Koenig2017-01-261-14/+26
* Fix crash caused by #647 (#708)Bwko2017-01-201-1/+1
* Fix permission bugs in team API (#647)Ethan Koenig2017-01-201-19/+15
* API Endpoints for organization members (#645)Ethan Koenig2017-01-201-0/+10
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-141-3/+41
* API endpoint for subscribers (#598)Ethan Koenig2017-01-071-0/+1
* API endpoint for stargazers (#597)Ethan Koenig2017-01-061-0/+1
* Release API endpointsEthan Koenig2017-01-021-0/+7
* API endpoints for forks (#509)Ethan Koenig2016-12-311-0/+2
* Repo permission bug fixes (#513)Ethan Koenig2016-12-291-5/+3