Commit Graph

371 Commits (c4520f2c84c0d4555bdb02f4ec7b2d1a8bdefca2)
 

Author SHA1 Message Date
Brian Picciano 7ac2f5ebb3 implement DraftStore 2 years ago
Brian Picciano 76ff79f470 add admin page, and spruce up posts and assets 2 years ago
Brian Picciano 98e0c3e89c fix CSRF checking so that localhost always works 2 years ago
Brian Picciano f7b4fd644b improve how index table looks 2 years ago
Brian Picciano 062e5bbd10 delete some old script that aren't needed anymore 2 years ago
Brian Picciano 60018dd9f5 load some test data when starting the dev shell 2 years ago
Brian Picciano d0a604b0ba update welcome message a bit 2 years ago
Brian Picciano a125226825 move published date to bottom of post 2 years ago
Brian Picciano bb6c715a0e more polish, use table on index page 2 years ago
Brian Picciano c06dd5c587 make button vs link usage consistent 2 years ago
Brian Picciano 7bd7af44a9 remove target:_blanks 2 years ago
Brian Picciano 2144e9f2f1 make license link less obnoxious 2 years ago
Brian Picciano cbc5816586 fix color of warning on follow page 2 years ago
Brian Picciano 36d79896e7 add a welcome paragraph 2 years ago
Brian Picciano 960e33d649 inline css into pages 2 years ago
Brian Picciano bf8412969a finish switching to classless, got a color scheme worked out too 2 years ago
Brian Picciano 5bc4c2fe4e began using new.css, got rid of the old css almost entirely 2 years ago
Brian Picciano cd1d97bebf don't allow gmail addresses to subscribe 2 years ago
Brian Picciano 7f6d7366e3 improve logging of ips, to account for xff and x-real-ip 2 years ago
Brian Picciano fa47baffb6 Get rid of CSRF code in api.js 2 years ago
Brian Picciano 08811a6da7 Replace CSRF token checking with Referer checking 2 years ago
Brian Picciano 159638084e Fix CSRF loading on static GET pages 2 years ago
Brian Picciano 88ebaeda8f Don't set updated at field on feed, it's wonky 2 years ago
Brian Picciano f3340ae5f4 Remove old code related to static, it's not needed anymore 2 years ago
Brian Picciano 55eb40d4bb Add chat page, though it's not used yet 2 years ago
Brian Picciano 4dc1683d3e Serve mailing list finalize and unsubscribe endpoints 2 years ago
Brian Picciano 7335295dc0 Fix rendering errors near script tags 2 years ago
Brian Picciano b136b42a44 Give images a bottom margin 2 years ago
Brian Picciano 04b95b0e22 Cleanup after importing everything into prod 2 years ago
Brian Picciano 180575fe4a Fix post body templates not being parsed correctly 2 years ago
Brian Picciano bdd1f01605 Fix srv binaries 2 years ago
Brian Picciano 01424c7dab Standardize URL generation across the blog 2 years ago
Brian Picciano e269b111a1 List existing tags on edit post page 2 years ago
Brian Picciano 3059909deb Publish new posts to mailing list 2 years ago
Brian Picciano 3e67823205 Hide tag picker for now 2 years ago
Brian Picciano e92f59fc7f Redirect legacy URL path 2 years ago
Brian Picciano 0361b1d4bf Fix annoying underline next to follow button 2 years ago
Brian Picciano 5a58890228 Fix code block formatting and clean up extraneous files 2 years ago
Brian Picciano 79452e7472 Re-arrange routes so that cache only applies to blog routes 2 years ago
Brian Picciano fb905ad53c Add in-memory cache to GET requests, purges on successful POSTs 2 years ago
Brian Picciano 1de0ab3b72 Define an actual middleware type, use that to set up API routes 2 years ago
Brian Picciano 034342421b Simplify routes by moving formMiddleware to the global level 2 years ago
Brian Picciano 1181af0318 Don't use EDIT method, only POSTs should use alt methods 2 years ago
Brian Picciano c4692f72e3 Add tag parameter to feed endpoint 2 years ago
Brian Picciano 1f42c5e000 Add tag selector to index 2 years ago
Brian Picciano 47d4787907 Always return results in time desc order from PostStore 2 years ago
Brian Picciano 99f8c1188c Add RSS feed generator 2 years ago
Brian Picciano b4ca8853a9 Update http config names 2 years ago
Brian Picciano 1ffda21ae3 Implement ratelimit on authentications 2 years ago
Brian Picciano ae1fa76efc Rename follow.html to follow 2 years ago