Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add install target for make | r | 2020-01-31 | 1 | -2/+1 |
| | | | | | - Update default config path accordingly - Mention use of config file in README | ||||
* | Update user page | r | 2020-01-31 | 1 | -33/+3 |
| | | | | | - Use the same page to display status and user list - Add media only status list | ||||
* | Fix error reponse | r | 2020-01-31 | 1 | -8/+43 |
| | | | | | - Use status 500 for error page response - Use json response for fluoride calls | ||||
* | Add user search page | r | 2020-01-30 | 1 | -0/+25 |
| | |||||
* | Refactor everything | r | 2020-01-28 | 1 | -304/+346 |
| | |||||
* | Add CSRF protection | r | 2020-01-26 | 1 | -2/+23 |
| | |||||
* | Refactor renderer and templates | r | 2020-01-14 | 1 | -34/+34 |
| | |||||
* | Add dark mode | r | 2020-01-12 | 1 | -0/+2 |
| | |||||
* | Add fluoride mode | r | 2020-01-08 | 1 | -0/+74 |
| | |||||
* | Fix duplicate status ids | r | 2020-01-05 | 1 | -8/+32 |
| | | | | Use retweeted_by_id to focus target tweet | ||||
* | Use post method for like and retweet | r | 2020-01-04 | 1 | -4/+4 |
| | |||||
* | Rename package to bloat | r | 2020-01-01 | 1 | -1/+2 |
| | |||||
* | Add option to mask nsfw attachments | r | 2019-12-31 | 1 | -0/+2 |
| | |||||
* | Add default settings | r | 2019-12-29 | 1 | -6/+8 |
| | |||||
* | Use SetCookie function | r | 2019-12-29 | 1 | -4/+13 |
| | |||||
* | Add following and followers page | r | 2019-12-29 | 1 | -1/+29 |
| | |||||
* | Add settings page | r | 2019-12-27 | 1 | -0/+31 |
| | |||||
* | Add search page | r | 2019-12-26 | 1 | -0/+25 |
| | |||||
* | Add post format selection | r | 2019-12-26 | 1 | -1/+2 |
| | |||||
* | Add liked by and retweeted by page | r | 2019-12-26 | 1 | -0/+22 |
| | |||||
* | Add local and twkn timelines | r | 2019-12-25 | 1 | -4/+10 |
| | |||||
* | Add emojis page | r | 2019-12-22 | 1 | -0/+10 |
| | |||||
* | Add nsfw checkbox for posts | r | 2019-12-22 | 1 | -1/+3 |
| | |||||
* | Add support for scopes | r | 2019-12-21 | 1 | -1/+2 |
| | | | | | | | - Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts | ||||
* | Add about page | r | 2019-12-21 | 1 | -0/+10 |
| | |||||
* | Add user page and follow/unfollow calls | r | 2019-12-20 | 1 | -8/+52 |
| | |||||
* | Use http 302 for redirection instead of 303 | r | 2019-12-17 | 1 | -9/+9 |
| | |||||
* | Add notification support | r | 2019-12-15 | 1 | -0/+13 |
| | |||||
* | Add attachments support | r | 2019-12-14 | 1 | -3/+24 |
| | |||||
* | Focus relevant status on like, retweet and reply | r | 2019-12-14 | 1 | -7/+7 |
| | |||||
* | Add signout method | r | 2019-12-13 | 1 | -5/+20 |
| | |||||
* | Initial commit | r | 2019-12-13 | 1 | -0/+165 |