aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org/teams.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor names (#31405)wxiaoguang2024-06-191-8/+8
* Add user blocking (#29028)KN4CK3R2024-03-041-7/+10
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Improve user search display name (#29002)KN4CK3R2024-02-011-2/+1
* Fix the missing repo count in new team page and edit team page (#27743)8532023-10-251-0/+8
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-10/+10
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+2
* Fix the missing repo count (#26942)Nanguan Lin2023-09-071-0/+12
* Show always repo count in header (#26842)JakobDev2023-09-061-0/+7
* Fix the display of org level badges (#26504)yp053272023-09-061-1/+0
* Fix 404 error when remove self from an organization (#26362)yp053272023-08-121-16/+16
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-6/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-10/+10
* Revert "Prevent a user with a different email from accepting the team invite"...Lunny Xiao2023-05-051-8/+0
* Prevent a user with a different email from accepting the team invite (#24491)Jack Hay2023-05-031-0/+8
* Fix 404 error when leaving the last private org team (#24322)yp053272023-04-261-1/+9
* Add missing badges in user profile for /projects and /packages (#24232)Jakob2023-04-221-0/+1
* Fix admin team access mode value in team_unit table (#24012)yp053272023-04-131-43/+50
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* 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-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* move invite by mail to services package (#21513)65432022-10-201-6/+1
* Add team member invite by email (#20307)KN4CK3R2022-10-191-23/+142
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-1/+2
* Fix SQL Query for `SearchTeam` (#20844)Gusted2022-08-211-1/+1
* Fix owners cannot create organization repos bug (#20841)Lunny Xiao2022-08-181-1/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-131-12/+8
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-0/+48
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-24/+25
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Update assignees check to include any writing team and change org sidebar (#1...zeripath2022-02-231-0/+2
* Add `GetUserTeams` (#18499)Gusted2022-02-011-1/+1
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-27/+57
* 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
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-3/+3
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-1/+0
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-9/+10
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-4/+5
* Add modals to Organization and Team remove/leave (#16471)zeripath2021-08-261-0/+34
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-3/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-5/+5
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+357