Skip to content
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
wants to merge 32 commits into from
Closed

Export integration #8365

wants to merge 32 commits into from

Conversation

wrdhub
Copy link
Contributor

@wrdhub wrdhub commented Jan 24, 2025

No description provided.

BijinDev and others added 15 commits January 23, 2025 17:03
Removed excessive information reading from signup page

Co-authored-by: ivk <[email protected]>

close: #3632
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]>
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 wrdhub force-pushed the export-integration branch from 2d8d26a to baa3b22 Compare January 24, 2025 09:24
charlag and others added 14 commits January 24, 2025 10:29
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]>
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]>
charlag and others added 3 commits January 24, 2025 10:29
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]>
@charlag
Copy link
Contributor

charlag commented Feb 3, 2025

merged & released

@charlag charlag closed this Feb 3, 2025
@wrdhub wrdhub deleted the export-integration branch February 4, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants