aboutsummaryrefslogtreecommitdiffstats
path: root/models/perm/access/repo_permission.go
Commit message (Expand)AuthorAgeFilesLines
* Users with `read` permission of pull requests can be assigned too (#27263)Lunny Xiao2024-02-241-2/+2
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-7/+7
* some less naked returns (#25682)65432023-07-041-19/+21
* Rewrite logger system (#24726)wxiaoguang2023-05-211-36/+19
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-4/+4
* 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
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-8/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-0/+14
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-13/+5
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-0/+440