1
0
Fork 0
Commit Graph

100 Commits

Author SHA1 Message Date
Ryan Fox b2209363eb
Add bare minimum input sanitization
This is not secure at all, and I'm not sure where I broke Mastodon's
built-in sanitization, but whatever.
2023-08-06 00:06:10 -07:00
Ryan Fox 7fb8981cbc
Add video preview support
I really need to stop maintaining this and switch to Tooty full-time,
but I haven't, so...
2023-08-05 23:53:01 -07:00
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 6a5db559ea
Add default avatars 2022-06-26 10:31:49 -07:00
Ryan Fox bf734205da
Minor spacing tweaks 2022-04-10 16:35:09 -07:00
Ryan Fox e308c32bdd
Display emoji in account display names 2022-03-29 22:18:18 -07:00
Ryan Fox 16eef14e04
Add support for custom emoji 2022-03-29 21:48:56 -07: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 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 5e9e974e95
Use correct reblog URLs and creation dates 2022-01-21 19:25:01 -08:00
Ryan Fox 180a5719b8
Do not link mentions to external profiles 2022-01-21 02:11:52 -08:00
Ryan Fox a5309d8cc7
Display acct as an inline block 2022-01-18 22:11:07 -08:00
Ryan Fox 6648fd840c
Show mentions in status
Soapbox does not seem to include mentions in the status text anymore.
I wanted to add a "Replying to" option, but I have no clue how replies
work.
2022-01-18 21:36:55 -08:00
Ryan Fox 592607835a
Make instance icons more prevalent 2021-12-01 00:50:51 -08:00
Ryan Fox 122f22425e
Show instance icon on statuses 2021-11-30 20:01:34 -08:00
Ryan Fox c557d41acb
Remove the keyboard shortcut for sending a draft
The ctrlPressed value seems to be inaccurate, and I keep sending drafts
by accident.
2021-04-12 23:23:37 +00:00
Ryan Fox a27709ccfd
Add proper audio preview support 2021-03-07 03:31:09 +00: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 a0b3970747
Prevent clicking spoilers from opening thread 2021-01-30 03:37:04 +00:00
Ryan Fox 21ccfe7e52
Make whole status clickable
This makes it possible to open statuses without status text.
2021-01-30 02:13:25 +00:00
Ryan Fox a037cbe9ec
Move locked account indicator before badges 2021-01-17 00:20:37 +00:00
Ryan Fox e708f7197a
Add moved account indicator 2021-01-16 04:53:12 +00:00
Ryan Fox a1a7b16842
Don't re-open statuses on click 2021-01-15 20:13:24 +00:00
Ryan Fox c74e09cfaf
Account selector: Username before instance name 2021-01-15 04:48:41 +00:00
Ryan Fox 0fd0441093
Show username in boost if no display_name found 2021-01-13 21:26:55 +00:00
Ryan Fox dae4d98f54
Follow request notifications
I'm not sure why the other clients don't have these. I want them!
2021-01-12 21:06:13 +00:00
Ryan Fox 2f227355b8
Show pinned statuses 2021-01-12 06:08:43 +00:00
Ryan Fox 487adc9d1f
Use display_name when showing boosts 2021-01-12 05:39:00 +00:00
Ryan Fox 0162eeaeda
Exclude replies by default 2021-01-12 04:20:35 +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 0222df76c7
Add fields to Tooty 2021-01-11 22:56:21 +00:00
Ryan Fox da0358b9ea
Format dates the way that God intended 2021-01-11 22:55:40 +00:00
Ryan Fox 7e26999ff2
Fix sensitive image indicators 2021-01-11 19:32:29 +00:00
Ryan Fox 1506453fc0
Add locked account and bot indicators 2021-01-11 09:07:37 +00:00
Ryan Fox d1dc4e1c67
Display usernames in notifications Mastodon-like 2021-01-10 22:09:11 +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 7eb414190a
Display banner images a bit nicer 2021-01-10 21:35:14 +00:00
Ryan Fox 5043e89837
Show acct instead of username where applicable
This allows users to see the instance used by the poster in the
timeline, and I like the look of it better.
2021-01-10 21:26:29 +00:00
Ryan Fox 2fc0cbb852
Show all images in their full glory 2021-01-10 20:28:22 +00:00
Ryan Fox 8726a56320
Make all avatars circular; Fix emoticons I broke 2021-01-10 19:45:01 +00:00
Ryan Fox 1ad0247660
Default display_name text to username 2021-01-10 19:23:49 +00: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 8fca68438f
Actually subscribe to key events. 2017-07-17 16:14:35 +02:00
Nicolas Perriault 575f6086cf
Handle posting draft with ctrl + enter. 2017-07-17 15:34:42 +02:00
Nicolas Perriault 885e0194c5
Fix #115: Add keyboard navigation to media viewer. 2017-07-13 17:34:00 +02:00
Nicolas Perriault 7c602100a5
Fix #72:Add browser notifications. 2017-06-02 14:11:50 +02:00
Vincent Jousse 2fbafdbe53 Add follow date in notification aggregate (#190)
Add follow date in notification aggregate
Closes #176
2017-06-01 12:01:13 +02:00
Nicolas Perriault a7c17ab6f1 Fix #160: Add search feature. (#188)
Also fixes #187.
2017-05-31 00:27:30 +02:00
Nicolas Perriault 6d7e9e9036 Urlify app. (#186) 2017-05-29 16:28:01 +02:00