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/modules/web
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>
11 months ago
..
middleware Avoid importing `modules/web/middleware` in `modules/session` (#30584) (#30588) 11 months ago
routing Update tool dependencies (#26607) 2 years ago
types Refactor web package and context package (#25298) 2 years ago
handler.go Refactor web package and context package (#25298) 2 years ago
route.go Refactor CORS handler (#28587) (#28611) 1 year ago
route_test.go Refactor web route (#24080) 2 years ago
routemock.go Make route middleware/handler mockable (#25766) 2 years ago
routemock_test.go Make route middleware/handler mockable (#25766) 2 years ago