summaryrefslogtreecommitdiffstats
path: root/models/perm/access/access.go
Commit message (Expand)AuthorAgeFilesLines
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-5/+3
* Add user blocking (#29028)KN4CK3R2024-03-041-2/+2
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-2/+6
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-4/+4
* 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
* 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