gitea/modules/context
Lunny Xiao 98190d0024
Fix disable download button ()
..
access_log.go Pass down SignedUserName down to AccessLogger context ()
api.go Add Cache-Control header to html and api responses, add no-transform ()
api_org.go Move organization related structs into sub package ()
api_test.go format with gofumpt ()
auth.go Respond with a 401 on git push when password isn't changed yet ()
captcha.go format with gofumpt ()
context.go Fix disable download button ()
csrf.go Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. ()
form.go Add config options to hide issue events ()
org.go Allow access to the Public Organization Member lists with minimal permissions ()
package.go Extended permission checks. ()
pagination.go Remove tab/TabName usage where it's not needed ()
permission.go Move access and repo permission to models/perm/access ()
private.go Add more linters to improve code readability ()
repo.go Add new API endpoints for push mirrors management ()
response.go format with gofumpt ()
utils.go Add more linters to improve code readability ()
xsrf.go Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. ()
xsrf_test.go Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. ()