Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add status deletion | r | 2020-02-02 | 4 | -8/+60 |
| | |||||
* | Add conversation muting | r | 2020-02-02 | 4 | -0/+88 |
| | |||||
* | Use vendored dependencies | r | 2020-02-01 | 2 | -4/+4 |
| | |||||
* | 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 | 4 | -156/+57 |
| | | | | | - 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 | 4 | -1/+87 |
| | |||||
* | 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 | 4 | -943/+916 |
| | |||||
* | Update random id generation algorithm | r | 2020-01-26 | 1 | -2/+8 |
| | |||||
* | Add CSRF protection | r | 2020-01-26 | 3 | -35/+96 |
| | |||||
* | Fix notification count | r | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Refactor renderer and templates | r | 2020-01-14 | 4 | -109/+87 |
| | |||||
* | Add dark mode | r | 2020-01-12 | 2 | -0/+14 |
| | |||||
* | 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 | 4 | -20/+113 |
| | |||||
* | Fix duplicate status ids | r | 2020-01-05 | 2 | -8/+33 |
| | | | | 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 | 4 | -8/+11 |
| | |||||
* | Add option to mask nsfw attachments | r | 2019-12-31 | 2 | -4/+23 |
| | |||||
* | Add default settings | r | 2019-12-29 | 2 | -8/+16 |
| | |||||
* | Use SetCookie function | r | 2019-12-29 | 1 | -4/+13 |
| | |||||
* | Add following and followers page | r | 2019-12-29 | 4 | -1/+144 |
| | |||||
* | Add settings page | r | 2019-12-27 | 4 | -10/+109 |
| | |||||
* | Add search page | r | 2019-12-26 | 4 | -0/+87 |
| | |||||
* | Add post format selection | r | 2019-12-26 | 4 | -11/+17 |
| | |||||
* | Add liked by and retweeted by page | r | 2019-12-26 | 4 | -5/+131 |
| | |||||
* | 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 | 4 | -14/+35 |
| | |||||
* | Add userinfo in navigation | r | 2019-12-24 | 1 | -1/+6 |
| | |||||
* | Add emojis page | r | 2019-12-22 | 4 | -0/+47 |
| | |||||
* | Add nsfw checkbox for posts | r | 2019-12-22 | 4 | -9/+12 |
| | |||||
* | Add support for scopes | r | 2019-12-21 | 4 | -32/+42 |
| | | | | | | | - Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts | ||||
* | Use a custom client for settings | r | 2019-12-21 | 3 | -56/+58 |
| | |||||
* | Use a single form for new posts and replies | r | 2019-12-21 | 1 | -4/+8 |
| | |||||
* | Add about page | r | 2019-12-21 | 4 | -0/+42 |
| | |||||
* | Add user page and follow/unfollow calls | r | 2019-12-20 | 4 | -8/+152 |
| | |||||
* | Fix reply template | r | 2019-12-19 | 1 | -1/+1 |
| | |||||
* | Add reply links on thread page | r | 2019-12-18 | 1 | -10/+38 |
| | |||||
* | Use filesystem based kv store instead of sqlite | r | 2019-12-17 | 2 | -12/+16 |
| | |||||
* | Fix redirection URL | r | 2019-12-17 | 1 | -2/+2 |
| | |||||
* | Use http 302 for redirection instead of 303 | r | 2019-12-17 | 1 | -9/+9 |
| | |||||
* | Add notification support | r | 2019-12-15 | 4 | -7/+118 |
| | |||||
* | Fix prev pagination | r | 2019-12-15 | 1 | -8/+24 |
| | |||||
* | Add attachments support | r | 2019-12-14 | 4 | -9/+43 |
| | |||||
* | Focus relevant status on like, retweet and reply | r | 2019-12-14 | 4 | -13/+18 |
| |