aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Move Repo APIFormat to convert package (#13787)65432020-12-021-2/+3
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+2
* Fix repo API listing stability (#12057)Clark Boylan2020-07-021-0/+1
* Rework api/user/repos for pagination (#11827)Cirno the Strongest2020-06-131-21/+33
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-3/+3
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+36
* Swagger info corrections (#9441)65432019-12-201-6/+11
* Make /users/{username}/repos list private repos the current user has access t...7FM2019-10-231-1/+1
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-5/+2
* API: '/orgs/:org/repos': return private repos with read access (#5310) (#3829...Daniel Balko2018-11-231-7/+9
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-26/+36
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-3/+3
* API: support '/orgs/:org/repos' (#2047)Aaron Walker2017-07-131-0/+18
* Fix GET /users/:username/repos endpoint (#2125)Ethan Koenig2017-07-101-30/+30
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-1/+18
* bug fixed for API to get user's repos (#1622)Lunny Xiao2017-04-291-4/+7
* fix panic when get user repos from api (#1110)Lunny Xiao2017-03-031-2/+2
* API: support /users/:username/reposawwalker2017-02-271-0/+62