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
e835274ce9
Mastodon: TWBlue should be able to ignore deleted messages, so it will load everything else properly
2023-12-31 14:45:05 -06:00
7c5a41791c
Mastodon: Added missing method to search buffer and removed some unneeded code
2023-07-10 12:52:42 -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
8acebc290b
Remove most of Twitter code as Twitter's API access has been removed
2023-04-03 13:35:05 -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
d01856f436
Mastodon: Load mentions only if the notification contains a post
2023-03-23 08:26:40 -06:00
e31369e49a
Mastodon: Added experimental support for voting in polls
2023-02-17 23:19:34 -06:00
a8c5fc8589
Mastodon: Fixed getting more mentions. Closes #508
2023-02-03 10:13:08 -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
b0fa59cc01
Mastodon: Show dialog before dismissing a notification. Mention notifications will make the mention to not be loaded in mentions buffer, as TWBlue reads mentions from the notifications data
2022-12-19 16:50:43 -06:00
b8647c29ea
Mastodon: Dismiss notifications from GUI or invisible interface (by using the keystroke to delete an item in current buffer)
2022-12-19 16:21:50 -06:00
ec68c7ccae
Mastodon: Added initial implementation for notifications buffer (actions not available yet)
2022-12-14 12:12:05 -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
3450e0d38f
twitter: Fixed reply keystroke not working on dm buffer
2022-12-08 11:48:04 -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
149ce51f49
early support to user streaming events
2022-11-18 16:29:53 -06:00
2fe9c35c0b
Add pubsub events by using twitter's namespace to separate services
2022-11-18 13:41:12 -06:00
39fb5b4830
fixed visibility settings when sending replies
2022-11-18 13:40:02 -06:00
71ca547abe
Implemented user searches
2022-11-18 10:28:45 -06:00
927bbae1be
bind user actions button to its function in user buffers' GUI
2022-11-17 16:59:48 -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
7c80c9d842
Improve conversation replies
2022-11-16 10:31:17 -06:00