You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
gitea/modules/context
zeripath d06f9ce274
Redirect on bad CSRF instead of presenting bad page (#14937)
4 years ago
..
access_log.go Fix access log (#14475) 4 years ago
api.go Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086) 4 years ago
api_org.go
api_test.go
auth.go [refactor] replace int with httpStatusCodes (#15282) 4 years ago
captcha.go
context.go Rework repository archive (#14723) 4 years ago
csrf.go Redirect on bad CSRF instead of presenting bad page (#14937) 4 years ago
form.go [API] ListReleases add filter for draft and pre-releases (#16175) 4 years ago
org.go Unified link creation. (#15619) 4 years ago
pagination.go
permission.go Update docs and comments to remove macaron (#14491) 4 years ago
private.go Update docs and comments to remove macaron (#14491) 4 years ago
repo.go Fix various documentation, user-facing, and source comment typos (#16367) 4 years ago
response.go Stop calling WriteHeader in Write (#15862) 4 years ago
xsrf.go
xsrf_test.go