summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/team.go
Commit message (Expand)AuthorAgeFilesLines
* Allow site admin to check /api/v1/orgs endpoints (#10867)zeripath2020-03-281-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-10/+49
* [API] orgEditTeam make Fields optional (#9556)65432020-01-091-14/+29
* Swagger info corrections (#9441)65432019-12-201-38/+65
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-0/+2
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-7/+24
* API endpoint for searching teams. (#8108)David Svantesson2019-10-011-0/+83
* Fix team user api (#8172)Lunny Xiao2019-09-151-0/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-2/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Fix team edit API panic (#6780)ngourdon2019-04-271-1/+1
* make sure units of a team are returned (#6379)Lanre Adelowo2019-03-191-0/+5
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-2/+2
* api: Add missing GET teams endpoints (#5382)Harshit Bansal2019-01-161-0/+65
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-3/+3
* Fix create team, update team missing units (#5188)Lunny Xiao2018-11-101-0/+27
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-2/+8
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-3/+3
* don't reset team/repo count when updating team via API (#3831)Morgan Bazalgette2018-04-291-7/+4
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-1/+5
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-0/+198
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-3/+3
* Use handlers for API authorization (#723)Ethan Koenig2017-01-261-49/+72
* Fix permission bugs in team API (#647)Ethan Koenig2017-01-201-13/+121
* API endpoints for organization teams (#370)Ethan Koenig2016-12-281-0/+38
* 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
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-251-6/+1
* Change list teams API to non-admin specificUnknwon2016-03-211-0/+31