summaryrefslogtreecommitdiff
path: root/internal/server
AgeCommit message (Expand)Author
2024-08-11add cron.goPaul Buetow
2024-07-28rename entry to entPaul Buetow
2024-07-28submitted posts get archivedPaul Buetow
2024-07-28can update/upload entryPaul Buetow
2024-07-28fix bug where POST turned out to be a HTTP get when there are // in the URIPaul Buetow
2024-07-14make it all context.Context awarePaul Buetow
2024-06-17add EDITOR client config, plus a bit refactor of the config env handlingPaul Buetow
2024-06-04dealing with two TODO itemsPaul Buetow
2024-06-04add repo merge unit testPaul Buetow
2024-06-04add has same entry unit testPaul Buetow
2024-06-04add unittest for repository.ListPaul Buetow
2024-06-04refactor testPaul Buetow
2024-06-04working test for repository loadPaul Buetow
2024-06-04more on testingPaul Buetow
2024-06-04use subtestsPaul Buetow
2024-06-04refactor some testsPaul Buetow
2024-06-04unit tests pass againPaul Buetow
2024-06-04more on unit testing and some refactoringPaul Buetow
2024-05-27move the interface to the clientPaul Buetow
2024-05-25refactor vfs into its own packagePaul Buetow
2024-05-25initial VFSPaul Buetow
2024-05-19initial equality test for the entriesPaul Buetow
2024-05-19move SaveFile to entryPaul Buetow
2024-05-19rename handle to handlerPaul Buetow
2024-05-19handler is now a structPaul Buetow
2024-05-18use errors.JoinPaul Buetow
2024-05-16more on thisPaul Buetow
2024-05-16repository singleton is a pointerPaul Buetow
2024-05-16more on merge supportPaul Buetow
2024-05-15initial merge operationPaul Buetow
2024-05-11also return the checksums for each element of the repositoryPaul Buetow
2024-05-11branch out serverconfigPaul Buetow
2024-05-11move server struct to server.goPaul Buetow
2024-05-06add test tasker targetPaul Buetow
2024-05-06fix lint warningsPaul Buetow
2024-05-06refactor project file structurePaul Buetow