summaryrefslogtreecommitdiff
path: root/src/http/assets.go
AgeCommit message (Collapse)Author
2023-04-15Move asset store into its own packageBrian Picciano
2023-04-15Add support for http loading files from an asset archiveBrian Picciano
2022-11-29Introduce EDIT and MANAGE methodsBrian Picciano
All admin "index" pages are moved under MANAGE, so that we can have (for example) and normal "GET /posts" page later which would replace the current index page, and potentially corresponding pages for the other categories. The EDIT method replaces the old `?edit` pattern, which normalizes how we differentiate page functionality generally.
2022-09-13fix bug in asset upload id checkerBrian Picciano
2022-09-13move src out of srv, clean up default.nix and MakefileBrian Picciano