gitea/modules/web
wxiaoguang 84ceaa98bd
Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. ()
Do a refactoring to the CSRF related code, remove most unnecessary functions.
Parse the generated token's issue time, regenerate the token every a few minutes.
..
middleware Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. ()
routing Add Goroutine stack inspector to admin/monitor ()
route.go
route_test.go Update HTTP status codes to modern codes ()
wrap.go
wrap_convert.go