aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2024-01-01Fix paths when downloading selectionJulian Hurst
2023-08-13Embed static files (css, js, ...) at compile timeJulian Hurst
2023-08-10Support a custom docs folder path (-f option)Julian Hurst
2023-08-10Embed templates at compile timeJulian Hurst
2023-08-10Enable secure cookiesJulian Hurst
2023-08-10Add support for a custom db pathJulian Hurst
2023-08-10Disable /createuserJulian Hurst
2023-01-28Don't display login when already logged on notfound or /admin urlsJulian Hurst
2023-01-27Fix template data for serveSimpleJulian Hurst
2023-01-26Handle favicon.ico bsJulian Hurst
2023-01-26Set path on flash cookies to / to avoid redirect pbs when path=/docs/Julian Hurst
2023-01-26Add robots.txt supportJulian Hurst
2023-01-26"Better" http status codesJulian Hurst
2023-01-26Wrap template data to always pass the UserJulian Hurst
2023-01-25Add user impersonation support for adminsJulian Hurst
2023-01-20Client side session cookies only (no server sessions)Julian Hurst
2023-01-20Multisession shitmultiJulian Hurst
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