aboutsummaryrefslogtreecommitdiffstats
path: root/models/organization/org.go
Commit message (Expand)AuthorAgeFilesLines
* 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