summaryrefslogtreecommitdiffstats
path: root/models/organization/org.go
Commit message (Expand)AuthorAgeFilesLines
* Don't return duplicated users who can create org repo (#22560) (#22562)Gusted2023-01-301-3/+4
* Do not allow Ghost access to limited visible user/org (#21849) (#21876)KN4CK3R2022-11-201-2/+3
* 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