aboutsummaryrefslogtreecommitdiff
path: root/mastodon
AgeCommit message (Collapse)Author
2024-02-12Show follow request count on user pager
2024-02-05Add inline follow/unfollow buttons on follow list pager
2023-10-02Revoke oauth token on signoutr
2023-10-01Cleanup file upload functionsr
2023-10-01Add profile edit pager
2023-09-24Use a custom LimitedReader instead of http.MaxBytesReaderr
Fixes compatibility with older Go versions.
2023-09-18Set timeout and response size limit for the http clientr
2022-12-17Add support for expiring mutesr
2022-12-17Pass with_relationships param for accountsr
2022-09-23Remove unused card field from statusr
Fixes JSON parsing of posts with incompatible card data.
2022-09-09Show BlockedBy on user pagePete
Just show this information. No blockbots required.
2022-02-11Add listsr
2021-12-13Add an option to hide unsupported notificationsr
2021-11-22Fix time parsing for empty stringr
2021-10-29Add "mute (keep notifications)" buttonr
2021-10-23Show signin button in case of an auth errorr
2021-01-30Add filtersr
2021-01-23Use attachment file name as descriptionr
Pleroma 2 no longer does it automatically.
2021-01-23Add remote timeliner
2021-01-16Fix user infor
2020-10-30Fix http clientr
- Remove automatic retries on 429 - Tweak http client config for better connection re-using
2020-09-27Add bookmarksr
- Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
2020-09-03Fix issues related to AntiDopamine moder
- Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode
2020-09-03Implement exclusion params for notifications API callHyphen
2020-06-05Show status numbersr
2020-04-19Add account {hide,show}retweetsr
2020-04-17Add account {,un}subscriber
2020-02-26Gracefully handle the elephantr
2020-02-19Fix time duration valuer
- Make sure that duration is not < 0 - Handle nil ExpiresAt time in poll
2020-02-09Add poll supportr
Currenlty only voting is possible.
2020-02-02Add conversation mutingr
2020-02-01Use vendored dependenciesr
2020-01-31Remove websocket apir
2020-01-31Update user pager
- Use the same page to display status and user list - Add media only status list
2020-01-30Add user search pager
2020-01-29Update notification layoutr
2020-01-28Add direct timeliner
2020-01-14Refactor renderer and templatesr
2020-01-12Add dark moder
2020-01-05Fix duplicate status idsr
Use retweeted_by_id to focus target tweet
2019-12-31Add option to mask nsfw attachmentsr
2019-12-29Add default settingsr
2019-12-26Add search pager
2019-12-26Add post format selectionr
2019-12-25Add local and twkn timelinesr
2019-12-22Add emojis pager
2019-12-22Fix go modr
2019-12-20Add user page and follow/unfollow callsr
2019-12-18Add reply links on thread pager
2019-12-15Add notification supportr