Commit Graph

355 Commits (4878495914fb9701bedc242eb5087394138c8ee3)
 

Author SHA1 Message Date
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
Brian Picciano af434077ef Implement image macro for rendering images 2 years ago
Brian Picciano 16cfbd1915 Move static assets to within srv 2 years ago
Brian Picciano 3cdee89c96 Put post preview behind auth 2 years ago
Brian Picciano 09acb111a2 Rename api package to http 2 years ago
Brian Picciano f69ed83de7 Add preview button to edit post page 2 years ago
Brian Picciano 2c4b617dde Implement saving of new and edited posts 2 years ago
Brian Picciano 75044eef03 Implement edit post page 2 years ago
Brian Picciano 0bc0204f0b Implement post deleting 2 years ago
Brian Picciano 1242be7cfe Implement posts index page 2 years ago
Brian Picciano 5a99778187 Scatter render.go contents everywhere 2 years ago
Brian Picciano 16f9da05e5 Fix spacing in assets table delete button 2 years ago
Brian Picciano 3664286506 Actually use the auth middleware for assets routes 2 years ago
Brian Picciano 8da42184eb Implement basic auth middleware 2 years ago
Brian Picciano 56530a8a66 Implement asset deletion and fix redirect logic 2 years ago
Brian Picciano 69de76cb32 Add asset file upload form, plus related necessary refactors 2 years ago
Brian Picciano e406ad6e7c Re-arrange how api endpoints are defined 2 years ago