element-web/test
Richard van der Hoff 6ec6d44c96
Add a config flag to enable the rust crypto-sdk (#9759)
This PR adds an option to `config.json` which will make the js-sdk use the rust crypto sdk, instead of the libolm implementation.

To use it, you need to add something like this to `config.json`:

```
    "features": {
        "feature_rust_crypto": true
    },
```

We don't (yet) have any way to migrate a device between implementations, so the setting that was in use when you log in is persisted to the device; it is *visible* via the labs section but cannot currently be changed.

This is part of https://github.com/vector-im/element-web/issues/21972, and enables the functionality added to the js-sdk in https://github.com/matrix-org/matrix-js-sdk/pull/2969.
2022-12-16 17:10:26 +00:00
..
@types
__snapshots__ Enable tsc alwaysStrict, strictBindCallApply, noImplicitThis (#9600) 2022-11-21 11:24:59 +00:00
accessibility Apply prettier formatting 2022-12-12 12:24:14 +01:00
actions/handlers Apply prettier formatting 2022-12-12 12:24:14 +01:00
audio Apply prettier formatting 2022-12-12 12:24:14 +01:00
autocomplete Apply prettier formatting 2022-12-12 12:24:14 +01:00
components Improve decryption error UI by consolidating error messages and providing instructions when possible (#9544) 2022-12-15 17:24:33 +00:00
contexts
editor Apply prettier formatting 2022-12-12 12:24:14 +01:00
events Merge branch 'develop' into weeman1337/prettier 2022-12-12 16:09:11 +01:00
hooks Apply prettier formatting 2022-12-12 12:24:14 +01:00
i18n
i18n-test Apply prettier formatting 2022-12-12 12:24:14 +01:00
images
img
models Honor font settings in Element Call (#9751) 2022-12-14 13:23:26 +00:00
modules Apply prettier formatting 2022-12-12 12:24:14 +01:00
notifications Apply prettier formatting 2022-12-12 12:24:14 +01:00
settings Apply prettier formatting 2022-12-12 12:24:14 +01:00
setup Apply prettier formatting 2022-12-12 12:24:14 +01:00
stores Implement broadcast message preview (#9762) 2022-12-16 11:01:16 +00:00
test-utils Implement broadcast message preview (#9762) 2022-12-16 11:01:16 +00:00
toasts Apply prettier formatting 2022-12-12 12:24:14 +01:00
utils 🧵 Enable threads by default (#9736) 2022-12-13 15:09:15 +00:00
voice-broadcast Implement broadcast message preview (#9762) 2022-12-16 11:01:16 +00:00
Avatar-test.ts
ContentMessages-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
DecryptionFailureTracker-test.js Apply prettier formatting 2022-12-12 12:24:14 +01:00
DeviceListener-test.ts Device manager - use deleteAccountData to prune device manager client information events (#9734) 2022-12-14 04:59:23 +00:00
HtmlUtils-test.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
Image-test.ts
KeyBindingsManager-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
LegacyCallHandler-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
Markdown-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
MatrixClientPeg-test.ts Add a config flag to enable the rust crypto-sdk (#9759) 2022-12-16 17:10:26 +00:00
MediaDeviceHandler-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
Notifier-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
PosthogAnalytics-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
PreferredRoomVersions-test.ts
Reply-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
RoomNotifs-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
ScalarAuthClient-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
SdkConfig-test.ts Show time left for voice broadcast recordings (#9564) 2022-11-10 10:53:49 +00:00
SlashCommands-test.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
SlidingSyncManager-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
Terms-test.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
TestSdkContext.ts Add voice broadcast playback pip (#9603) 2022-11-24 09:08:41 +01:00
TextForEvent-test.ts Implement broadcast message preview (#9762) 2022-12-16 11:01:16 +00:00
Unread-test.ts Revert "Check each thread for unread messages. (#9723)" (#9745) 2022-12-13 14:59:52 +00:00
UserActivity-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
createRoom-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
globalSetup.js Apply prettier formatting 2022-12-12 12:24:14 +01:00
languageHandler-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
linkify-matrix-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
setupTests.js
slowReporter.js Apply prettier formatting 2022-12-12 12:24:14 +01:00
theme-test.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
useTopic-test.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00