aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org
Commit message (Expand)AuthorAgeFilesLines
* Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694)Yarden Shoham2023-05-131-1/+1
* Fix admin team access mode value in team_unit table (#24012)yp053272023-04-131-0/+19
* Add activity feeds API (#23494)Zettat1232023-04-042-0/+120
* Improve LoadUnitConfig to handle invalid or duplicate units (#23736)Jason Song2023-04-031-1/+1
* Add user webhooks (#21563)KN4CK3R2023-03-101-56/+23
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-18/+15
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+4
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-153-14/+14
* Restructure `webhook` module (#22256)delvh2023-01-011-9/+9
* Move `convert` package to services (#22264)KN4CK3R2022-12-295-5/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* 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