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

upgrade to rust crypto #2168

Open
wants to merge 46 commits into
base: rework-user-settings
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
05859bf
update matrix js sdk
ajbura Aug 17, 2024
2feb4fe
remove dead code
ajbura Aug 17, 2024
b5dbb01
use rust crypto
ajbura Sep 2, 2024
f8053c8
update setPowerLevel usage
ajbura Sep 2, 2024
b36a2a1
fix types
ajbura Sep 2, 2024
0ca778c
Merge branch 'dev' into js-sdk-v34
ajbura Sep 2, 2024
b8f02f5
fix deprecated isRoomEncrypted method uses
ajbura Sep 2, 2024
56840ad
fix deprecated room.currentState uses
ajbura Sep 2, 2024
6835b12
fix deprecated import/export room keys func
ajbura Sep 2, 2024
fe4d0be
Merge branch 'dev' into js-sdk-v34
ajbura Sep 20, 2024
ca3389a
Merge branch 'dev' into js-sdk-v34
ajbura Jan 17, 2025
6bfd6e3
Merge branch 'rework-user-settings' into js-sdk-v34
ajbura Jan 17, 2025
6b77c4d
fix merge issues in image pack file
ajbura Jan 17, 2025
a20092d
fix remaining issues in image pack file
ajbura Jan 17, 2025
4070b97
start indexedDBStore
ajbura Jan 17, 2025
fff4a9c
update package lock and vite-plugin-top-level-await
ajbura Jan 17, 2025
f74f104
user session settings - WIP
ajbura Jan 18, 2025
0816165
add useAsync hook
ajbura Jan 19, 2025
6d4045e
add password stage uia
ajbura Jan 19, 2025
d512fc0
add uia flow matrix error hook
ajbura Jan 19, 2025
a2103a3
add UIA action component
ajbura Jan 19, 2025
e2dbf2e
add options to delete sessions
ajbura Jan 19, 2025
684c928
add sso uia stage
ajbura Jan 19, 2025
3d460bd
fix SSO stage complete error
ajbura Jan 19, 2025
9bc02fd
encryption - WIP
ajbura Jan 20, 2025
7c0f3ce
update user settings encryption terminology
ajbura Jan 24, 2025
aa359b7
add default variant to password input
ajbura Jan 25, 2025
b7a7a37
use password input in uia password stage
ajbura Jan 25, 2025
b1e78cc
add options for local backup in user settings
ajbura Jan 25, 2025
c1cdb97
remove typo in import local backup password input label
ajbura Jan 25, 2025
ee0ee79
online backup - WIP
ajbura Jan 26, 2025
4b3668c
fix uia sso action
ajbura Jan 26, 2025
6def5ab
move access token settings from about to developer tools
ajbura Jan 26, 2025
a50b6ef
merge encryption tab into sessions and rename it to devices
ajbura Jan 26, 2025
5716b75
add device placeholder tile
ajbura Jan 26, 2025
8b85102
add logout dialog
ajbura Jan 28, 2025
d817e11
add logout button for current device
ajbura Jan 28, 2025
18357ce
move other devices in component
ajbura Jan 28, 2025
5524837
render unverified device verification tile
ajbura Jan 29, 2025
64d80a8
add learn more section for current device verification
ajbura Jan 29, 2025
dff90a1
add device verification status badge
ajbura Jan 30, 2025
d1a07c5
add info card component
ajbura Jan 30, 2025
dcfb928
add index file for password input component
ajbura Jan 30, 2025
81fb8c2
add types for secret storage
ajbura Jan 30, 2025
c049dd7
add component to access secret storage key
ajbura Jan 30, 2025
38d0d5f
manual verification - WIP
ajbura Jan 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix uia sso action
ajbura committed Jan 26, 2025
commit 4b3668cb6554f2b7c2b36264aa922d1beabd07f7
1 change: 0 additions & 1 deletion src/app/components/uia-stages/SSOStage.tsx
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@ export function SSOStage({

const handleSubmit = useCallback(() => {
submitAuthDict({
type: AuthType.Sso,
session,
});
}, [submitAuthDict, session]);