7a9337c07a
feat(mastodon): Add support for editing announcement templates
...
Updated the template editor and account settings to allow customization of announcement display:
- Added default announcement template to mastodon.defaults.
- Updated templateEditor to recognize announcement variables.
- Added 'Edit template for announcements' button to account configuration dialog.
- Implemented template saving logic in settings controller.
2026-01-12 02:04:20 -06:00
31bab4cf8a
feat(mastodon): Add support for scheduled posts
...
- Added UI controls (checkbox, date/time pickers) to Post dialog
- Implemented validation logic (min 5 mins future)
- Updated session handler to pass scheduled_at to API
2026-01-11 02:49:46 -06:00
cb0bb4cf27
feat: implement mute conversation support for Mastodon
...
This feature allows users to visually hide muted conversations from the Home timeline. It includes:
- Automatic filtering of muted posts in Home.
- Immediate visual removal of posts when muting a conversation.
- New 'mute_conversation' action in context menu and keyboard shortcuts.
- Default shortcut: Alt+Win+Shift+Delete
- Win10/11 shortcut: Ctrl+Alt+Win+Backspace
2026-01-11 01:22:29 -06:00
dba26f735c
Merge branch 'next-gen' of github.com:mcv-software/twblue into next-gen
2026-01-11 00:30:23 -06:00
e4520a14e8
Merge pull request #842 from Mohamed00/evenMoreShortcuts
...
Update translation files / update_catalogs (push) Has been cancelled
Added and improved more shortcuts
2025-11-07 09:54:14 -06:00
49eaa57027
Merge branch 'next-gen' of github.com:mcv-software/twblue into next-gen
2025-11-06 10:01:09 -06:00
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
Mohamed
b1bf2ea95f
Updated shortcut for Bot account so it's not the same as bio. Also updated shortcut for posts
2025-10-20 17:18:12 -04:00
Mohamed
ed0cc67ba5
Added shortcut for restore template button
2025-10-02 13:31:21 -04:00
Mohamed
dce625547d
Added keyboard shortcuts for user list and poll dialogs
2025-10-02 13:17:43 -04:00
bbef9d988b
Fixed a string
2025-03-08 20:50:43 -06:00
9ff772f098
cleaned filter dialogs. Added filter management (mostly done)
2025-03-07 13:01:08 -06:00
cdee0a620c
Added filters dialog
2025-03-05 13:12:04 -06:00
0322939cba
mastodon: Adds language selector on post dialog. Language for posts will be set via account's default language, post language or via TWBlue's user language
2024-12-31 18:48:27 -06:00
Mohamed
0f19ac0a3f
Missed some spots
2024-11-29 14:00:27 -05:00
Mohamed
05c397c252
Fixed more shortcut conflicts. Shortcut project complete, hopefully. Or something like that.
2024-11-29 13:53:04 -05:00
Mohamed
ec1b8a0df2
Better shortcut, add shortcuts for add followers and following to database checkboxes in scan dialog as well
2024-11-27 14:04:54 -05:00
Mohamed
9c3868bfc9
Fixed scan account keyboard shortcut which conflicted with the shortcut for the save button
2024-11-27 13:54:36 -05:00
Mohamed
9d66b23c8e
Impoved persons template shortcut
2024-05-24 18:35:35 -04:00
Mohamed
33ccb0a8a9
Improved shortcut for proxy server
2024-05-24 18:31:11 -04:00
Mohamed
c06c6beff4
Added keyboard shortcuts for account and global settings dialogs
2024-05-24 18:24:33 -04:00
Mohamed
80dd29fb13
Added keyboard shortcuts for radio buttons in community timeline dialog
2024-05-24 17:19:03 -04:00
Mohamed
30ce19ad6c
Added keyboard shortcuts to view profile dialog
2024-05-23 19:54:47 -04:00
503bf72b11
change: Removed some settings that are no longer needed from our global settings dialog.
2024-05-22 17:42:23 -06:00
Mohamed
404e545a6d
Added keyboard shortcuts to update profile dialog
2024-05-21 13:36:10 -04:00
6db1e0b79c
fix: Display unicode characters on some dialogs
2024-05-19 19:05:03 -06:00
9c2511561a
Code cleanup
2024-05-18 17:24:28 -06:00
b39ccb9f2c
Started implementation of community timelines
2024-05-17 17:45:47 -06:00
2a1d86f917
Feat: Added muting posts.
2024-05-17 16:38:26 -06:00
aee2a3b8b2
Feat: display users who boosted or favorited a post.
2024-05-17 13:58:54 -06:00
a5cd118b99
change: Improved translation services' settings. Closes #632
2024-05-16 08:58:41 -06:00
cdcbcf754a
Mastodon: Added actions for notifications. closes #517
2024-01-05 15:49:18 -06:00
fa0b6a63b9
Change: Updated text for some menu items on posts' contextual menu
2024-01-05 09:40:04 -06:00
Abdulqadir Ahmad
8c3fc2bbb8
updated show user profile dialog to download images in a separate thread
2023-12-02 08:50:57 +01:00
Abdulqadir Ahmad
80df3f254b
Removed number of rows in grid sizer of show user profile dialog
2023-12-02 06:56:58 +01:00
6c43c419fe
Mastodon: Added autocomplete users management in account settings; user autocomplete works already in posts
2023-10-11 11:44:43 -06:00
Abdulqadir Ahmad
f4ec03099a
added actions, following, followers and posts button to show user profile dialog
2023-08-27 17:56:39 +01:00
Abdulqadir Ahmad
15e2032afb
added fields for created_at, locked, bot and discoverable
2023-08-12 10:32:29 +01:00
Abdulqadir Ahmad
35ba915be6
fix show user profile not working when a post have mentions
2023-08-10 19:15:34 +01:00
Abdulqadir Ahmad
1d8fefe7d3
created show user profile dialog
2023-08-10 17:19:58 +01:00
Abdulqadir Ahmad
c31bf3f1b2
increased size of text boxes for better visual.push
2023-06-09 15:28:19 +01:00
Abdulqadir Ahmad
f5815d7911
Added check boxes for bot, private and discoverable
2023-06-09 14:38:22 +01:00
Abdulqadir Ahmad
6d7f808196
added support for updating header, avatar and the 4 fields
2023-06-09 10:53:11 +01:00
Abdulqadir Ahmad
453630e655
created basic update profile with support for name and bio
2023-06-08 00:40:38 +01:00
058ca1347a
Fixed a typo
2023-04-05 13:36:35 -06:00
00a5ad9e59
Mastodon: Implemented OCR for images in posts
2023-04-05 12:57:37 -06:00
8acebc290b
Remove most of Twitter code as Twitter's API access has been removed
2023-04-03 13:35:05 -06:00
e31369e49a
Mastodon: Added experimental support for voting in polls
2023-02-17 23:19:34 -06:00
f3fd1087b4
Mastodon: Allow adding descriptions to all supported media. Closes #516
2023-02-10 01:01:25 -06:00
24e91235f3
Mastodon: Implemented setting to disable Streaming API endpoints on sessions
2023-02-05 19:09:27 -06:00