-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Move SSSS storage setup to key backup setup time #13895
Labels
Comments
Blocked on #13581 |
This was referenced Jun 30, 2020
Updated original comment to remove the MSK wiping step, as we appear to have agreed to keep it on all platforms. |
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Aug 27, 2020
This untangles cross-signing and secret storage setup into separate path that can be invoked independently. There is no functional change with this patch, but instead this just separates one giant monster API into two. Part of element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Aug 27, 2020
This visits all places that were checking for cross-siging readiness and adapts them to also check for secret storage readiness if needed. Part of element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Aug 27, 2020
This migrates to the new JS SDK APIs, which now use separate paths for cross-signing and secret storage setup. There should be no functional change here. Part of element-hq/element-web#13895
This was referenced Aug 27, 2020
Merged
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 3, 2020
This brings us slightly closer to the version Design is working from in terms of section naming. Prep for element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 15, 2020
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 15, 2020
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
This ensures we are alerted when you first interact with an encrypted room. Part of element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
The Secure Backup toast replaces this with better UX. Part of element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
This adjusts the main toast to focus on Secure Backup as suggested in designs. Part of element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
This ensures we are alerted when you first interact with an encrypted room. Part of element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
The Secure Backup toast replaces this with better UX. Part of element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
This adjusts the main toast to focus on Secure Backup as suggested in designs. Part of element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
This ensures we are alerted when you first interact with an encrypted room. Part of element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
The Secure Backup toast replaces this with better UX. Part of element-hq/element-web#13895
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 16, 2020
This adjusts the main toast to focus on Secure Backup as suggested in designs. Part of element-hq/element-web#13895
This was referenced Sep 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We now want to have cross-signing work out-of-the-box but delay setting up SSSS storage until the user has started interacting with e2e as we currently do for key backup.
Related to #13825
The text was updated successfully, but these errors were encountered: