| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2025-10-14 | Remove CSRF tokens | Rose Hogenson | 1 | -76/+32 |
| 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 |
| 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 |
| 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 |
| 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 | 1 | -17/+4 |
| 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 | 1 | -17/+39 |
| 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 | 1 | -6/+2 |
| 2025-09-23 | Use HMAC instead of ed25519 | Rose Hogenson | 1 | -18/+20 |
| 2025-09-23 | Encrypt notepad at rest | Rose Hogenson | 1 | -3/+40 |
| 2025-09-23 | Use pbkdf2 for password hashing instead of sha512 | Rose Hogenson | 1 | -5/+16 |
