aboutsummaryrefslogtreecommitdiffstats
path: root/models/organization
Commit message (Expand)AuthorAgeFilesLines
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-3/+3
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-143-10/+10
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-142-11/+11
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Remove unused code (#25734)KN4CK3R2023-07-062-57/+0
* Use RepositoryList instead of []*Repository (#25074)Lunny Xiao2023-06-054-8/+8
* Add missing test case and fix typo in tests (#24915)Philip Peterson2023-05-242-2/+8
* Rewrite logger system (#24726)wxiaoguang2023-05-211-13/+3
* Fix team members API endpoint pagination (#24754)Yarden Shoham2023-05-171-2/+2
* Add owner team permission check test (#24096)yp053272023-04-191-1/+5
* Allow repo admins too to delete the repo (#23940)yp053272023-04-072-0/+20
* Improve permission check of packages (#23879)yp053272023-04-061-5/+11
* Fix owner team access mode value in team_unit table (#23675)yp053272023-04-031-3/+4
* Add missing tabs to org projects page (#22705)yp053272023-03-101-0/+26
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-192-8/+4
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-082-22/+14
* Don't return duplicated users who can create org repo (#22560)Gusted2023-01-302-7/+9
* Support org/user level projects (#22235)Lunny Xiao2023-01-203-85/+128
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-201-0/+2
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-103-12/+6
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-034-10/+10
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2714-28/+14
* Do not allow Ghost access to limited visible user/org (#21849)KN4CK3R2022-11-171-2/+3
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-122-3/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-242-11/+11
* Add team member invite by email (#20307)KN4CK3R2022-10-194-1/+214
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-182-0/+18
* [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-253-0/+102
* Fix SQL Query for `SearchTeam` (#20844)Gusted2022-08-211-12/+25
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-163-43/+43
* Add order by for assignee no sort issue (#20053)Tyrone Yeh2022-07-141-0/+1
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-8/+8
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-154-107/+219
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-205-114/+35
* Move org functions (#19753)Lunny Xiao2022-05-202-0/+95
* Fix duplicate entry error when add team member (#19702)zuzuviewer2022-05-141-0/+6
* more context for models (#19511)65432022-04-282-3/+3
* Fix panic in team repos API (#19431)qwerty2872022-04-201-1/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-9/+12
* Fix broken of team create (#19288)Lunny Xiao2022-04-011-5/+7
* Make git.OpenRepository accept Context (#19260)65432022-03-302-0/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-2910-0/+2319