aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2023-01-15Remove useless logJulian Hurst
2023-01-15Reduce verbosity of error message on login failJulian 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-13Secure cookie only https on qutebrowserJulian Hurst
Apparently no localhost exception, so cookies are broken.
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-12Add session ids, privacy.txt and nav_logged.htmlJulian Hurst
2023-01-12Initial commitJulian Hurst