aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org
Commit message (Expand)AuthorAgeFilesLines
* Add Webhook authorization header (#20926)oliverpool2022-11-031-2/+12
* [API] teamSearch show teams with no members if user is admin (#21204)65432022-09-191-1/+5
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+3
* Fix owners cannot create organization repos bug (#20841)Lunny Xiao2022-08-181-1/+1
* Add spectral linter for Swagger (#20321)silverwind2022-07-111-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-15/+15
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-5/+5
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-131-43/+29
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-4/+5
* Add API to check if team has repo access (#19540)qwerty2872022-05-011-0/+49
* Fix panic in team repos API (#19431)qwerty2872022-04-201-1/+1
* Fix panic in teams API when requesting members (#19360)delvh2022-04-111-1/+1
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-1/+1
* 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