Age | Commit message (Expand) | Author |
2022-09-13 | move src out of srv, clean up default.nix and Makefile | Brian Picciano |
2022-09-13 | remove redis and circus | Brian Picciano |
2022-09-13 | remove chat functionality completely | Brian Picciano |
2022-08-19 | small change on admin | Brian Picciano |
2022-08-19 | improve navigation around admin pages | Brian Picciano |
2022-08-19 | implemented draft publishing and removed New Posts link/capability | Brian Picciano |
2022-08-19 | load published posts test data in reverse order | Brian Picciano |
2022-08-18 | drafts functionality added, needs a publish button still | Brian Picciano |
2022-08-18 | WIP | Brian Picciano |
2022-08-18 | implement DraftStore | Brian Picciano |
2022-08-18 | add admin page, and spruce up posts and assets | Brian Picciano |
2022-08-18 | fix CSRF checking so that localhost always works | Brian Picciano |
2022-08-18 | improve how index table looks | Brian Picciano |
2022-08-18 | delete some old script that aren't needed anymore | Brian Picciano |
2022-08-18 | load some test data when starting the dev shell | Brian Picciano |
2022-08-16 | update welcome message a bit | Brian Picciano |
2022-08-16 | move published date to bottom of post | Brian Picciano |
2022-08-16 | more polish, use table on index page | Brian Picciano |
2022-08-16 | make button vs link usage consistent | Brian Picciano |
2022-08-16 | remove target:_blanks | Brian Picciano |
2022-08-16 | make license link less obnoxious | Brian Picciano |
2022-08-16 | fix color of warning on follow page | Brian Picciano |
2022-08-16 | add a welcome paragraph | Brian Picciano |
2022-08-16 | inline css into pages | Brian Picciano |
2022-08-16 | finish switching to classless, got a color scheme worked out too | Brian Picciano |
2022-08-15 | began using new.css, got rid of the old css almost entirely | Brian Picciano |
2022-08-09 | don't allow gmail addresses to subscribe | Brian Picciano |
2022-08-09 | improve logging of ips, to account for xff and x-real-ip | Brian Picciano |
2022-06-03 | Get rid of CSRF code in api.js | Brian Picciano |
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-22 | Don't set updated at field on feed, it's wonky | Brian Picciano |
2022-05-21 | Remove old code related to static, it's not needed anymore | Brian Picciano |
2022-05-21 | Add chat page, though it's not used yet | Brian Picciano |
2022-05-21 | Serve mailing list finalize and unsubscribe endpoints | Brian Picciano |
2022-05-21 | Fix rendering errors near script tags | Brian Picciano |
2022-05-21 | Give images a bottom margin | Brian Picciano |
2022-05-21 | Cleanup after importing everything into prod | Brian Picciano |
2022-05-21 | Fix post body templates not being parsed correctly | Brian Picciano |
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 |