Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix typo | r | 2020-07-28 | 1 | -2/+2 | |
| | ||||||
* | Disable scope selection when replying to a direct post | r | 2020-06-18 | 1 | -10/+8 | |
| | ||||||
* | Show status numbers | r | 2020-06-05 | 1 | -3/+7 | |
| | ||||||
* | Refactor things | r | 2020-05-24 | 1 | -117/+102 | |
| | ||||||
* | Add option to hide attachments | r | 2020-04-25 | 1 | -6/+7 | |
| | ||||||
* | Add single instance mode | r | 2020-04-19 | 1 | -16/+28 | |
| | ||||||
* | Add account {hide,show}retweets | r | 2020-04-19 | 1 | -3/+3 | |
| | ||||||
* | Add account {,un}subscribe | r | 2020-04-17 | 1 | -0/+12 | |
| | ||||||
* | Remove session details on signout | r | 2020-03-04 | 1 | -0/+6 | |
| | ||||||
* | Gracefully handle the elephant | r | 2020-02-26 | 1 | -0/+1 | |
| | ||||||
* | Add notification count in page title | r | 2020-02-26 | 1 | -0/+1 | |
| | ||||||
* | Cleanup renderer.go | r | 2020-02-23 | 1 | -15/+15 | |
| | ||||||
* | Use <base> element to set target | r | 2020-02-23 | 1 | -0/+2 | |
| | ||||||
* | Add frame based navigation | r | 2020-02-18 | 1 | -119/+70 | |
| | ||||||
* | Add poll support | r | 2020-02-09 | 1 | -0/+10 | |
| | | | | Currenlty only voting is possible. | |||||
* | Remove account relationship buttons for logged in user's page | r | 2020-02-08 | 1 | -0/+1 | |
| | ||||||
* | Add account muting and blocking | r | 2020-02-08 | 1 | -1/+25 | |
| | ||||||
* | Add status deletion | r | 2020-02-02 | 1 | -4/+18 | |
| | ||||||
* | Add conversation muting | r | 2020-02-02 | 1 | -0/+14 | |
| | ||||||
* | Use vendored dependencies | r | 2020-02-01 | 1 | -1/+1 | |
| | ||||||
* | Update user page | r | 2020-01-31 | 1 | -79/+46 | |
| | | | | | - Use the same page to display status and user list - Add media only status list | |||||
* | Add user search page | r | 2020-01-30 | 1 | -1/+44 | |
| | ||||||
* | Update notification layout | r | 2020-01-29 | 1 | -7/+0 | |
| | ||||||
* | Add direct timeline | r | 2020-01-28 | 1 | -0/+3 | |
| | ||||||
* | Refactor everything | r | 2020-01-28 | 1 | -449/+362 | |
| | ||||||
* | Update random id generation algorithm | r | 2020-01-26 | 1 | -2/+8 | |
| | ||||||
* | Add CSRF protection | r | 2020-01-26 | 1 | -32/+31 | |
| | ||||||
* | Fix notification count | r | 2020-01-15 | 1 | -1/+1 | |
| | ||||||
* | Refactor renderer and templates | r | 2020-01-14 | 1 | -59/+48 | |
| | ||||||
* | Add dark mode | r | 2020-01-12 | 1 | -0/+12 | |
| | ||||||
* | Fix notification timestamp | r | 2020-01-10 | 1 | -0/+1 | |
| | ||||||
* | Add page titles | r | 2020-01-10 | 1 | -18/+22 | |
| | ||||||
* | Add fluoride mode | r | 2020-01-08 | 1 | -12/+31 | |
| | ||||||
* | Fix duplicate status ids | r | 2020-01-05 | 1 | -0/+1 | |
| | | | | Use retweeted_by_id to focus target tweet | |||||
* | Rename package to bloat | r | 2020-01-01 | 1 | -4/+4 | |
| | ||||||
* | Add option to mask nsfw attachments | r | 2019-12-31 | 1 | -4/+21 | |
| | ||||||
* | Add default settings | r | 2019-12-29 | 1 | -2/+8 | |
| | ||||||
* | Add following and followers page | r | 2019-12-29 | 1 | -0/+83 | |
| | ||||||
* | Add settings page | r | 2019-12-27 | 1 | -10/+46 | |
| | ||||||
* | Add search page | r | 2019-12-26 | 1 | -0/+46 | |
| | ||||||
* | Add post format selection | r | 2019-12-26 | 1 | -4/+9 | |
| | ||||||
* | Add liked by and retweeted by page | r | 2019-12-26 | 1 | -5/+77 | |
| | ||||||
* | Update header template and add option for custom css | r | 2019-12-25 | 1 | -29/+43 | |
| | ||||||
* | Refector render structs | r | 2019-12-25 | 1 | -8/+45 | |
| | ||||||
* | Fix timeline pagination | r | 2019-12-25 | 1 | -4/+5 | |
| | ||||||
* | Add local and twkn timelines | r | 2019-12-25 | 1 | -4/+19 | |
| | ||||||
* | Add userinfo in navigation | r | 2019-12-24 | 1 | -1/+6 | |
| | ||||||
* | Add emojis page | r | 2019-12-22 | 1 | -0/+21 | |
| | ||||||
* | Add nsfw checkbox for posts | r | 2019-12-22 | 1 | -2/+3 | |
| | ||||||
* | Add support for scopes | r | 2019-12-21 | 1 | -9/+29 | |
| | | | | | | | - Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts |