index
:
mediocre-blog
main
Artisanally crafted HTTP and gemini platform
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
srv
/
src
/
http
/
api.go
Age
Commit message (
Collapse
)
Author
2022-05-24
Replace CSRF token checking with Referer checking
Brian Picciano
2022-05-24
Fix CSRF loading on static GET pages
Brian Picciano
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