Age | Commit message (Expand) | Author |
---|---|---|
2022-05-21 | Serve mailing list finalize and unsubscribe endpoints | Brian Picciano |
2022-05-21 | Re-arrange routes so that cache only applies to blog routes | Brian Picciano |
2022-05-21 | Add in-memory cache to GET requests, purges on successful POSTs | Brian Picciano |
2022-05-21 | Define an actual middleware type, use that to set up API routes | Brian Picciano |
2022-05-20 | Simplify routes by moving formMiddleware to the global level | Brian Picciano |
2022-05-20 | Don't use EDIT method, only POSTs should use alt methods | Brian Picciano |
2022-05-20 | Add RSS feed generator | Brian Picciano |
2022-05-20 | Update http config names | Brian Picciano |
2022-05-20 | Implement ratelimit on authentications | Brian Picciano |
2022-05-20 | Rename follow.html to follow | Brian Picciano |
2022-05-20 | Implement image macro for rendering images | Brian Picciano |
2022-05-20 | Move static assets to within srv | Brian Picciano |
2022-05-20 | Put post preview behind auth | Brian Picciano |
2022-05-20 | Rename api package to http | Brian Picciano |