-
Notifications
You must be signed in to change notification settings - Fork 542
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
Export integration #8365
Closed
Closed
Export integration #8365
Conversation
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
Removed excessive information reading from signup page Co-authored-by: ivk <[email protected]> close: #3632
Co-authored-by: bir <[email protected]> Close #8049
Remove generateReleaseNotes checkbox and generate notes automatically when publishing to production. Close #8279
This commit adds minimal handling for the case when the device key is corrupted in some way, and we try to remove the local SSE data. This does not address the issue that the local data will still be unusable, this needs to be addressed in a more general way separately. Close #8280
It's not used anywhere outside of ListElementListModel, even in tests! Also adds some missing documentation.
This removes MailViewModel having to keep track of MailSetEntry<->Mail, and it removes a lot of legacy code for getting Mail vs MailSetEntry, as all of the implementation details for getting mails are now in MailListModel. Additionally, everyone uses mailsets, so the legacy code is no longer necessary. Closes #8247 Co-authored-by: hrb-hub <[email protected]>
It was happening due to align property which will cause mailbody height to be incorrect. Solved by removing the deprecated align property. Co-authored-by: ivk <[email protected]> close: #8271
Co-authored-by: ivk <[email protected]> Part of making opening email from notification a better process issue #8313
When the list state changes we attempt to find the currently displayed mail in the list to create a conversation viewer. In case of displaying email from notification ("sticky mail") the first few list states will not include the new email. Previously we would remove the conversation viewer when this happened. We added a special case to keep displaying the sticky mail, even if it is not in the list. Close #8313 Co-authored-by: ivk <[email protected]>
Modifies squire to use a div element with a left margin for indentation instead of a blockquote. Close #7841 Co-authored-by: npa5 <[email protected]>
close: #7952 Co-authored-by: ivk <[email protected]>
We want to be able to pass custom headers as well as control cache behavior for ranged requests. Note that ranged requests do not support not reading from cache at the moment. This wouldn't be too hard to implement, but the functionality is not needed for this story. Closes #8062 Co-authored-by: BijinDev <[email protected]>
Change CacheMode.Cache to CacheMode.ReadAndWrite, and CacheMode.Bypass to CacheMode.WriteOnly. All three values use the cache, so having one value be called 'Cache' and another 'Bypass' might lead to the wrong idea of what these fields actually do in the future, since we now have the new CacheMode.ReadOnly mode. Co-authored-by: BijinDev <[email protected]>
wrdhub
force-pushed
the
export-integration
branch
from
January 24, 2025 09:24
2d8d26a
to
baa3b22
Compare
Remove unused method from FileFacade Co-authored-by: wrd <[email protected]>
Add a facade that handles mail exporting requests and tokens. Closes #7953 Co-authored-by: BijinDev <[email protected]> Co-authored-by: ivk <[email protected]>
#8098 Make `createTestEntity` deterministic and fix tests related to it. Co-authored-by: bir <[email protected]>
Export will continue in a different window if one was closed Close #8063 Co-authored-by: wrd <[email protected]> Co-authored-by: ivk <[email protected]>
issue #8109 Co-authored-by: paw <[email protected]>
Co-authored-by: ivk <[email protected]>
Use archive tokens when downloading blobs when possible Try to split requests by archive Closes #8069 Co-authored-by: ivk <[email protected]> Co-authored-by: BijinDev <[email protected]>
#8069 Co-authored-by: ivk <[email protected]>
#8069 Co-authored-by: ivk <[email protected]>
Co-authored-by: paw <[email protected]>
Co-authored-by: paw <[email protected]>
We stopped using baseUrl when getting attachment data, as we have exact servers the blobs are stored on to retrieve from.
Close #8171 Co-authored-by: hrb-hub <[email protected]>
wrdhub
force-pushed
the
export-integration
branch
from
January 24, 2025 09:30
baa3b22
to
bee4bcd
Compare
merged & released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.