aboutsummaryrefslogtreecommitdiffstats
path: root/models/organization/org.go
Commit message (Expand)AuthorAgeFilesLines
* Check the token's owner and repository when registering a runner (#30406)Zettat1232024-04-111-0/+3
* Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013)DrMaxNix2024-03-231-2/+3
* Add user blocking (#29028)KN4CK3R2024-03-041-0/+1
* Remove unused `KeyID`. (#29167)KN4CK3R2024-02-141-3/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-18/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-39/+39
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-7/+7
* Remove unused code (#25734)KN4CK3R2023-07-061-21/+0
* Use RepositoryList instead of []*Repository (#25074)Lunny Xiao2023-06-051-4/+4
* Add owner team permission check test (#24096)yp053272023-04-191-1/+5
* Allow repo admins too to delete the repo (#23940)yp053272023-04-071-0/+5
* 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
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-14/+6
* Don't return duplicated users who can create org repo (#22560)Gusted2023-01-301-3/+4
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-201-0/+2
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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-121-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-10/+10
* Add team member invite by email (#20307)KN4CK3R2022-10-191-1/+2
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+9
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-8/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-52/+13
* Fix duplicate entry error when add team member (#19702)zuzuviewer2022-05-141-0/+6
* more context for models (#19511)65432022-04-281-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-0/+859