1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00
gitea/routers/web
wxiaoguang 1fede04b83
Refactor CSRF protector (#32057)
Remove unused CSRF options, decouple "new csrf protector" and "prepare"
logic, do not redirect to home page if CSRF validation falis (it
shouldn't happen in daily usage, if it happens, redirecting to home
doesn't help either but just makes the problem more complex for "fetch")
2024-09-18 15:17:25 +08:00
..
admin Save initial signup information for users to aid in spam prevention (#31852) 2024-09-09 17:05:16 -04:00
auth Failed authentications are logged to level Warning (#32016) 2024-09-11 17:58:45 +00:00
devtest
events
explore For consistency make repo search sort options case sensitive (#31951) 2024-09-05 18:53:30 +08:00
feed
healthcheck
misc
org Add option to filter board cards by labels and assignees (#31999) 2024-09-12 03:53:40 +00:00
repo Included tag search capabilities (#32045) 2024-09-18 02:33:11 +08:00
shared Add option to filter board cards by labels and assignees (#31999) 2024-09-12 03:53:40 +00:00
user bump to go 1.23 (#31855) 2024-09-10 02:23:07 +00:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Refactor CSRF protector (#32057) 2024-09-18 15:17:25 +08:00
webfinger.go