summaryrefslogtreecommitdiffstats
path: root/templates/login.html.template
AgeCommit message (Collapse)AuthorFilesLines
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