| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-12-27 | Add Google Authenticator | Rose Hogenson | 7 | -13/+114 | |
| 2025-12-07 | Update finditer | Rose Hogenson | 2 | -10/+10 | |
| 2025-12-07 | Use /pkg path | Rose Hogenson | 4 | -4/+4 | |
| 2025-12-07 | Increase target security to 32 bytes | Rose Hogenson | 7 | -9/+109 | |
| 2025-12-01 | Fix nix vendor hash | Rose Hogenson | 1 | -1/+1 | |
| 2025-12-01 | Bump ccl | Rose Hogenson | 2 | -3/+3 | |
| 2025-11-30 | Get rid of flake | Rose Hogenson | 2 | -81/+15 | |
| 2025-11-30 | Rename flake.nix | Rose Hogenson | 1 | -0/+0 | |
| 2025-11-30 | Bump Go version | Rose Hogenson | 1 | -1/+1 | |
| 2025-11-30 | Use built-in cross-origin protection | Rose Hogenson | 2 | -59/+20 | |
| 2025-11-25 | Use a short cookie name | Rose Hogenson | 1 | -1/+1 | |
| 2025-11-24 | Update ccl | Rose Hogenson | 3 | -4/+4 | |
| 2025-11-21 | Slightly simplify the int encoding | Rose Hogenson | 1 | -14/+4 | |
| 2025-11-21 | Separate MAC by domain | Rose Hogenson | 1 | -25/+18 | |
| 2025-11-21 | Simplify the password hash and get rid of pbkdf2 | Rose Hogenson | 7 | -120/+7 | |
| Since the password already has 16 bytes of security, pbkdf2 isn't necessary here. We can use a simple sha256. I promise to pick a secure password. | |||||
| 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 | |
