-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Handle cross-signing keys missing locally and/or from secret storage #31367
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
Open
uhoreg
wants to merge
19
commits into
element-hq:develop
Choose a base branch
from
uhoreg:key_storage_out_of_sync_cross_signing
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e1ca135
show correct toast when cross-signing keys missing
uhoreg d0ed546
refactor: make DeviceListener in charge of device state
uhoreg 85f8b9c
reset key backup when needed in RecoveryPanelOutOfSync
uhoreg 48743ee
update strings to agree with designs from Figma
uhoreg 303417e
use DeviceListener to determine EncryptionUserSettingsTab display
uhoreg c44916c
prompt to reset identity in Encryption Settings when needed
uhoreg fb2dbe7
Merge branch 'develop' into key_storage_out_of_sync_cross_signing
uhoreg d7a2ac9
fix type
uhoreg 8983cef
calculate device state even if we aren't going to show a toast
uhoreg f1f1f85
Merge branch 'develop' into key_storage_out_of_sync_cross_signing
uhoreg bb3a130
update snapshot
uhoreg ff53fc1
make logs more accurate
uhoreg bccb180
add tests
uhoreg 6f31fed
make the bot use a different access token/device
uhoreg da86841
only log in a new session when requested
uhoreg 46915f7
Mark properties as read-only
uhoreg 3f52a6f
Merge branch 'develop' into key_storage_out_of_sync_cross_signing
uhoreg b09f67c
remove some duplicate strings
uhoreg edc4d81
make accessToken optional instead of using empty string
uhoreg 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 hidden or 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
Oops, something went wrong.
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.
Can we use string union? It allows more flexibility