summaryrefslogtreecommitdiff
path: root/srv
AgeCommit message (Collapse)Author
2022-08-19implemented draft publishing and removed New Posts link/capabilityBrian Picciano
2022-08-19load published posts test data in reverse orderBrian Picciano
2022-08-18drafts functionality added, needs a publish button stillBrian Picciano
2022-08-18WIPBrian Picciano
2022-08-18implement DraftStoreBrian Picciano
2022-08-18add admin page, and spruce up posts and assetsBrian Picciano
2022-08-18fix CSRF checking so that localhost always worksBrian Picciano
2022-08-18improve how index table looksBrian Picciano
2022-08-18delete some old script that aren't needed anymoreBrian Picciano
2022-08-18load some test data when starting the dev shellBrian Picciano
2022-08-16update welcome message a bitBrian Picciano
2022-08-16move published date to bottom of postBrian Picciano
2022-08-16more polish, use table on index pageBrian Picciano
2022-08-16make button vs link usage consistentBrian Picciano
2022-08-16remove target:_blanksBrian Picciano
2022-08-16make license link less obnoxiousBrian Picciano
2022-08-16fix color of warning on follow pageBrian Picciano
2022-08-16add a welcome paragraphBrian Picciano
2022-08-16inline css into pagesBrian Picciano
2022-08-16finish switching to classless, got a color scheme worked out tooBrian Picciano
2022-08-15began using new.css, got rid of the old css almost entirelyBrian Picciano
2022-08-09don't allow gmail addresses to subscribeBrian Picciano
2022-08-09improve logging of ips, to account for xff and x-real-ipBrian Picciano
2022-06-03Get rid of CSRF code in api.jsBrian Picciano
2022-05-24Replace CSRF token checking with Referer checkingBrian Picciano
2022-05-24Fix CSRF loading on static GET pagesBrian Picciano
2022-05-22Don't set updated at field on feed, it's wonkyBrian Picciano
2022-05-21Add chat page, though it's not used yetBrian Picciano
2022-05-21Serve mailing list finalize and unsubscribe endpointsBrian Picciano
2022-05-21Fix rendering errors near script tagsBrian Picciano
2022-05-21Give images a bottom marginBrian Picciano
2022-05-21Cleanup after importing everything into prodBrian Picciano
2022-05-21Fix post body templates not being parsed correctlyBrian Picciano
2022-05-21Fix srv binariesBrian Picciano
2022-05-21Standardize URL generation across the blogBrian Picciano
2022-05-21List existing tags on edit post pageBrian Picciano
2022-05-21Publish new posts to mailing listBrian Picciano
2022-05-21Hide tag picker for nowBrian Picciano
2022-05-21Redirect legacy URL pathBrian Picciano
2022-05-21Fix annoying underline next to follow buttonBrian Picciano
2022-05-21Fix code block formatting and clean up extraneous filesBrian Picciano
2022-05-21Re-arrange routes so that cache only applies to blog routesBrian Picciano
2022-05-21Add in-memory cache to GET requests, purges on successful POSTsBrian Picciano
2022-05-21Define an actual middleware type, use that to set up API routesBrian Picciano
2022-05-20Simplify routes by moving formMiddleware to the global levelBrian Picciano
2022-05-20Don't use EDIT method, only POSTs should use alt methodsBrian Picciano
2022-05-20Add tag parameter to feed endpointBrian Picciano
2022-05-20Add tag selector to indexBrian Picciano
2022-05-20Always return results in time desc order from PostStoreBrian Picciano
2022-05-20Add RSS feed generatorBrian Picciano