aboutsummaryrefslogtreecommitdiff
path: root/models/organization
AgeCommit message (Expand)Author
2023-03-10Add missing tabs to org projects page (#22705)yp05327
2023-02-19Rename `GetUnits` to `LoadUnits` (#22970)yp05327
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-02-08Map OIDC groups to Orgs/Teams (#21441)KN4CK3R
2023-01-30Don't return duplicated users who can create org repo (#22560)Gusted
2023-01-20Support org/user level projects (#22235)Lunny Xiao
2022-12-20Secrets storage with SecretKey encrypted (#22142)Jason Song
2022-12-10Rename almost all Ctx functions (#22071)Lunny Xiao
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-17Do not allow Ghost access to limited visible user/org (#21849)KN4CK3R
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-19Add team member invite by email (#20307)KN4CK3R
2022-10-18Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath
2022-09-19[API] teamSearch show teams with no members if user is admin (#21204)6543
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-21Fix SQL Query for `SearchTeam` (#20844)Gusted
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-07-14Add order by for assignee no sort issue (#20053)Tyrone Yeh
2022-07-12Fix various typos (#20338)luzpaz
2022-06-20Adjust transaction handling via db.Context (#20031)Lunny Xiao
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-15Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-05-20Move org functions (#19753)Lunny Xiao
2022-05-14Fix duplicate entry error when add team member (#19702)zuzuviewer
2022-04-28more context for models (#19511)6543
2022-04-20Fix panic in team repos API (#19431)qwerty287
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-04-01Fix broken of team create (#19288)Lunny Xiao
2022-03-30Make git.OpenRepository accept Context (#19260)6543
2022-03-29Move organization related structs into sub package (#18518)Lunny Xiao