summaryrefslogtreecommitdiff
path: root/srv
AgeCommit message (Expand)Author
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-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-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
2022-05-07Refactor how data dir is initializedBrian Picciano
2022-05-06Use unix timestamps for post.StoreBrian Picciano
2022-05-06Implement post.StoreBrian Picciano
2022-05-05Begin work on post packageBrian Picciano
2022-05-05Fix various problems with the srv buildBrian Picciano
2022-05-05Improve fatal message for mailinglist.Store creationBrian Picciano
2022-05-05Use envvars to configure srvBrian Picciano
2022-05-05Refactor cfg to use envvars as wellBrian Picciano
2022-05-05Get rid of loggerFatalErrorBrian Picciano
2021-09-02implementation of basic chat page which can show history and not much elseBrian Picciano
2021-08-30have circus run static serve, and optionally able to skip services via MakefileBrian Picciano
2021-08-30add chat handlers and only allow POST methodsBrian Picciano
2021-08-29add CSRF checkingBrian Picciano
2021-08-29better logging in srv when fake Mailer is usedBrian Picciano
2021-08-27small fixes to srvBrian Picciano
2021-08-26premake the dataDir for srvBrian Picciano
2021-08-18implemented basic userID generationBrian Picciano
2021-08-18implement basic chat history endpointBrian Picciano
2021-08-17MVP of chat packageBrian Picciano
2021-08-10implement publish sub-cmd of mailinglist-cliBrian Picciano
2021-08-08get a basic mailinglist-cli workingBrian Picciano
2021-08-08refactor how nix derivations are organized and builtBrian Picciano
2021-08-07split configuration parsing out into separate packages, split api out as wellBrian Picciano
2021-08-06add redis process, put circus in charge of process managementBrian Picciano
2021-08-04add response headers to prevent cachingBrian Picciano
2021-08-03full deployment via nixBrian Picciano
2021-08-03gracefully shutdown on sigint/sigtermBrian Picciano
2021-08-03implement finalize and unsubscribe endpointsBrian Picciano
2021-08-03got pow working on the subscribe endpointBrian Picciano