mediocre-blog/srv/src/http
2022-05-21 14:06:07 -06:00
..
apiutil Define an actual middleware type, use that to set up API routes 2022-05-21 09:17:43 -06:00
static Give images a bottom margin 2022-05-21 13:00:04 -06:00
tpl Add chat page, though it's not used yet 2022-05-21 14:06:07 -06:00
api.go Serve mailing list finalize and unsubscribe endpoints 2022-05-21 14:03:38 -06:00
assets.go Standardize URL generation across the blog 2022-05-21 11:34:03 -06:00
auth_test.go Implement ratelimit on authentications 2022-05-20 14:54:26 -06:00
auth.go Define an actual middleware type, use that to set up API routes 2022-05-21 09:17:43 -06:00
chat.go Rename api package to http 2022-05-20 11:17:31 -06:00
csrf.go Rename api package to http 2022-05-20 11:17:31 -06:00
feed.go Add tag parameter to feed endpoint 2022-05-20 17:51:41 -06:00
index.go Redirect legacy URL path 2022-05-21 10:50:42 -06:00
mailinglist.go Rename api package to http 2022-05-20 11:17:31 -06:00
middleware.go Re-arrange routes so that cache only applies to blog routes 2022-05-21 10:18:00 -06:00
posts.go Fix rendering errors near script tags 2022-05-21 13:54:14 -06:00
pow.go Rename api package to http 2022-05-20 11:17:31 -06:00
tpl.go Fix post body templates not being parsed correctly 2022-05-21 12:10:38 -06:00