summaryrefslogtreecommitdiff
path: root/srv/src/http/api.go
AgeCommit message (Expand)Author
2022-09-13move src out of srv, clean up default.nix and MakefileBrian Picciano
2022-09-13remove chat functionality completelyBrian Picciano
2022-08-19implemented draft publishing and removed New Posts link/capabilityBrian Picciano
2022-08-18drafts functionality added, needs a publish button stillBrian Picciano
2022-08-18add admin page, and spruce up posts and assetsBrian Picciano
2022-05-24Replace CSRF token checking with Referer checkingBrian Picciano
2022-05-24Fix CSRF loading on static GET pagesBrian Picciano
2022-05-21Serve mailing list finalize and unsubscribe endpointsBrian 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 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