summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2025-11-02Fix flake hashRose Hogenson1-1/+1
2025-11-02Bump depsRose Hogenson2-1/+3
2025-10-28Fix flake hash (sigh)Rose Hogenson2-4/+4
2025-10-28Switch to cclRose Hogenson4-22/+17
2025-10-26Fix nix flake hashRose Hogenson1-1/+1
2025-10-26Bump depsRose Hogenson2-3/+3
2025-10-25Fix service configRose Hogenson1-4/+10
2025-10-25Fix nix flake vendor hashRose Hogenson2-4/+4
2025-10-25Fix go mod versionRose Hogenson2-10/+10
2025-10-25asspb fixesRose Hogenson1-12/+6
2025-10-25Use asspb instead of iniRose Hogenson4-91/+36
2025-10-14Revert "Remove CSRF tokens"Rose Hogenson3-32/+78
This reverts commit 21d7462b057838eb173145d79d2b9fd6c71e8053. This was a great idea, but tanjiro is still on Go 1.24
2025-10-14Remove CSRF tokensRose Hogenson3-78/+32
I think the built-in cross-origin protection will be good enough.
2025-10-08Validate that secrets were loadedRose Hogenson1-0/+6
2025-10-08Fix typoRose Hogenson1-1/+1
2025-10-07Use ini for the secrets file as wellRose Hogenson4-8260/+80
2025-10-07LogRose Hogenson1-0/+1
2025-10-07Use an INI file for configRose Hogenson1-23/+91
2025-10-07Fix vendor hashRose Hogenson2-4/+4
2025-10-07Downgrade required Go versionRose Hogenson2-4/+4
2025-10-07Make redirects configurableRose Hogenson1-15/+27
2025-10-07AGPL and some cleanupRose Hogenson4-4/+682
2025-10-07Move hole to a separate repoRose Hogenson1-129/+0
2025-10-07Fix vanity URL (again)Rose Hogenson1-1/+18
2025-10-07Remove unnecessary package redirectionRose Hogenson1-17/+0
2025-10-07Print password correctlyRose Hogenson1-1/+1
2025-10-07Use a vanity URLRose Hogenson5-6/+23
2025-10-07Vanity url?Rose Hogenson1-0/+19
2025-10-07Bring back pbkdf2Rose Hogenson10-55/+204
2025-10-06Add uploader toolRose Hogenson4-8/+112
2025-10-06Simplify simplify simplifyRose Hogenson8-192/+38
2025-10-05Remove timeoutsRose Hogenson1-6/+1
2025-10-05Fix depsRose Hogenson2-1/+5
2025-10-05Bring back the notepadRose Hogenson11-39/+405
2025-10-05Games firstRose Hogenson1-1/+1
2025-10-05Remove unused flagsRose Hogenson4-31/+3
2025-10-05Implement a "magic wormhole" file-sharing solutionRose Hogenson14-1788/+136
2025-10-04Allow downloading without gobRose Hogenson4-172/+98
2025-10-04Correctly handle errors in the readerRose Hogenson1-3/+4
2025-10-04Add some extra methods to oae2Rose Hogenson1-7/+127
2025-10-04Use a tiny read bufferRose Hogenson1-21/+26
2025-10-04Fix testsRose Hogenson1-8/+8
2025-10-04Allow http multipart uploadRose Hogenson5-61/+238
2025-10-01Linked list is cool, but have you heard of arrayRose Hogenson2-52/+48
2025-10-01Fix the n^2 using a linked listRose Hogenson3-88/+103
2025-09-30Allow appending to notesRose Hogenson6-111/+199
Right now it's n^2 which is a big problem (to be fixed later)
2025-09-30Fix a small issue with updating the block indexRose Hogenson1-2/+6
For the reader, we should only update the block index once we've successfully read a block.
2025-09-30Use some standard data structures for readabilityRose Hogenson1-58/+42
2025-09-30Add a benchmarkRose Hogenson1-16/+79
2025-09-30Make the oae2 implementation a bit easier to readRose Hogenson1-89/+89