summaryrefslogtreecommitdiff
path: root/srv/src/http
AgeCommit message (Collapse)Author
2022-05-21Publish new posts to mailing listBrian Picciano
2022-05-21Hide tag picker for nowBrian Picciano
2022-05-21Redirect legacy URL pathBrian Picciano
2022-05-21Fix annoying underline next to follow buttonBrian Picciano
2022-05-21Fix code block formatting and clean up extraneous filesBrian Picciano
2022-05-21Re-arrange routes so that cache only applies to blog routesBrian Picciano
2022-05-21Add in-memory cache to GET requests, purges on successful POSTsBrian Picciano
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