| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| We can add back all that garbage when it's necessary | |||||
| 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 | |
| There's just no reason to | |||||
| 2025-09-23 | Use HKDF to expand key into both auth and encrypt | Rose Hogenson | 2 | -23/+57 | |
| I guess having the password hash depend on the encryption key isn't a great idea. Let's make them independent using hkdf | |||||
| 2025-09-23 | Don't reuse cipher.AEAD between threads | Rose Hogenson | 1 | -19/+34 | |
| I'm not sure if it's safe or not, but better to be cautious | |||||
| 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 | |
| I think http basic auth kind of sucks | |||||
| 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 | |
| This reverts commit 413535b9c6d76f57e17bec50131e3144be421c05. | |||||
| 2025-09-20 | Revert "idk" | Rose Hogenson | 1 | -1/+1 | |
| This reverts commit 88270f9fe48149fb382441466575dbb40744d06d. | |||||
| 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 | |
| This reverts commit 3d0eb1e9d214b8a0652b360313aa2d27eacc3a3a. | |||||
| 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 | |
| This reverts commit 41065c5b868d7da1caf26ba88a29eb505a49f014. | |||||
| 2025-09-07 | Revert "Flake" | Rose Hogenson | 2 | -60/+10 | |
| This reverts commit 8dba057e7c0fda3d0e9b94085ba34257bbd0a112. | |||||
| 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 | |
| Apparently it's deprecated or something. What the fuck is a flex box? | |||||
| 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 | |
| 2024-10-19 | Fix the link style. | Rose Hogenson | 1 | -1/+10 | |
| 2024-10-19 | Add an extremely cute landing page. | Rose Hogenson | 9 | -2/+46 | |
| 2024-10-18 | Move some pong files into a subdirectory. | Rose Hogenson | 4 | -3/+3 | |
| 2024-10-18 | Add touchscreen support. | Rose Hogenson | 1 | -5/+21 | |
| 2024-10-18 | Add an icon for the 404 page. | Rose Hogenson | 6 | -1/+2 | |
