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 (
Expand
)
Author
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
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
2022-05-08
Add test target to Makefile to run full integration tests
Brian Picciano
2022-05-08
Move radix config into cfg, use that for integration tests
Brian Picciano
2022-05-07
Implement cachedAssetStore
Brian Picciano
2022-05-07
Implement AssetStore interface
Brian Picciano
2022-05-07
Cleanup various small issues with post package
Brian Picciano
2022-05-07
Move sql db out of post.NewStore, so it can be shared
Brian Picciano
2022-05-07
Move integration tests under a build tag
Brian Picciano
2022-05-07
Implement import-posts script
Brian Picciano
2022-05-07
Refactor how data dir is initialized
Brian Picciano
2022-05-06
Use unix timestamps for post.Store
Brian Picciano
2022-05-06
Implement post.Store
Brian Picciano
2022-05-05
Begin work on post package
Brian Picciano
2022-05-05
Fix various problems with the srv build
Brian Picciano
2022-05-05
Improve fatal message for mailinglist.Store creation
Brian Picciano
2022-05-05
Use envvars to configure srv
Brian Picciano
2022-05-05
Refactor cfg to use envvars as well
Brian Picciano
2022-05-05
Get rid of loggerFatalError
Brian Picciano
2021-09-02
implementation of basic chat page which can show history and not much else
Brian Picciano
2021-08-30
have circus run static serve, and optionally able to skip services via Makefile
Brian Picciano
2021-08-30
add chat handlers and only allow POST methods
Brian Picciano
2021-08-29
add CSRF checking
Brian Picciano
2021-08-29
better logging in srv when fake Mailer is used
Brian Picciano
2021-08-27
small fixes to srv
Brian Picciano
2021-08-26
premake the dataDir for srv
Brian Picciano
2021-08-18
implemented basic userID generation
Brian Picciano
[next]