| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-21 | Use a weird encoding for the time.Time | Rose Hogenson | 2 | -15/+48 | |
| This way we can save 19 whole bytes per request 😲 | |||||
| 2025-11-20 | Bump CCL version | Rose Hogenson | 2 | -3/+3 | |
| 2025-11-20 | Clean up the static files | Rose Hogenson | 9 | -43/+2 | |
| 2025-11-15 | Remove debug | Rose Hogenson | 1 | -2/+1 | |
| 2025-11-15 | Fix cookie names and domain | Rose Hogenson | 1 | -6/+11 | |
| 2025-11-15 | Debug | Rose Hogenson | 1 | -1/+2 | |
| 2025-11-15 | Fix typo | Rose Hogenson | 1 | -1/+1 | |
| 2025-11-15 | Preserve redirect path on error | Rose Hogenson | 1 | -1/+2 | |
| 2025-11-15 | Fix cross-domain login | Rose Hogenson | 2 | -6/+10 | |
| 2025-11-15 | Protect the reverse proxy with my hand-rolled auth | Rose Hogenson | 2 | -48/+81 | |
| Defense in depth?? | |||||
| 2025-11-10 | Validate the QR code | Rose Hogenson | 2 | -6/+20 | |
| Since the qr code is generated by a 3rd party dependency that I probably won't update, let's make sure to only pass it trusted input. | |||||
| 2025-11-10 | Confirm password | Rose Hogenson | 1 | -0/+10 | |
| 2025-11-10 | IP? | Rose Hogenson | 1 | -1/+1 | |
| 2025-11-10 | Fix jellyfin port | Rose Hogenson | 1 | -1/+1 | |
| 2025-11-10 | Get the credentials directory from a flag | Rose Hogenson | 1 | -3/+3 | |
| 2025-11-10 | Add back jellyfin proxy | Rose Hogenson | 1 | -1/+18 | |
| We don't need no stupid nginx | |||||
| 2025-11-02 | Fix a panic | Rose Hogenson | 1 | -1/+4 | |
| 2025-11-02 | Actually show QR code | Rose Hogenson | 1 | -1/+2 | |
| 2025-11-02 | Improve the upload success screen | Rose Hogenson | 3 | -1/+17 | |
| 2025-11-02 | Add QR code | Rose Hogenson | 4 | -3/+16 | |
| 2025-11-02 | Remove server sent events | Rose Hogenson | 3 | -91/+64 | |
| 2025-11-02 | Fix flake hash | Rose Hogenson | 1 | -1/+1 | |
| 2025-11-02 | Bump deps | Rose Hogenson | 2 | -1/+3 | |
| 2025-10-28 | Fix flake hash (sigh) | Rose Hogenson | 2 | -4/+4 | |
| 2025-10-28 | Switch to ccl | Rose Hogenson | 4 | -22/+17 | |
| 2025-10-26 | Fix nix flake hash | Rose Hogenson | 1 | -1/+1 | |
| 2025-10-26 | Bump deps | Rose Hogenson | 2 | -3/+3 | |
| 2025-10-25 | Fix service config | Rose Hogenson | 1 | -4/+10 | |
| 2025-10-25 | Fix nix flake vendor hash | Rose Hogenson | 2 | -4/+4 | |
| 2025-10-25 | Fix go mod version | Rose Hogenson | 2 | -10/+10 | |
| 2025-10-25 | asspb fixes | Rose Hogenson | 1 | -12/+6 | |
| 2025-10-25 | Use asspb instead of ini | Rose Hogenson | 4 | -91/+36 | |
| 2025-10-14 | Revert "Remove CSRF tokens" | Rose Hogenson | 3 | -32/+78 | |
| This reverts commit 21d7462b057838eb173145d79d2b9fd6c71e8053. This was a great idea, but tanjiro is still on Go 1.24 | |||||
| 2025-10-14 | Remove CSRF tokens | Rose Hogenson | 3 | -78/+32 | |
| I think the built-in cross-origin protection will be good enough. | |||||
| 2025-10-08 | Validate that secrets were loaded | Rose Hogenson | 1 | -0/+6 | |
| 2025-10-08 | Fix typo | Rose Hogenson | 1 | -1/+1 | |
| 2025-10-07 | Use ini for the secrets file as well | Rose Hogenson | 4 | -8260/+80 | |
| 2025-10-07 | Log | Rose Hogenson | 1 | -0/+1 | |
| 2025-10-07 | Use an INI file for config | Rose Hogenson | 1 | -23/+91 | |
| 2025-10-07 | Fix vendor hash | Rose Hogenson | 2 | -4/+4 | |
| 2025-10-07 | Downgrade required Go version | Rose Hogenson | 2 | -4/+4 | |
| 2025-10-07 | Make redirects configurable | Rose Hogenson | 1 | -15/+27 | |
| 2025-10-07 | AGPL and some cleanup | Rose Hogenson | 4 | -4/+682 | |
| 2025-10-07 | Move hole to a separate repo | Rose Hogenson | 1 | -129/+0 | |
| 2025-10-07 | Fix vanity URL (again) | Rose Hogenson | 1 | -1/+18 | |
| 2025-10-07 | Remove unnecessary package redirection | Rose Hogenson | 1 | -17/+0 | |
| 2025-10-07 | Print password correctly | Rose Hogenson | 1 | -1/+1 | |
| 2025-10-07 | Use a vanity URL | Rose Hogenson | 5 | -6/+23 | |
| 2025-10-07 | Vanity url? | Rose Hogenson | 1 | -0/+19 | |
| 2025-10-07 | Bring back pbkdf2 | Rose Hogenson | 10 | -55/+204 | |
