summaryrefslogtreecommitdiffstats
path: root/templates/login.html.template
AgeCommit message (Collapse)AuthorFilesLines
2026-08-15Fix html formattingRose Hogenson1-20/+22
...finally
2026-08-15Revert "Properly use code unauthorized"Rose Hogenson1-4/+1
This reverts commit 5325d4b10d39a8873b445ce956a059ad6c2811fb.
2026-08-15Properly use code unauthorizedRose Hogenson1-1/+4
2026-02-06Keep redirect query param on incorrect passwordRose Hogenson1-3/+2
This makes it a little less weird when you enter an incorrect password and the URL changes.
2025-12-29Fix error messagesRose Hogenson1-1/+1
2025-12-27Add Google AuthenticatorRose Hogenson1-2/+13
2025-11-15Fix cross-domain loginRose Hogenson1-1/+1
2025-11-15Protect the reverse proxy with my hand-rolled authRose Hogenson1-2/+2
Defense in depth??
2025-10-14Revert "Remove CSRF tokens"Rose Hogenson1-0/+1
This reverts commit 21d7462b057838eb173145d79d2b9fd6c71e8053. This was a great idea, but tanjiro is still on Go 1.24
2025-10-14Remove CSRF tokensRose Hogenson1-1/+0
I think the built-in cross-origin protection will be good enough.
2025-10-06Simplify simplify simplifyRose Hogenson1-1/+0
2025-10-05Bring back the notepadRose Hogenson1-0/+1
2025-10-04Allow http multipart uploadRose Hogenson1-0/+1
2025-09-25Hard-code the redirect pathRose Hogenson1-1/+0
We can add back all that garbage when it's necessary
2025-09-20Autofocus password boxRose Hogenson1-1/+1
2025-09-20Ditch HTMXRose Hogenson1-9/+8
2025-09-20Don't use http basic authRose Hogenson1-0/+13
I think http basic auth kind of sucks