-
- Downloads
Switch to secure random strings (#29013) (#29035)
* Switch to secure random strings Because the js-sdk methods are changing and there's no reason for these not to use the secure versions. The dedicated upper/lower functions were *only* used in this one case, so this should do the exact same thing with the one exported function. Requires https://github.com/matrix-org/matrix-js-sdk/pull/4621 (merge both together) * Change remaining instances of randomString which I somehow entirely missed the first time. * Fix import order (cherry picked from commit 56eafc90) Co-authored-by:David Baker <dbkr@users.noreply.github.com>
Showing
- src/components/views/elements/LabelledToggleSwitch.tsx 2 additions, 2 deletionssrc/components/views/elements/LabelledToggleSwitch.tsx
- src/components/views/elements/SettingsFlag.tsx 2 additions, 2 deletionssrc/components/views/elements/SettingsFlag.tsx
- src/components/views/elements/StyledCheckbox.tsx 2 additions, 2 deletionssrc/components/views/elements/StyledCheckbox.tsx
- src/components/views/messages/MBeaconBody.tsx 3 additions, 3 deletionssrc/components/views/messages/MBeaconBody.tsx
- src/components/views/messages/MLocationBody.tsx 2 additions, 2 deletionssrc/components/views/messages/MLocationBody.tsx
- src/models/Call.ts 2 additions, 2 deletionssrc/models/Call.ts
- src/rageshake/rageshake.ts 2 additions, 2 deletionssrc/rageshake/rageshake.ts
- src/utils/WidgetUtils.ts 8 additions, 4 deletionssrc/utils/WidgetUtils.ts
- src/utils/oidc/authorize.ts 2 additions, 2 deletionssrc/utils/oidc/authorize.ts
- src/vector/platform/ElectronPlatform.tsx 2 additions, 2 deletionssrc/vector/platform/ElectronPlatform.tsx
- test/setupTests.ts 3 additions, 2 deletionstest/setupTests.ts
- test/test-utils/poll.ts 3 additions, 3 deletionstest/test-utils/poll.ts
- test/unit-tests/components/views/settings/Notifications-test.tsx 2 additions, 2 deletions...it-tests/components/views/settings/Notifications-test.tsx
- test/unit-tests/components/views/spaces/SpaceSettingsVisibilityTab-test.tsx 2 additions, 2 deletions...mponents/views/spaces/SpaceSettingsVisibilityTab-test.tsx
- test/unit-tests/utils/oidc/authorize-test.ts 1 addition, 1 deletiontest/unit-tests/utils/oidc/authorize-test.ts
Loading
Please register or sign in to comment