aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/collaborators.go
Commit message (Expand)AuthorAgeFilesLines
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+10
* Swagger info corrections (#9441)65432019-12-201-17/+28
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+0
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-1/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-1/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-17/+1
* An inactive user shouldn't be able to be added as a collaborator (#4535)Lanre Adelowo2018-08-071-0/+7
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-1/+98
* Remove redundant query in collaborator API (#516)Ethan Koenig2016-12-281-24/+4
* API Endpoints for collaborators (#375)Ethan Koenig2016-12-261-0/+93
* golint fixed for routers (#208)Lunny Xiao2016-11-241-0/+1
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* #2780 code clean upUnknwon2016-08-111-17/+6
* Add AddCollaborator API Endpoint (#2780)Robin Lambertz2016-08-111-0/+49