aboutsummaryrefslogtreecommitdiffstats
path: root/models/organization/team.go
Commit message (Expand)AuthorAgeFilesLines
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+1
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-2/+2
* Refactor web routes (#30519)wxiaoguang2024-04-171-7/+11
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-6/+4
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-6/+6
* Rewrite logger system (#24726)wxiaoguang2023-05-211-13/+3
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-7/+3
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-65/+0
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-9/+3
* 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
* Add team member invite by email (#20307)KN4CK3R2022-10-191-0/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+9
* [API] teamSearch show teams with no members if user is admin (#21204)65432022-09-191-21/+3
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-0/+6
* Fix SQL Query for `SearchTeam` (#20844)Gusted2022-08-211-12/+25
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-22/+9
* Fix broken of team create (#19288)Lunny Xiao2022-04-011-5/+7
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-0/+359