gitea/modules/context
Lunny Xiao 04105dbb7c
Fix download archiver of a commit () ()
..
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 Add disable download source configuration () ()
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 Only show accessible teams in dashboard dropdown list ()
package.go Fix package permission checks for organizations () ()
pagination.go Remove tab/TabName usage where it's not needed ()
permission.go Move access and repo permission to models/perm/access ()
private.go Call MultipartForm.RemoveAll when request finishes ()
repo.go Fix download archiver of a commit () ()
response.go format with gofumpt ()
utils.go Never use /api/v1 from Gitea UI Pages ()
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. ()