summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/org.go
Commit message (Expand)AuthorAgeFilesLines
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+4
* Delete organization endpoint added (#5601)Shashvat Kedia2018-12-271-0/+23
* Fix route in swagger (#5598)Shashvat Kedia2018-12-261-1/+1
* fix permission check on api create org (#5523)Lunny Xiao2018-12-111-1/+1
* add tests for api user orgs (#5494)Lunny Xiao2018-12-091-1/+1
* add api for user to create org (#5268)Lunny Xiao2018-11-201-0/+51
* swagger: add 'required: true' for params in URL (#4097)stevegt2018-06-021-0/+1
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-4/+55
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-1/+1
* Use handlers for API authorization (#723)Ethan Koenig2017-01-261-5/+0
* golint fixed for routers (#208)Lunny Xiao2016-11-241-4/+8
* 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-5/+5
* 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-4/+4
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-251-10/+2
* #1692 add CRUD issue APIsUnknwon2016-03-131-3/+3
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-8/+8
* Rename module: middleware -> contextUnknwon2016-03-111-6/+6
* #1692 add organization APIsUnknwon2015-12-171-0/+74