summaryrefslogtreecommitdiffstats
path: root/models/perm/access/access.go
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-9/+9
* Store read access in access for team repo's (#20275)Gusted2022-07-111-1/+7
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-10/+7
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-0/+244