-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
Add CryptoApi.getActiveSessionBackupVersion()
#3555
Merged
Merged
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
BillCarsonFr
requested review from
t3chguy and
SimonBrandner
and removed request for
a team
July 7, 2023 09:12
t3chguy
requested changes
Jul 7, 2023
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.
BillCarsonFr
changed the title
Valere/rust backup status api
Add SecureBackup.getKeyBackupStatus() which replaces getKeyBackupEnabled and version
Jul 7, 2023
3 tasks
3 tasks
richvdh
force-pushed
the
valere/rust_backup_status_api
branch
from
July 26, 2023 16:53
9f1c9f1
to
352c29e
Compare
richvdh
changed the base branch from
valere/rust_backup_support_wp0
to
rav/element-r/43_securebackup_interface
July 26, 2023 16:54
richvdh
changed the title
Add SecureBackup.getKeyBackupStatus() which replaces getKeyBackupEnabled and version
Add Jul 26, 2023
SecureBackup.getKeyBackupStatus()
richvdh
force-pushed
the
valere/rust_backup_status_api
branch
from
July 26, 2023 20:16
352c29e
to
2c2fd4e
Compare
richvdh
changed the title
Add
Add Jul 26, 2023
SecureBackup.getKeyBackupStatus()
SecureBackup.getActiveBackupVersion()
richvdh
changed the title
Add
Add Jul 26, 2023
SecureBackup.getActiveBackupVersion()
CryptoApi.getActiveSessionBackupVersion()
richvdh
force-pushed
the
valere/rust_backup_status_api
branch
from
July 27, 2023 09:52
6eb8d06
to
5da8144
Compare
richvdh
changed the base branch from
rav/element-r/43_securebackup_interface
to
rav/element-r/45_backup_integ_test
July 27, 2023 10:15
richvdh
force-pushed
the
valere/rust_backup_status_api
branch
from
July 27, 2023 16:24
94582a5
to
938e9af
Compare
t3chguy
reviewed
Jul 27, 2023
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.
Sonar looks unhappy
we can do this later, once we have better test coverage
Better now |
t3chguy
approved these changes
Jul 27, 2023
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jul 28, 2023
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.
... which replaces which replaces
BackupManager.getKeyBackupEnabled()
andBackupManager.version
Fixes https://github.com/vector-im/crypto-internal/issues/106
Based on #3631This change is marked as an internal change (Task), so will not be included in the changelog.