index
:
mediocre-blog
main
Artisanally crafted HTTP and gemini platform
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
srv
Age
Commit message (
Collapse
)
Author
2022-05-21
Fix srv binaries
Brian Picciano
2022-05-21
Standardize URL generation across the blog
Brian Picciano
2022-05-21
List existing tags on edit post page
Brian Picciano
2022-05-21
Publish new posts to mailing list
Brian Picciano
2022-05-21
Hide tag picker for now
Brian Picciano
2022-05-21
Redirect legacy URL path
Brian Picciano
2022-05-21
Fix annoying underline next to follow button
Brian Picciano
2022-05-21
Fix code block formatting and clean up extraneous files
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 tag parameter to feed endpoint
Brian Picciano
2022-05-20
Add tag selector to index
Brian Picciano
2022-05-20
Always return results in time desc order from PostStore
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
2022-05-20
Add preview button to edit post page
Brian Picciano
2022-05-20
Implement saving of new and edited posts
Brian Picciano
2022-05-20
Implement edit post page
Brian Picciano
2022-05-20
Implement post deleting
Brian Picciano
2022-05-20
Implement posts index page
Brian Picciano
2022-05-20
Scatter render.go contents everywhere
Brian Picciano
2022-05-19
Fix spacing in assets table delete button
Brian Picciano
2022-05-19
Actually use the auth middleware for assets routes
Brian Picciano
2022-05-19
Implement basic auth middleware
Brian Picciano
2022-05-18
Implement asset deletion and fix redirect logic
Brian Picciano
2022-05-17
Add asset file upload form, plus related necessary refactors
Brian Picciano
2022-05-17
Re-arrange how api endpoints are defined
Brian Picciano
2022-05-17
Initial implementation of admin assets page
Brian Picciano
2022-05-17
Add follow.html to v2
Brian Picciano
2022-05-17
Add BlogURL template function
Brian Picciano
2022-05-17
Add /v2/assets/ handler, with resizing
Brian Picciano
2022-05-17
Implement import-asset script
Brian Picciano
2022-05-17
Implement cfg.BoolVar method
Brian Picciano
2022-05-14
Fix new index page
Brian Picciano
2022-05-14
Import posts in dev-shell target
Brian Picciano
2022-05-14
Implement index handler
Brian Picciano
This involved re-arranging how templates are being parsed, slightly.
2022-05-14
Move template rendering logic into api package
Brian Picciano
2022-05-14
Create srv.dev-shell target in Makefile
Brian Picciano
2022-05-14
Add /posts handler to api
Brian Picciano
2022-05-14
Implement rendering Posts to html
Brian Picciano
2022-05-08
Cleanup and fix dev entrypoint target
Brian Picciano
[next]