summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/team.go
Commit message (Expand)AuthorAgeFilesLines
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-041-2/+2
* Fix `Permission` in API returned repository struct (#25388) (#25441)Giteabot2023-06-221-4/+4
* 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-041-0/+53
* Improve LoadUnitConfig to handle invalid or duplicate units (#23736)Jason Song2023-04-031-1/+1
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-8/+8
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* 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-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* [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
* [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 organization related structs into sub package (#18518)Lunny Xiao2022-03-291-26/+34
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-8/+8
* Add `GetUserTeams` (#18499)Gusted2022-02-011-6/+5
* 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-281-6/+7
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* [API] generalize list header (#16551)65432021-08-121-16/+25
* 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-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* 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-271-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-3/+6
* Move Repo APIFormat to convert package (#13787)65432020-12-021-1/+1
* 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/+7
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-5/+5
* Allow site admin to check /api/v1/orgs endpoints (#10867)zeripath2020-03-281-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-10/+49
* [API] orgEditTeam make Fields optional (#9556)65432020-01-091-14/+29
* Swagger info corrections (#9441)65432019-12-201-38/+65
* 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-101-1/+1
* 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
* Fix team user api (#8172)Lunny Xiao2019-09-151-0/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1