summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/org.go
Commit message (Expand)AuthorAgeFilesLines
* [API] Add pagination to ListBranches (#14524)65432021-02-031-2/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-4/+5
* HotFix: Hide private partisipation in Orgs (#13994)65432020-12-171-11/+20
* Fix ListUserOrgs (#12910)赵智超2020-09-211-1/+1
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-2/+7
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-3/+3
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-6/+26
* [API] add GET /orgs endpoint (#9560)65432020-01-121-0/+47
* Swagger info corrections (#9441)65432019-12-201-11/+18
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-8/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-2/+12
* 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