Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-17 | Implement asset.Loader | Brian Picciano | |
This moved a bunch of logic out of http and into the asset package, making it available for gmit too. | |||
2023-04-15 | Move asset store into its own package | Brian Picciano | |
2023-04-15 | Add support for http loading files from an asset archive | Brian Picciano | |
2022-11-29 | Introduce EDIT and MANAGE methods | Brian 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-13 | fix bug in asset upload id checker | Brian Picciano | |
2022-09-13 | move src out of srv, clean up default.nix and Makefile | Brian Picciano | |