Claude
977de1332a
Implement post editing functionality for Mastodon
...
Add ability to edit posts in Mastodon with full support for:
- Editing post text and content warnings
- Re-uploading or keeping existing media attachments
- Editing poll options (for posts with polls)
- Modifying visibility and language settings
- All features available through web interface
Changes:
- Add edit_post() method in Mastodon session to handle API calls
- Create editPost dialog class that loads existing post data
- Add edit_status() method to buffer controllers
- Add Edit menu item to base and notification menus
- Register edit_post action in all keymaps (no default key assigned)
- Add edit_post() action handler in main controller
The edit option is only enabled for the user's own posts (not boosts).
Users can access the feature through the context menu or by assigning
a keyboard shortcut in the keymap editor.
2025-11-06 14:37:12 +00:00
70a1c9fbcc
Minimal code cleanup
2025-03-08 11:57:09 -06:00
ea79165362
Adjust the way pinned posts are sorted
2025-03-08 05:21:20 -06:00
3d7d1142d3
Attempt to load pinned posts when loading a timeline for an user
2025-03-08 01:15:34 -06:00
fccabf6eb5
Respect filters also when getting previous items
2025-03-03 12:00:33 -06:00
6b97c5123f
mastodon: Language should be automatically suggested for posts during creation, replies or when recovering from an error
2024-12-31 18:51:00 -06:00
40689caef6
Mastodon: read long posts in GUI should be improved and work in all kinds of buffers
2024-11-26 23:23:36 -06:00
021dd0ae52
Mastodon: Fixed 'read long posts in GUI'. Now it should work as expected
2024-11-26 22:57:21 -06:00
fe43ce562c
Feat: Read long posts from GUI
2024-05-22 17:55:52 -06:00
533f15de55
Feat: Added support to display local and public timelines for remote instances
2024-05-18 14:17:06 -06:00
aee2a3b8b2
Feat: display users who boosted or favorited a post.
2024-05-17 13:58:54 -06:00
36420d6a5b
Fix: Added missing parameter coming from WX Widgets to some calls. Fixes GUI buttons not responding when pressed in most buffers
2024-01-07 18:28:29 -06:00
cdcbcf754a
Mastodon: Added actions for notifications. closes #517
2024-01-05 15:49:18 -06:00
Abdulqadir Ahmad
f0d6e8dcf9
created search buffer
2023-06-01 15:48:53 +01:00
00a5ad9e59
Mastodon: Implemented OCR for images in posts
2023-04-05 12:57:37 -06:00
65aea3c43c
Mastodon: Change buffer title properly after timelines are loaded during startup
2023-04-05 09:39:39 -06:00
972b851b93
Mastodon: Implemented hide emojis for usernames.
2023-04-05 09:17:37 -06:00
5f07f3b9d0
Mastodon: Add attachments and reply settings to post when recovering from an error. Closes #527 , #526 , #377 , #137 , #108
2023-04-03 16:03:20 -06:00
972b880931
Mastodon: Fixed Open URL Dialog. closes #529
2023-04-03 15:32:14 -06:00
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