Forgejo/modules/web/middleware
Giteabot 0412657132
Avoid importing modules/web/middleware in modules/session (#30584) (#30589)
Backport #30584 by @wolfogre

Related to #30375.

It doesn't make sense to import `modules/web/middleware` and
`modules/setting` in `modules/web/session` since the last one is more
low-level.

And it looks like a workaround to call `DeleteLegacySiteCookie` in
`RegenerateSession`, so maybe we could reverse the importing by
registering hook functions.

Co-authored-by: Jason Song <i@wolfogre.com>
(cherry picked from commit 199397a852ec2d45524cefcc3c119fce4710560e)
2024-04-21 18:16:09 +02:00
..
binding.go [REFACTOR] webhook matrix endpoints 2024-03-27 15:38:38 +01:00
cookie.go Avoid importing modules/web/middleware in modules/session (#30584) (#30589) 2024-04-21 18:16:09 +02:00
data.go Revert "[GITEA] Configurable clone methods" 2024-03-23 11:58:54 +01:00
flash.go Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
locale.go Refactor cookie (#24107) 2023-04-13 15:45:33 -04:00
request.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00