A fast and simple blog backend.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
mediocre-blog/srv/src/http
Brian Picciano 98e0c3e89c fix CSRF checking so that localhost always works 2 years ago
..
apiutil Define an actual middleware type, use that to set up API routes 2 years ago
static improve how index table looks 2 years ago
tpl improve how index table looks 2 years ago
api.go Replace CSRF token checking with Referer checking 2 years ago
assets.go Standardize URL generation across the blog 2 years ago
auth.go Define an actual middleware type, use that to set up API routes 2 years ago
auth_test.go Implement ratelimit on authentications 2 years ago
chat.go Rename api package to http 2 years ago
csrf.go fix CSRF checking so that localhost always works 2 years ago
feed.go Don't set updated at field on feed, it's wonky 2 years ago
index.go Redirect legacy URL path 2 years ago
mailinglist.go don't allow gmail addresses to subscribe 2 years ago
middleware.go improve logging of ips, to account for xff and x-real-ip 2 years ago
posts.go Fix rendering errors near script tags 2 years ago
pow.go Rename api package to http 2 years ago
tpl.go inline css into pages 2 years ago