aboutsummaryrefslogtreecommitdiff
path: root/templates/user.html
AgeCommit message (Collapse)Author
2024-09-05Support path prefixrootprefixJulian Hurst
2023-01-26Wrap template data to always pass the UserJulian Hurst
2023-01-25Query string is removed from action in forms with method="GET"Julian Hurst
Using a hidden input instead as intended by html5 spec: Let destination be a new URL that is equal to the action except that its <query> component is replaced by query (adding a U+003F QUESTION MARK character (?) if appropriate).
2023-01-25Add user impersonation support for adminsJulian Hurst
2023-01-15Add images support (inf scroll via htmx of images taken from user docs)Julian Hurst
This commit also includes a migration from css to scss, some improvements to the redirection workflow when no session is found and refactors concerning flash cookies.
2023-01-13Security for /download and frontend style improvementsHEADmasterJulian Hurst
2023-01-13Add support for downloading files in zipJulian Hurst
2023-01-13Add size and modtime to docs and redirect to login page by defaultJulian Hurst
2023-01-12Initial commitJulian Hurst