gitea/modules/context
Lauris BH 9aaaf980f0
Fix open redirect check for more cases ()
If redirect_to parameter has set value starting with `\\example.com`
redirect will be created with header `Location: /\\example.com` that
will redirect to example.com domain.
..
access_log.go Fix regression: access log template, gitea manager cli command ()
api.go Decouple the different contexts from each other ()
api_org.go Implement FSFE REUSE for golang files ()
api_test.go Implement FSFE REUSE for golang files ()
base.go Decouple the different contexts from each other ()
captcha.go Add new captcha: cloudflare turnstile ()
context.go Fix install page context, make the install page tests really test ()
context_cookie.go Improve Gitea's web context, decouple "issue template" code into service package ()
context_model.go Improve Gitea's web context, decouple "issue template" code into service package ()
context_request.go Decouple the different contexts from each other ()
context_response.go Fix open redirect check for more cases ()
context_test.go Use standard HTTP library to serve files ()
csrf.go Refactor cookie ()
org.go Decouple the different contexts from each other ()
package.go Fix install page context, make the install page tests really test ()
pagination.go Make branches list page operations remember current page ()
permission.go Redesign Scoped Access Tokens ()
private.go Decouple the different contexts from each other ()
repo.go Decouple the different contexts from each other ()
response.go Fix regression: access log template, gitea manager cli command ()
utils.go Decouple the different contexts from each other ()
xsrf.go Update gitea-vet to check FSFE REUSE ()
xsrf_test.go Update gitea-vet to check FSFE REUSE ()