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