| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-15 | Fix cross-domain login | Rose Hogenson | 1 | -5/+9 | |
| 2025-11-15 | Protect the reverse proxy with my hand-rolled auth | Rose Hogenson | 1 | -46/+79 | |
| Defense in depth?? | |||||
| 2025-11-10 | Validate the QR code | Rose Hogenson | 1 | -5/+19 | |
| 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 | 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 | Improve the upload success screen | Rose Hogenson | 1 | -1/+9 | |
| 2025-11-02 | Add QR code | Rose Hogenson | 1 | -0/+12 | |
| 2025-11-02 | Remove server sent events | Rose Hogenson | 1 | -68/+47 | |
| 2025-10-28 | Switch to ccl | Rose Hogenson | 1 | -18/+11 | |
| 2025-10-25 | Fix service config | Rose Hogenson | 1 | -4/+10 | |
| 2025-10-25 | asspb fixes | Rose Hogenson | 1 | -12/+6 | |
| 2025-10-25 | Use asspb instead of ini | Rose Hogenson | 1 | -39/+30 | |
| 2025-10-14 | Revert "Remove CSRF tokens" | Rose Hogenson | 1 | -32/+76 | |
| 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 | 1 | -76/+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 | 1 | -43/+29 | |
| 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 | Make redirects configurable | Rose Hogenson | 1 | -15/+27 | |
| 2025-10-07 | AGPL and some cleanup | Rose Hogenson | 1 | -2/+14 | |
| 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 | Use a vanity URL | Rose Hogenson | 1 | -2/+19 | |
| 2025-10-07 | Vanity url? | Rose Hogenson | 1 | -0/+19 | |
| 2025-10-07 | Bring back pbkdf2 | Rose Hogenson | 1 | -16/+10 | |
| 2025-10-06 | Add uploader tool | Rose Hogenson | 1 | -8/+10 | |
| 2025-10-06 | Simplify simplify simplify | Rose Hogenson | 1 | -51/+38 | |
| 2025-10-05 | Remove timeouts | Rose Hogenson | 1 | -6/+1 | |
| 2025-10-05 | Bring back the notepad | Rose Hogenson | 1 | -2/+251 | |
| 2025-10-05 | Remove unused flags | Rose Hogenson | 1 | -4/+2 | |
| 2025-10-05 | Implement a "magic wormhole" file-sharing solution | Rose Hogenson | 1 | -659/+93 | |
| 2025-10-04 | Allow downloading without gob | Rose Hogenson | 1 | -57/+90 | |
| 2025-10-04 | Allow http multipart upload | Rose Hogenson | 1 | -32/+150 | |
| 2025-10-01 | Linked list is cool, but have you heard of array | Rose Hogenson | 1 | -49/+45 | |
| 2025-10-01 | Fix the n^2 using a linked list | Rose Hogenson | 1 | -85/+96 | |
| 2025-09-30 | Allow appending to notes | Rose Hogenson | 1 | -38/+100 | |
| Right now it's n^2 which is a big problem (to be fixed later) | |||||
| 2025-09-29 | Implement "online authenticated encryption" | Rose Hogenson | 1 | -33/+25 | |
| 2025-09-28 | Add a gob API | Rose Hogenson | 1 | -34/+278 | |
| 2025-09-25 | Set read and write timeouts | Rose Hogenson | 1 | -1/+6 | |
| 2025-09-25 | Make CheckPassword a method | Rose Hogenson | 1 | -1/+1 | |
| This works better in godoc | |||||
| 2025-09-25 | Move complex crypto logic into a helper package | Rose Hogenson | 1 | -110/+36 | |
| 2025-09-25 | Use AES-CTR-HMAC-SHA256 instead of AES-GCM | Rose Hogenson | 1 | -20/+55 | |
| 2025-09-25 | Use a slightly more conservative cookie expiration | Rose Hogenson | 1 | -1/+1 | |
| 2025-09-25 | Remove temp file on error | Rose Hogenson | 1 | -0/+2 | |
| 2025-09-25 | Use HMAC-SHA256 for authentication | Rose Hogenson | 1 | -47/+67 | |
| 2025-09-25 | Hard-code the redirect path | Rose Hogenson | 1 | -37/+5 | |
| We can add back all that garbage when it's necessary | |||||
