Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid unnecessary API call on thread page | r | 2020-10-30 | 1 | -7/+2 |
| | |||||
* | Fix retweeted by id on user page | r | 2020-10-19 | 1 | -0/+6 |
| | |||||
* | Add setting for default format | r | 2020-10-19 | 2 | -3/+8 |
| | |||||
* | Avoid search call for empty query | r | 2020-10-19 | 1 | -6/+16 |
| | |||||
* | Fix search query escaping | r | 2020-10-17 | 1 | -6/+9 |
| | |||||
* | Fix next link on timeline page | r | 2020-09-27 | 1 | -1/+1 |
| | |||||
* | Add likes list | r | 2020-09-27 | 1 | -0/+12 |
| | |||||
* | Add blocks list | r | 2020-09-27 | 1 | -0/+12 |
| | |||||
* | Add mutes list | r | 2020-09-27 | 1 | -0/+12 |
| | |||||
* | Add bookmarks | r | 2020-09-27 | 4 | -13/+118 |
| | | | | | - Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page | ||||
* | Fix issues related to AntiDopamine mode | r | 2020-09-03 | 1 | -4/+3 |
| | | | | | - Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode | ||||
* | Add the Anti Dopamine feature | Hyphen | 2020-09-03 | 2 | -1/+10 |
| | |||||
* | 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 |
| | |||||
* | Fix signin page redirection in single instance mode | r | 2020-05-29 | 2 | -2/+19 |
| | |||||
* | Refactor things | r | 2020-05-24 | 4 | -516/+452 |
| | |||||
* | Add option to hide attachments | r | 2020-04-25 | 2 | -6/+9 |
| | |||||
* | Add single instance mode | r | 2020-04-19 | 2 | -32/+61 |
| | |||||
* | Add account {hide,show}retweets | r | 2020-04-19 | 4 | -8/+15 |
| | |||||
* | Add account {,un}subscribe | r | 2020-04-17 | 4 | -0/+86 |
| | |||||
* | Remove session details on signout | r | 2020-03-04 | 4 | -2/+33 |
| | |||||
* | 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 | 4 | -133/+175 |
| | |||||
* | Add poll support | r | 2020-02-09 | 4 | -2/+52 |
| | | | | 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 | 4 | -1/+173 |
| | |||||
* | 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 |
| |