Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for quote reply | r | 2024-10-14 | 2 | -0/+4 |
| | |||||
* | Show quoted posts | r | 2024-06-17 | 1 | -1/+4 |
| | |||||
* | Show follow request count on user page | r | 2024-02-12 | 1 | -5/+9 |
| | |||||
* | Add inline follow/unfollow buttons on follow list page | r | 2024-02-05 | 1 | -4/+40 |
| | |||||
* | Revoke oauth token on signout | r | 2023-10-02 | 1 | -0/+10 |
| | |||||
* | Cleanup file upload functions | r | 2023-10-01 | 2 | -97/+23 |
| | |||||
* | Add profile edit page | r | 2023-10-01 | 2 | -20/+97 |
| | |||||
* | Use a custom LimitedReader instead of http.MaxBytesReader | r | 2023-09-24 | 1 | -5/+9 |
| | | | | Fixes compatibility with older Go versions. | ||||
* | Set timeout and response size limit for the http client | r | 2023-09-18 | 3 | -3/+44 |
| | |||||
* | Add support for expiring mutes | r | 2022-12-17 | 1 | -4/+3 |
| | |||||
* | Pass with_relationships param for accounts | r | 2022-12-17 | 1 | -1/+3 |
| | |||||
* | Remove unused card field from status | r | 2022-09-23 | 1 | -27/+0 |
| | | | | Fixes JSON parsing of posts with incompatible card data. | ||||
* | Show BlockedBy on user page | Pete | 2022-09-09 | 1 | -0/+1 |
| | | | | Just show this information. No blockbots required. | ||||
* | Add lists | r | 2022-02-11 | 2 | -3/+4 |
| | |||||
* | Add an option to hide unsupported notifications | r | 2021-12-13 | 1 | -1/+4 |
| | |||||
* | Fix time parsing for empty string | r | 2021-11-22 | 1 | -1/+14 |
| | |||||
* | Add "mute (keep notifications)" button | r | 2021-10-29 | 1 | -2/+6 |
| | |||||
* | Show signin button in case of an auth error | r | 2021-10-23 | 1 | -2/+21 |
| | |||||
* | Add filters | r | 2021-01-30 | 1 | -0/+50 |
| | |||||
* | Use attachment file name as description | r | 2021-01-23 | 1 | -1/+6 |
| | | | | Pleroma 2 no longer does it automatically. | ||||
* | Add remote timeline | r | 2021-01-23 | 1 | -2/+4 |
| | |||||
* | Fix user info | r | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | Fix http client | r | 2020-10-30 | 1 | -28/+6 |
| | | | | | - Remove automatic retries on 429 - Tweak http client config for better connection re-using | ||||
* | Add bookmarks | r | 2020-09-27 | 2 | -0/+33 |
| | | | | | - 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 | -1/+1 |
| | | | | | - Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode | ||||
* | Implement exclusion params for notifications API call | Hyphen | 2020-09-03 | 1 | -2/+6 |
| | |||||
* | Show status numbers | r | 2020-06-05 | 1 | -2/+2 |
| | |||||
* | Add account {hide,show}retweets | r | 2020-04-19 | 1 | -2/+6 |
| | |||||
* | Add account {,un}subscribe | r | 2020-04-17 | 1 | -0/+21 |
| | |||||
* | Gracefully handle the elephant | r | 2020-02-26 | 1 | -20/+29 |
| | |||||
* | Fix time duration value | r | 2020-02-19 | 1 | -1/+1 |
| | | | | | - Make sure that duration is not < 0 - Handle nil ExpiresAt time in poll | ||||
* | Add poll support | r | 2020-02-09 | 2 | -5/+44 |
| | | | | Currenlty only voting is possible. | ||||
* | Add conversation muting | r | 2020-02-02 | 1 | -0/+22 |
| | |||||
* | Use vendored dependencies | r | 2020-02-01 | 2 | -7/+0 |
| | |||||
* | Remove websocket api | r | 2020-01-31 | 3 | -204/+1 |
| | |||||
* | Update user page | r | 2020-01-31 | 1 | -2/+4 |
| | | | | | - Use the same page to display status and user list - Add media only status list | ||||
* | Add user search page | r | 2020-01-30 | 1 | -2/+5 |
| | |||||
* | Update notification layout | r | 2020-01-29 | 1 | -1/+0 |
| | |||||
* | Add direct timeline | r | 2020-01-28 | 1 | -0/+12 |
| | |||||
* | Refactor renderer and templates | r | 2020-01-14 | 1 | -3/+0 |
| | |||||
* | Add dark mode | r | 2020-01-12 | 1 | -0/+1 |
| | |||||
* | Fix duplicate status ids | r | 2020-01-05 | 1 | -0/+1 |
| | | | | Use retweeted_by_id to focus target tweet | ||||
* | Add option to mask nsfw attachments | r | 2019-12-31 | 1 | -0/+1 |
| | |||||
* | Add default settings | r | 2019-12-29 | 1 | -0/+1 |
| | |||||
* | Add search page | r | 2019-12-26 | 2 | -3/+6 |
| | |||||
* | Add post format selection | r | 2019-12-26 | 2 | -0/+4 |
| | |||||
* | Add local and twkn timelines | r | 2019-12-25 | 1 | -1/+1 |
| | |||||
* | Add emojis page | r | 2019-12-22 | 1 | -0/+10 |
| | |||||
* | Fix go mod | r | 2019-12-22 | 2 | -0/+3 |
| | |||||
* | Add user page and follow/unfollow calls | r | 2019-12-20 | 1 | -19/+24 |
| |