mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
* Backup: Exclude all disappearing messages from export * Reset overall statistics on start of backup * Updated visual design for the export process * On any export after first, don't include encryption info * Wire up the upgrade banner with dismiss button Unlike the previous implementation of this banner, it does not go away when the user clicks on a conversation. * Small tweak to the export error page: text width, error->isError * Responding to PR feedback: some refactors, typo fix, dev server - backupToDirectory -> exportToDirectory - backup.js attachments -> numAttachments - migration_view.js comment typo fix - background.js revert back to the staging server url - database.js remove dev-only commented-out migration * Incremental rollout for upgrade banner * Fix timing, address other PR feedback * exportingToDirectory -> exportToDirectory * inboxView: call proper method to show export process * Remove unnecessary cancel() if first export was never finished Since we do want to keep track of whether previous exports were even attempted, this works against our 'light export/import' strategy. It's also unnecessary, because the user will start at the first step of the process. * Log if we get the same value back from the s3 trigger file * Migration.cancel() - don't reset 'everAttempted' flag This would prevent us from doing the light export that second time through.