summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/collaborators.go
Commit message (Expand)AuthorAgeFilesLines
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-291-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+10
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-4/+4
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-1/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-5/+7
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-291-0/+55
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+9
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* [API] generalize list header (#16551)65432021-08-121-0/+9
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-0/+60
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-1/+4
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* 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