David Langley
491f0cd08a
Change license ( #13 )
...
* Copyright headers 1
* Licence headers 2
* Copyright Headers 3
* Copyright Headers 4
* Copyright Headers 5
* Copyright Headers 6
* Copyright headers 7
* Add copyright headers for html and config file
* Replace license files and update package.json
* Update with CLA
* lint
2024-09-09 13:57:16 +00:00
Richard van der Hoff
489bc32674
Remove references to some deprecated js-sdk identifiers ( #12729 )
...
* IKeyBackupInfo -> KeyBackupInfo
* ICryptoCallbacks -> CryptoCallbacks
* IRoomEncryption -> RoomEncryptionEventContent
* MEGOLM_ALGORITHM -> a single local constant
* UserTrustLevel -> UserVerificationStatus
2024-07-04 15:50:07 +00:00
Michael Telatynski
cfd48b36aa
Enable strictPropertyInitialization ( #11203 )
2023-07-07 14:46:12 +01:00
Michael Telatynski
82e32035fd
Conform more of the codebase to strictNullChecks ( #10842 )
2023-05-11 09:56:56 +01:00
Michael Telatynski
619a9e8542
Conform more of the codebase with strictNullChecks ( #10703 )
2023-04-25 09:28:48 +01:00
Michael Telatynski
9743852380
Improve typescript null checking in places ( #10073 ( #10073
...
* Improve typescript null checking in places
* Iterate
* Fix Timer.ts
2023-02-03 15:27:47 +00:00
Michael Weimann
526645c791
Apply prettier formatting
2022-12-12 12:24:14 +01:00
Aaron Raimist
bdc56be863
Auto fix
...
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2021-10-22 17:23:37 -05:00
David Baker
086a8cbbb3
Update import location for types
...
Apparently all the types themselves are fine, even though some of
the function signatures have been updated to return Promises... we
were alreaady await-ing on them.
2021-07-07 20:19:52 +01:00
David Baker
80f5232217
Comply with new member-delimiter-style rule
...
Just `eslint --fix` with rule from
https://github.com/matrix-org/eslint-plugin-matrix-org/pull/9 in place
2021-07-01 23:23:03 +01:00
Travis Ralston
4ef3d176d9
Add ability to hide post-login encryption setup with customisation point
...
This is primarily intended for alternative setup UI or where the customisations end up configuring encryption some other way. If used without respecting the warnings in the docs, the user could end up at a blank page - use with caution, and only as directed.
2021-04-07 19:16:29 -06:00
J. Ryan Stinnett
86b2cd1f82
Use typeof in customisations to avoid repeating
2020-11-27 11:11:11 +00:00
Bruno Windels
41cb51e044
add interface import
2020-11-04 17:09:21 +01:00
Bruno Windels
625e03cde3
allow customising the source of dehydration key
2020-11-04 16:51:45 +01:00
J. Ryan Stinnett
388cb0e2c1
Add security customisation points
...
This adds various customisations point in the app for security related
decisions. By default, these do nothing, but would be customised at the
app level via module replacement (so that no changes are needed here in the
SDK).
Fixes https://github.com/vector-im/element-web/issues/15350
2020-10-16 11:21:44 +01:00