aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org
Commit message (Expand)AuthorAgeFilesLines
* Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR...wxiaoguang2021-10-151-1/+1
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-121-0/+71
* Calculate label URL on API (#16186)65432021-09-101-4/+6
* [API] List limited and private orgs if authentificated (#16866)65432021-08-301-0/+1
* [API] generalize list header (#16551)65432021-08-125-31/+64
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-2/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-112-3/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-292-3/+3
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-2/+2
* Fix some API bugs (#16184)65432021-06-181-1/+7
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-1/+1
* [refactor] Unify the export of user data via API (#15144)65432021-03-272-3/+3
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-3/+1
* [API] Add pagination to ListBranches (#14524)65432021-02-031-2/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-264-16/+25
* HotFix: Hide private partisipation in Orgs (#13994)65432020-12-171-11/+20
* Move Repo APIFormat to convert package (#13787)65432020-12-021-1/+1
* Fix ListUserOrgs (#12910)赵智超2020-09-211-1/+1
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-1/+1
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-132-0/+2
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-213-4/+16
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-095-12/+12
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-0/+237
* Allow site admin to check /api/v1/orgs endpoints (#10867)zeripath2020-03-282-2/+2
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+1
* [API] let admin check org membership on other users (#10201)65432020-02-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-244-20/+105
* [API] add GET /orgs endpoint (#9560)65432020-01-121-0/+47
* [API] orgEditTeam make Fields optional (#9556)65432020-01-091-14/+29
* Swagger info corrections (#9441)65432019-12-204-69/+122
* Only show part of members on orgnization dashboard and add paging for orgniza...Lunny Xiao2019-12-061-24/+7
* 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-104-4/+4
* 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
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-8/+9
* Fix team user api (#8172)Lunny Xiao2019-09-151-0/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-234-8/+4
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-272-3/+4
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-2/+12
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-114-4/+4
* 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-183-6/+6
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+4
* api: Add missing GET teams endpoints (#5382)Harshit Bansal2019-01-161-0/+65
* 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