summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-21Define an actual middleware type, use that to set up API routesBrian Picciano
2022-05-20Simplify routes by moving formMiddleware to the global levelBrian Picciano
2022-05-20Don't use EDIT method, only POSTs should use alt methodsBrian Picciano
2022-05-20Add tag parameter to feed endpointBrian Picciano
2022-05-20Add tag selector to indexBrian Picciano
2022-05-20Always return results in time desc order from PostStoreBrian Picciano
2022-05-20Add RSS feed generatorBrian Picciano
2022-05-20Update http config namesBrian Picciano
2022-05-20Implement ratelimit on authenticationsBrian Picciano
2022-05-20Rename follow.html to followBrian Picciano
2022-05-20Implement image macro for rendering imagesBrian Picciano
2022-05-20Move static assets to within srvBrian Picciano
2022-05-20Put post preview behind authBrian Picciano
2022-05-20Rename api package to httpBrian Picciano
2022-05-20Add preview button to edit post pageBrian Picciano
2022-05-20Implement saving of new and edited postsBrian Picciano
2022-05-20Implement edit post pageBrian Picciano
2022-05-20Implement post deletingBrian Picciano
2022-05-20Implement posts index pageBrian Picciano
2022-05-20Scatter render.go contents everywhereBrian Picciano
2022-05-19Fix spacing in assets table delete buttonBrian Picciano
2022-05-19Actually use the auth middleware for assets routesBrian Picciano
2022-05-19Implement basic auth middlewareBrian Picciano
2022-05-18Implement asset deletion and fix redirect logicBrian Picciano
2022-05-17Add asset file upload form, plus related necessary refactorsBrian Picciano
2022-05-17Re-arrange how api endpoints are definedBrian Picciano
2022-05-17Initial implementation of admin assets pageBrian Picciano
2022-05-17Add follow.html to v2Brian 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-17Implement cfg.BoolVar methodBrian Picciano
2022-05-14Fix new index pageBrian Picciano
2022-05-14Add static serve back to dev-shellBrian Picciano
2022-05-14Import posts in dev-shell targetBrian Picciano
2022-05-14Implement index handlerBrian Picciano
2022-05-14Move template rendering logic into api packageBrian Picciano
2022-05-14Create srv.dev-shell target in MakefileBrian Picciano
2022-05-14Add /posts handler to apiBrian Picciano
2022-05-14Implement rendering Posts to htmlBrian Picciano
2022-05-08Fix integration testsBrian Picciano
2022-05-08Cleanup and fix dev entrypoint targetBrian Picciano
2022-05-08Add test target to Makefile to run full integration testsBrian Picciano
2022-05-08Move radix config into cfg, use that for integration testsBrian Picciano
2022-05-07Implement cachedAssetStoreBrian Picciano
2022-05-07Implement AssetStore interfaceBrian Picciano
2022-05-07Cleanup various small issues with post packageBrian 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