summaryrefslogtreecommitdiffstats
path: root/internal/api
AgeCommit message (Collapse)AuthorFilesLines
2025-10-05Implement a "magic wormhole" file-sharing solutionRose Hogenson2-99/+0
2025-10-04Allow downloading without gobRose Hogenson1-1/+3
2025-10-01Fix the n^2 using a linked listRose Hogenson1-0/+1
2025-09-30Allow appending to notesRose Hogenson2-7/+11
Right now it's n^2 which is a big problem (to be fixed later)
2025-09-28Add a gob APIRose Hogenson2-0/+92