gotosocial/internal/router
tobi 7883dd5499
[bugfix] Convert IDNs to punycode before using as session name (#458)
* convert hostname to punycode for session name

* test punycode
2022-04-16 13:09:42 +02:00
..
attach.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
cors.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
gzip.go [feature] Gin enable gzip encoding (#405) 2022-02-19 12:12:41 +01:00
logger.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
router.go [bugfix] Fix bug where admin panel could not be accessed at /admin (#427) 2022-03-13 18:35:26 +01:00
session.go [bugfix] Convert IDNs to punycode before using as session name (#458) 2022-04-16 13:09:42 +02:00
session_test.go [bugfix] Convert IDNs to punycode before using as session name (#458) 2022-04-16 13:09:42 +02:00
template.go [feature] Web profile pages for accounts (#449) 2022-04-15 14:33:01 +02:00