summaryrefslogtreecommitdiff
path: root/srv/src/cmd
AgeCommit message (Collapse)Author
2022-05-20Implement image macro for rendering imagesBrian Picciano
2022-05-20Rename api package to httpBrian Picciano
2022-05-19Actually use the auth middleware for assets routesBrian Picciano
2022-05-17Add BlogURL template functionBrian Picciano
2022-05-17Add /v2/assets/ handler, with resizingBrian Picciano
2022-05-17Implement import-asset scriptBrian Picciano
2022-05-14Move template rendering logic into api packageBrian Picciano
2022-05-14Add /posts handler to apiBrian Picciano
2022-05-08Move radix config into cfg, use that for integration testsBrian Picciano
2022-05-07Move sql db out of post.NewStore, so it can be sharedBrian Picciano
2022-05-07Move integration tests under a build tagBrian Picciano
2022-05-07Implement import-posts scriptBrian Picciano
2022-05-07Refactor how data dir is initializedBrian Picciano
2022-05-05Fix various problems with the srv buildBrian Picciano