summaryrefslogtreecommitdiff
path: root/mastodon/status.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* status: dont set filename as alt textmasterRose Hellsing2025-09-231-4/+8
|
* Add support for quote replyr2024-10-141-0/+3
|
* Show quoted postsr2024-06-171-1/+4
|
* Cleanup file upload functionsr2023-10-011-16/+23
|
* Remove unused card field from statusr2022-09-231-27/+0
| | | | Fixes JSON parsing of posts with incompatible card data.
* Add listsr2022-02-111-1/+2
|
* Fix time parsing for empty stringr2021-11-221-1/+14
|
* Add remote timeliner2021-01-231-2/+4
|
* Add bookmarksr2020-09-271-0/+23
| | | | | - Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
* Show status numbersr2020-06-051-2/+2
|
* Add poll supportr2020-02-091-5/+6
| | | | Currenlty only voting is possible.
* Add conversation mutingr2020-02-021-0/+22
|
* 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-261-2/+5
|
* Add post format selectionr2019-12-261-0/+3
|
* Add local and twkn timelinesr2019-12-251-1/+1
|
* Add reply links on thread pager2019-12-181-0/+16
|
* Add attachments supportr2019-12-141-0/+11
|
* Initial commitr2019-12-131-0/+297