Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-11-22 | Refactor things | r | 1 | -480/+0 | |
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers | |||||
2020-09-27 | Add bookmarks | r | 1 | -2/+25 | |
- Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page | |||||
2020-05-29 | Fix signin page redirection in single instance mode | r | 1 | -2/+14 | |
2020-05-24 | Refactor things | r | 1 | -144/+139 | |
2020-04-19 | Add account {hide,show}retweets | r | 1 | -2/+2 | |
2020-04-17 | Add account {,un}subscribe | r | 1 | -0/+24 | |
2020-03-04 | Remove session details on signout | r | 1 | -0/+13 | |
2020-02-18 | Add frame based navigation | r | 1 | -0/+29 | |
2020-02-09 | Add poll support | r | 1 | -0/+13 | |
Currenlty only voting is possible. | |||||
2020-02-08 | Add account muting and blocking | r | 1 | -0/+48 | |
2020-02-02 | Add status deletion | r | 1 | -2/+15 | |
2020-02-02 | Add conversation muting | r | 1 | -0/+24 | |
2020-02-01 | Use vendored dependencies | r | 1 | -3/+3 | |
2020-01-31 | Update user page | r | 1 | -21/+3 | |
- Use the same page to display status and user list - Add media only status list | |||||
2020-01-30 | Add user search page | r | 1 | -0/+9 | |
2020-01-28 | Refactor everything | r | 1 | -99/+109 | |
2020-01-26 | Add CSRF protection | r | 1 | -1/+42 | |
2020-01-14 | Refactor renderer and templates | r | 1 | -6/+3 | |
2020-01-08 | Add fluoride mode | r | 1 | -4/+4 | |
2020-01-01 | Rename package to bloat | r | 1 | -2/+3 | |
2019-12-29 | Add following and followers page | r | 1 | -0/+16 | |
2019-12-27 | Add settings page | r | 1 | -0/+16 | |
2019-12-26 | Add search page | r | 1 | -0/+8 | |
2019-12-26 | Add post format selection | r | 1 | -2/+2 | |
2019-12-26 | Add liked by and retweeted by page | r | 1 | -0/+16 | |
2019-12-25 | Add local and twkn timelines | r | 1 | -2/+2 | |
2019-12-22 | Add emojis page | r | 1 | -0/+8 | |
2019-12-22 | Add nsfw checkbox for posts | r | 1 | -2/+2 | |
2019-12-21 | Add support for scopes | r | 1 | -18/+7 | |
- Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts | |||||
2019-12-21 | Use a custom client for settings | r | 1 | -15/+16 | |
2019-12-21 | Add about page | r | 1 | -0/+8 | |
2019-12-20 | Add user page and follow/unfollow calls | r | 1 | -0/+24 | |
2019-12-17 | Use filesystem based kv store instead of sqlite | r | 1 | -2/+2 | |
2019-12-15 | Add notification support | r | 1 | -0/+8 | |
2019-12-14 | Add attachments support | r | 1 | -2/+3 | |
2019-12-14 | Focus relevant status on like, retweet and reply | r | 1 | -1/+1 | |