summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin/org.go
Commit message (Expand)AuthorAgeFilesLines
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-4/+4
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-6/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-1/+1
* format with gofumpt (#18184)65432022-01-201-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-8/+10
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* [API] List limited and private orgs if authentificated (#16866)65432021-08-301-0/+1
* [API] generalize list header (#16551)65432021-08-121-3/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+3
* 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/+8
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-5/+5
* [API] add GET /orgs endpoint (#9560)65432020-01-121-1/+1
* Swagger info corrections (#9441)65432019-12-201-5/+9
* 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-2/+1
* add pagination for admin api get orgs and fix only list public orgs bug (#7742)Lunny Xiao2019-08-041-1/+12
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-0/+7
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* New API routes added (#5594)Shashvat Kedia2019-01-231-0/+29
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+4
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-14/+20
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-1/+14
* golint fixed for routers (#208)Lunny Xiao2016-11-241-1/+2
* 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
* And othersSandro Santilli2016-11-071-1/+1
* 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
* Change list teams API to non-admin specificUnknwon2016-03-211-1/+1
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-0/+44