0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-28 20:19:01 +02:00
gitea/modules/web/middleware
Giteabot 944f1ec54c
Avoid importing modules/web/middleware in modules/session (#30584) (#30588)
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>
2024-04-19 09:18:11 +02:00
..
binding.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
cookie.go Avoid importing modules/web/middleware in modules/session (#30584) (#30588) 2024-04-19 09:18:11 +02:00
data.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
flash.go Fix "Flash" message usage (#25895) 2023-07-15 11:52:03 +03: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