Add CSRF protection
[bloat] / service / service.go
2020-01-26 rAdd CSRF protection
2020-01-15 rFix notification count
2020-01-14 rRefactor renderer and templates
2020-01-12 rAdd dark mode
2020-01-10 rFix notification timestamp
2020-01-10 rAdd page titles
2020-01-08 rAdd fluoride mode
2020-01-05 rFix duplicate status ids
2020-01-01 rRename package to bloat
2019-12-31 rAdd option to mask nsfw attachments
2019-12-29 rAdd default settings
2019-12-29 rAdd following and followers page
2019-12-27 rAdd settings page
2019-12-26 rAdd search page
2019-12-26 rAdd post format selection
2019-12-26 rAdd liked by and retweeted by page
2019-12-25 rUpdate header template and add option for custom css
2019-12-25 rRefector render structs
2019-12-25 rFix timeline pagination
2019-12-25 rAdd local and twkn timelines
2019-12-24 rAdd userinfo in navigation
2019-12-22 rAdd emojis page
2019-12-22 rAdd nsfw checkbox for posts
2019-12-21 rAdd support for scopes
2019-12-21 rUse a custom client for settings
2019-12-21 rUse a single form for new posts and replies
2019-12-21 rAdd about page
2019-12-20 rAdd user page and follow/unfollow calls
2019-12-19 rFix reply template
2019-12-18 rAdd reply links on thread page
2019-12-17 rUse filesystem based kv store instead of sqlite
2019-12-17 rFix redirection URL
2019-12-15 rAdd notification support
2019-12-15 rFix prev pagination
2019-12-14 rAdd attachments support
2019-12-14 rFocus relevant status on like, retweet and reply
2019-12-14 rFix mentions
2019-12-13 rUse account mentions as default text in replies
2019-12-13 rInitial commit