aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-26Add keygen.shJulian 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-20Client side session cookies only (no server sessions)Julian Hurst
2023-01-20Multisession shitmultiJulian Hurst
2023-01-19Add noscript support for imgs via pagingimgsJulian Hurst
2023-01-15Remove useless logJulian Hurst
2023-01-15Fix slice bounds out of range when nb of images < pagesizeJulian Hurst
2023-01-15Reduce verbosity of error message on login failJulian Hurst
2023-01-15Add style.css to gitignoreJulian 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-12Change title imgbrd -> docspaceJulian Hurst
2023-01-12Initial commitJulian Hurst