-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF-3385 Update UI by user actions before web socket #3390
Merged
hoangdat
merged 21 commits into
maintenance-v0.14.2
from
enhancement/TF-3385-update-UI-by-user-actions-before-ws-version-2
Jan 3, 2025
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
e9c0165
TF-3385 Update mailbox name
tddang-linagora 5ea7b35
TF-3385 Update mark as read and star
tddang-linagora 718cab4
TF-3385 Update recover deleted emails
tddang-linagora ce74d88
TF-3385 Update save and remove draft email
tddang-linagora f2d5d23
TF-3385 Update permanently delete emails
tddang-linagora 3edffcf
TF-3385 Update empty trash and spam emails
tddang-linagora bc50f8d
TF-3385 Update move emails
tddang-linagora f99451b
TF-3385 Clean up ThreadController and SearchEmailController ever list…
tddang-linagora 7928788
TF-3385 Update cache on set method
tddang-linagora e21b618
TF-3385 Create abstract group for update mailbox actions
tddang-linagora df05177
TF-3385 Get & set multiple changes in email cache
tddang-linagora b8539c9
TF-3385 Add try-catch to cache method calls on user actions
tddang-linagora ac55a23
TF-3385 Remove skipCache mechanism in get all emails
tddang-linagora 60ad59e
TF-3385 Fix mark as read not work properly
tddang-linagora 7a879b5
TF-3385 Fix move and delete emails not work properly
tddang-linagora ed342e7
TF-3385 Optimize misc
tddang-linagora fc0a3b7
TF-3385 Revert undo operation handling
tddang-linagora c1ae133
TF-3385 Fix change flags not working
tddang-linagora 8ea24f9
TF-3385 Fix Map read status from fromIterable to fromEntries
tddang-linagora e6914ee
TF-3385 Fix tests update email flags extension
tddang-linagora d71609e
TF-3385 Fix Map spam/unspam from fromIterable to fromEntries
hoangdat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't use
Future.wait
let's use store multiple value to box of hiveThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done