1
0
Fork 0
Commit Graph

25 Commits

Author SHA1 Message Date
Ryan Fox da97f690b1
Add initial support for alt text
The input doesn't actually work right now, but it's a step in the right
direction.
2022-11-30 21:03:20 -08:00
Ryan Fox 51b1fa2b17
Prepare for emoji support 2022-03-26 23:07:04 -07:00
Ryan Fox b30c66356a
Add follow requested indicator 2022-03-26 19:48:25 -07:00
Ryan Fox 5566d320f5
Pleroma: Support quote posts 2022-03-24 18:27:46 -07:00
Ryan Fox 1053544ddc
Make more fields optional
This fixes GoToSocial compatibility.
2022-03-23 17:02:31 -07:00
Ryan Fox 222d4277a7
Display quote toots
This only works with QOTO, but making it work with Pleroma should be
pretty easy.
2022-01-23 18:27:22 -08:00
Ryan Fox 6fc967c05a
Add support for displaying polls
Doesn't look the prettiest, but it's there!
2021-03-06 23:20:53 +00:00
Ryan Fox e708f7197a
Add moved account indicator 2021-01-16 04:53:12 +00:00
Ryan Fox e0777847a8
Make hashtag history optional in searches
Fixes search on Pleroma.
2021-01-15 23:24:18 +00:00
Ryan Fox 2f227355b8
Show pinned statuses 2021-01-12 06:08:43 +00:00
Ryan Fox 0f7a4c6bcf
Update search functionality
APIv1 search is deprecated and doesn't work anymore.
2021-01-12 00:12:13 +00:00
Ryan Fox b59ac87c81
Make some more Account values optional
Fixes the multi-account functionality.
2021-01-11 19:09:12 +00:00
Ryan Fox 20199d02ad
Set last_status_at field as optional 2021-01-11 09:06:36 +00:00
Ryan Fox 628ac848d3
Load even more data from accounts 2021-01-11 08:47:19 +00:00
Ryan Fox be05f24b52
Make the preview_url optional
It won't always be present, especially for media like audio. (I'll fix
audio eventually.)
2021-01-10 21:44:48 +00:00
Ryan Fox ea39adf374
Get "source" information from Mastodon
We will need this to get the correct draft defaults later.
2021-01-10 21:26:57 +00:00
Vincent Jousse c2682f147b
Application field is now optional (#205)
Mastodon v2.8.2
2019-05-15 22:13:06 +02:00
Nicolas Perriault 2e89ad0b0f
Fix #196: Fix incompatibilities with the Mastodon API v2.0.0. (#197) 2017-11-29 14:06:08 +01:00
Nicolas Perriault a7c17ab6f1 Fix #160: Add search feature. (#188)
Also fixes #187.
2017-05-31 00:27:30 +02:00
Nicolas Perriault b6c858da2d
Render app link in target thread toot. 2017-05-23 00:25:28 +02:00
Nicolas Perriault a7826c5c2b
Fixed status url may be missing in a toot. 2017-05-14 15:12:04 +02:00
Nicolas Perriault b7001eb8da Fix #78: Handle media upload. (#156) 2017-05-11 10:55:15 +02:00
Nicolas Perriault 059b2726e6 Fix #49: Denote account relationships, follow & unfollow actions. (#105)
* Check relationships.
* Follow & unfollow actions.
* Don't display follow button to ourselves.
* Profile view follow button.
* Added follow/unfollow button to viewed account profile.
2017-04-29 22:48:55 +02:00
Nicolas Perriault 0ad2b59c32 Fix #65: Add a thread view. (#73)
* Add Mastodon.Http.context.
* Added thread events.
* Fix a few server endpoint urls.
* Added thread views.
2017-04-27 18:39:14 +02:00
Nicolas Perriault f5b41aa155 Modularize the Mastodon package. (#70) 2017-04-27 16:34:27 +02:00