Include score and optionally your_vote in every post list (#109)
Merge branch 'api-changes' into master
Breaking API change: rename comments to replies in post info
Breaking API change: make login user info more consistent
Move ratelimit implementation into external crate 'henry'
Bypass ratelimit if ALLOW_FORWARDED is true but no X-Forwarded-For
Merge branch 'ratelimit' into master
Remove logging from ratelimit, increase rate to a more reasonable number
Allow using X-Forwarded-For to change ratelimit key
Initial work on ratelimiting
Disallow empty comments (#106)
Use a Note with attachment for image posts
Federate image posts as Image
Add initial support for media uploads
Replace if block with simple expression
Add CORS headers to responses
Add password & email_address to user edit fields
Merge branch 'forgot-password' into master
Strip non-alphanumeric characters before parsing ForgotPasswordKey
Add endpoint for actually using forgot password keys to reset passwords