You cannot 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/routers/web
Lunny Xiao 26ae592234
Move reverproxyauth before session so the header will not be ignored even if user has login (#27821)
When a user logout and then login another user, the reverseproxy auth
should be checked before session otherwise the old user is still login.
1 week ago
..
admin Check if reverse proxy is correctly configured (#30890) 1 week ago
auth Refactor AppURL usage (#30885) 2 weeks ago
devtest Move context from modules to services (#29440) 3 months ago
events Move context from modules to services (#29440) 3 months ago
explore Refactor topic Find functions and add more tests for pagination (#30127) 2 months ago
feed Resolve lint for unused parameter and unnecessary type arguments (#30750) 3 weeks ago
healthcheck Always enable caches (#28527) 5 months ago
misc Make sure git version&feature are always prepared (#30877) 2 weeks ago
org Fix various problems around projects board view (#30696) 2 weeks ago
repo Fix misspelling of mergable (#30896) 2 weeks ago
shared Fix various problems around projects board view (#30696) 2 weeks ago
user Initial support for colorblindness-friendly themes (#30625) 4 weeks ago
base.go Fix panic in storageHandler (#27446) 8 months ago
githttp.go Move context from modules to services (#29440) 3 months ago
goget.go Move context from modules to services (#29440) 3 months ago
home.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 3 months ago
metrics.go Implement FSFE REUSE for golang files (#21840) 1 year ago
nodeinfo.go Move context from modules to services (#29440) 3 months ago
passkey.go Move context from modules to services (#29440) 3 months ago
swagger_json.go Move context from modules to services (#29440) 3 months ago
web.go Move reverproxyauth before session so the header will not be ignored even if user has login (#27821) 1 week ago
webfinger.go Move context from modules to services (#29440) 3 months ago