43 Commits

Author SHA1 Message Date
a57ea752d6
Mastodon: Finished first implementation of 'reattempt to post on failures'. Should be relevant for #527, #526, #377, #137, #108 2023-03-23 13:17:55 -06:00
e31369e49a
Mastodon: Added experimental support for voting in polls 2023-02-17 23:19:34 -06:00
f87ced817f
Fixed visibility setting for replies to dm's. Closes #507 2023-01-29 16:12:37 -06:00
fd176f92d3
Mastodon: Set visibility in replies as unlisted by default. Closes #504 2023-01-29 13:11:34 -06:00
18a7a42b5a
Mastodon: Started implementation of read preferences from instance. Currently only content warnings are displayed by taking into accounts values from instance preferences 2022-12-23 13:58:10 -06:00
c278fba4c7
Code: Delete unneeded code & fixed some typos 2022-12-21 08:45:14 -06:00
a3bc684721
Mastodon: Added reverse timeline ordering to buffers 2022-12-10 18:52:07 -06:00
c9b75925b9
Removed unneeded code 2022-12-08 16:11:25 -06:00
5bbf069d61
Set updated statuses also in GUI 2022-11-25 17:43:03 -06:00
bf4c7ff7c7
Make sure item ID is included when composing a dm in mastodon 2022-11-24 15:28:39 -06:00
b7497791b4
Update buffer removal code. Should be able to remove user search buffers 2022-11-21 22:09:40 -06:00
48730ead63
Keep sensitive content tag when replying to posts 2022-11-21 19:36:34 -06:00
d3914a4e34
Implemented user timelines (statuses, followers & following). Limited support due to API 2022-11-20 02:23:12 -06:00
39fb5b4830
fixed visibility settings when sending replies 2022-11-18 13:40:02 -06:00
cbc4fd0632
Added buttons for toggling favorites and bookmarks in base buffer's GUI 2022-11-17 16:57:49 -06:00
8f72ee97c9
Replace 'toot' term to follow mastodon changes 2022-11-16 13:28:45 -06:00
aebdcae9cf
Fixed some buffer names 2022-11-16 12:55:35 -06:00
035de92496
Added user buffers (buffers for followers, following, blocked and muted users for now) 2022-11-13 22:17:28 -06:00
2a0e73ad33
Use the same visibility when replying to toots 2022-11-12 22:32:31 -06:00
de1d94e679
update toot from server before displaying item 2022-11-12 15:26:34 -06:00
81ff530a71
Added initial support for direct messages, users need to open conversations for every dm 2022-11-12 11:20:16 -06:00
0d1d4c887d
Added bookmarks buffer 2022-11-11 17:25:04 -06:00
2c298577cc
Re-added toot dialog to make it more compatible with mastodon. Added visibility and audio attachments 2022-11-11 15:51:16 -06:00
2a10f029f0
Added basic toot viewing (untested yet) 2022-11-10 17:54:38 -06:00
3deffa57de
Added content warnings to templates as $safe_text. Content warnings will be shown by default on GUI for now 2022-11-10 15:32:49 -06:00
0aad2f0ab3
Improved html parsing for toots. Remove Tags from URLList 2022-11-10 10:01:39 -06:00
62d6ae2277
Added favorites buffer, and actions to add, remove and toggle favorite for toots 2022-11-09 17:08:48 -06:00
b405e384c8
Added toot deletion and opening URLS in the browser 2022-11-09 15:52:18 -06:00
7aa986163b
Allow to open bosted toots in web browser 2022-11-09 15:23:07 -06:00
59409e61a5
Added playback of audio and video attachments in toots 2022-11-09 13:07:59 -06:00
e07efa46b3
when replying to a conversation, change GUI accordingly and retain original toot's visibility 2022-11-09 11:14:48 -06:00
bedb2e2a4f
Hide boost buttons and menu item when focus is in a toot part of a conversation 2022-11-09 11:03:23 -06:00
96b5eec8e0
Added support for creating conversations 2022-11-09 10:59:25 -06:00
c6433d8655
Fixed reply and toot things to make it work properly 2022-11-09 10:20:14 -06:00
c0654658b5
Added indications when there are audio, video, photos or gifvs in media attachments 2022-11-09 09:09:37 -06:00
4b6a7c5d83
Added loading more items in mastodon buffers and enabled buffer buttons for toot, reply and boost 2022-11-09 08:42:56 -06:00
368e089639
Added toot writing and replies 2022-11-08 17:53:59 -06:00
a852a429f4
Implemented boost for toot buffers 2022-11-08 13:49:43 -06:00
9959ac24d9
Implemented retoots 2022-11-08 13:22:27 -06:00
cd5b71a26e
fixed small typo 2022-11-08 12:45:40 -06:00
bf9b8a4f46
Added mastodon baseBuffer controller 2022-11-08 12:39:04 -06:00
2c7eab60a8
Separate most Twitter features in their own controller so it might be easier to implement those in the handler 2022-11-07 10:25:19 -06:00
83c9db573e
Added first stage of refactor for autocompletion users 2022-07-08 11:39:14 -05:00