aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org
Commit message (Expand)AuthorAgeFilesLines
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-293-44/+53
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-13/+4
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-223-25/+25
* Add `GetUserTeams` (#18499)Gusted2022-02-011-6/+5
* format with gofumpt (#18184)65432022-01-202-4/+4
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-28/+65
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-0/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-282-10/+12
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-12/+13
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-222-2/+8
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-221-8/+13
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-194-14/+15
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-6/+6
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* 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