Add poll support
[bloat] / service / auth.go
2020-02-09 rAdd poll support
2020-02-08 rAdd account muting and blocking
2020-02-02 rAdd status deletion
2020-02-02 rAdd conversation muting
2020-02-01 rUse vendored dependencies
2020-01-31 rUpdate user page
2020-01-30 rAdd user search page
2020-01-28 rRefactor everything
2020-01-26 rAdd CSRF protection
2020-01-14 rRefactor renderer and templates
2020-01-08 rAdd fluoride mode
2020-01-01 rRename package to bloat
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 rAdd local and twkn timelines
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 rAdd about page
2019-12-20 rAdd user page and follow/unfollow calls
2019-12-17 rUse filesystem based kv store instead of sqlite
2019-12-15 rAdd notification support
2019-12-14 rAdd attachments support
2019-12-14 rFocus relevant status on like, retweet and reply
2019-12-13 rInitial commit