| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2025-09-25 | Set read and write timeouts | Rose Hogenson | 1 | -1/+6 |
| 2025-09-25 | Make CheckPassword a method | Rose Hogenson | 2 | -5/+5 |
| 2025-09-25 | Move complex crypto logic into a helper package | Rose Hogenson | 6 | -152/+302 |
| 2025-09-25 | Use AES-CTR-HMAC-SHA256 instead of AES-GCM | Rose Hogenson | 2 | -28/+72 |
| 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 | 2 | -38/+5 |
| 2025-09-24 | Rename cmd -> tools | Rose Hogenson | 2 | -0/+0 |
| 2025-09-24 | Tweak defaultIterations for tanjiro | Rose Hogenson | 1 | -1/+1 |
| 2025-09-24 | Fix the open redirect vulnerability | Rose Hogenson | 1 | -5/+36 |
| 2025-09-24 | Use PBKDF2-HMAC-SHA512 for key derivation | Rose Hogenson | 2 | -36/+11 |
| 2025-09-24 | Don't attach CSRF token on login | Rose Hogenson | 1 | -19/+14 |
| 2025-09-23 | Use HKDF to expand key into both auth and encrypt | Rose Hogenson | 2 | -23/+57 |
| 2025-09-23 | Don't reuse cipher.AEAD between threads | Rose Hogenson | 1 | -19/+34 |
| 2025-09-23 | Combine password hash and salt secrets | Rose Hogenson | 3 | -8/+6 |
| 2025-09-23 | Use HMAC instead of ed25519 | Rose Hogenson | 1 | -18/+20 |
| 2025-09-23 | Encrypt notepad at rest | Rose Hogenson | 3 | -7/+44 |
| 2025-09-23 | Use pbkdf2 for password hashing instead of sha512 | Rose Hogenson | 8 | -10/+129 |
| 2025-09-23 | Add CSRF protection | Rose Hogenson | 2 | -12/+37 |
| 2025-09-20 | Autofocus password box | Rose Hogenson | 1 | -1/+1 |
| 2025-09-20 | Ditch HTMX | Rose Hogenson | 6 | -32/+68 |
| 2025-09-20 | Don't use http basic auth | Rose Hogenson | 3 | -45/+63 |
| 2025-09-20 | Allow basic auth for manual save | Rose Hogenson | 1 | -1/+1 |
| 2025-09-20 | Revert "Add temporary logging" | Rose Hogenson | 1 | -7/+0 |
| 2025-09-20 | Revert "idk" | Rose Hogenson | 1 | -1/+1 |
| 2025-09-20 | idk | Rose Hogenson | 1 | -1/+1 |
| 2025-09-20 | Add temporary logging | Rose Hogenson | 1 | -0/+7 |
| 2025-09-20 | Add manual save | Rose Hogenson | 1 | -36/+72 |
| 2025-09-20 | Turn on security | Rose Hogenson | 1 | -8/+8 |
| 2025-09-20 | Revert "Support systemd dynamic user" | Rose Hogenson | 1 | -5/+7 |
| 2025-09-20 | Support systemd dynamic user | Rose Hogenson | 1 | -7/+5 |
| 2025-09-20 | Add support for a private notepad | Rose Hogenson | 6 | -6/+228 |
| 2025-09-13 | Fix flake | Rose Hogenson | 2 | -2/+28 |
| 2025-09-07 | Fart | Rose Hogenson | 1 | -0/+0 |
| 2025-09-07 | Reapply "Flake" | Rose Hogenson | 2 | -10/+60 |
| 2025-09-07 | Revert "Flake" | Rose Hogenson | 2 | -60/+10 |
| 2025-09-07 | Flake | Rose Hogenson | 2 | -10/+60 |
| 2025-09-07 | Remove redirect | Rose Hogenson | 1 | -27/+7 |
| 2025-03-22 | Use new go 1.22 routing | Rose Hogenson | 1 | -22/+12 |
| 2024-10-26 | Add alt text for the 404 image. | Rose Hogenson | 1 | -1/+1 |
| 2024-10-26 | Make favicon.ico look more similar to the default icon. | Rose Hogenson | 2 | -0/+0 |
| 2024-10-26 | Fix the front page icon. | Rose Hogenson | 1 | -1/+1 |
| 2024-10-25 | Get rid of the blog and use webp. | Rose Hogenson | 25 | -181/+19 |
| 2024-10-23 | Use tabs. | Rose Hogenson | 2 | -247/+248 |
| 2024-10-23 | Get rid of <center> | Rose Hogenson | 3 | -11/+11 |
| 2024-10-23 | Don't pre-render templates. | Rose Hogenson | 5 | -93/+64 |
| 2024-10-23 | Fix the page title for blog posts. | Rose Hogenson | 3 | -25/+40 |
| 2024-10-22 | Fix some bugs in how blog posts are rendered. | Rose Hogenson | 1 | -9/+13 |
| 2024-10-22 | Write a blog post. | Rose Hogenson | 5 | -29/+225 |
