summaryrefslogtreecommitdiff
path: root/mastodon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for quote replyr2024-10-142-0/+4
|
* Show quoted postsr2024-06-171-1/+4
|
* Show follow request count on user pager2024-02-121-5/+9
|
* Add inline follow/unfollow buttons on follow list pager2024-02-051-4/+40
|
* Revoke oauth token on signoutr2023-10-021-0/+10
|
* Cleanup file upload functionsr2023-10-012-97/+23
|
* Add profile edit pager2023-10-012-20/+97
|
* Use a custom LimitedReader instead of http.MaxBytesReaderr2023-09-241-5/+9
| | | | Fixes compatibility with older Go versions.
* Set timeout and response size limit for the http clientr2023-09-183-3/+44
|
* Add support for expiring mutesr2022-12-171-4/+3
|
* Pass with_relationships param for accountsr2022-12-171-1/+3
|
* Remove unused card field from statusr2022-09-231-27/+0
| | | | Fixes JSON parsing of posts with incompatible card data.
* Show BlockedBy on user pagePete2022-09-091-0/+1
| | | | Just show this information. No blockbots required.
* Add listsr2022-02-112-3/+4
|
* Add an option to hide unsupported notificationsr2021-12-131-1/+4
|
* Fix time parsing for empty stringr2021-11-221-1/+14
|
* Add "mute (keep notifications)" buttonr2021-10-291-2/+6
|
* Show signin button in case of an auth errorr2021-10-231-2/+21
|
* Add filtersr2021-01-301-0/+50
|
* Use attachment file name as descriptionr2021-01-231-1/+6
| | | | Pleroma 2 no longer does it automatically.
* Add remote timeliner2021-01-231-2/+4
|
* Fix user infor2021-01-161-1/+1
|
* Fix http clientr2020-10-301-28/+6
| | | | | - Remove automatic retries on 429 - Tweak http client config for better connection re-using
* Add bookmarksr2020-09-272-0/+33
| | | | | - Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
* Fix issues related to AntiDopamine moder2020-09-031-1/+1
| | | | | - Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode
* Implement exclusion params for notifications API callHyphen2020-09-031-2/+6
|
* Show status numbersr2020-06-051-2/+2
|
* Add account {hide,show}retweetsr2020-04-191-2/+6
|
* Add account {,un}subscriber2020-04-171-0/+21
|
* Gracefully handle the elephantr2020-02-261-20/+29
|
* Fix time duration valuer2020-02-191-1/+1
| | | | | - Make sure that duration is not < 0 - Handle nil ExpiresAt time in poll
* Add poll supportr2020-02-092-5/+44
| | | | Currenlty only voting is possible.
* Add conversation mutingr2020-02-021-0/+22
|
* Use vendored dependenciesr2020-02-012-7/+0
|
* Remove websocket apir2020-01-313-204/+1
|
* Update user pager2020-01-311-2/+4
| | | | | - Use the same page to display status and user list - Add media only status list
* Add user search pager2020-01-301-2/+5
|
* Update notification layoutr2020-01-291-1/+0
|
* Add direct timeliner2020-01-281-0/+12
|
* Refactor renderer and templatesr2020-01-141-3/+0
|
* Add dark moder2020-01-121-0/+1
|
* Fix duplicate status idsr2020-01-051-0/+1
| | | | Use retweeted_by_id to focus target tweet
* Add option to mask nsfw attachmentsr2019-12-311-0/+1
|
* Add default settingsr2019-12-291-0/+1
|
* Add search pager2019-12-262-3/+6
|
* Add post format selectionr2019-12-262-0/+4
|
* Add local and twkn timelinesr2019-12-251-1/+1
|
* Add emojis pager2019-12-221-0/+10
|
* Fix go modr2019-12-222-0/+3
|
* Add user page and follow/unfollow callsr2019-12-201-19/+24
|