summaryrefslogtreecommitdiff
path: root/srv/src/http
AgeCommit message (Collapse)Author
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