summaryrefslogtreecommitdiffstats
path: root/modules/context/permission.go
Commit message (Expand)AuthorAgeFilesLines
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-041-1/+1
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-10/+18
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-261-0/+33
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+1
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+10
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-5/+5
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-5/+5
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-7/+5
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-241-5/+5
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+37
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-0/+64