Kerry
79a7b9aedc
Don't setup keys on login when encryption is force disabled ( #11125 )
...
* move shouldForceDisableEncryption to /crypto
* dont setup encryption when encryption is force disabled
* shuffle testing functions
* test post login security setup flows
* remove debug
* lint fixes
* strict fixes
* strict fixes p2
---------
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-06-27 09:42:31 +00:00
Kerry
a692fe2181
Add .well-known config option to force disable encryption on room creation ( #11120 )
...
* force disable encryption on room creation
* test allowChangingEncryption
* move into utils/room directory
* tests
* unit test CreateRoomDialog
* remove debug
* wait for constructor promises to settle
* test case for force_disable
* comment
* set forced value after resolving checkUserIsAllowedToChangeEncryption
* tidy and comments
* use label text in test
2023-06-21 21:50:01 +00:00
Michael Telatynski
30429df948
Eliminate the use of MatrixClientPeg in utils ( #10910 )
2023-05-23 16:24:12 +01:00
Michael Weimann
db6ee53535
Implement third-party invite waiting room ( #10229 )
2023-03-06 12:08:04 +01:00
Michael Telatynski
da7aa4055e
Conform more of the code base to strict null checking ( #10147 )
...
* Conform more of the code base to strict null checking
* More strict fixes
* More strict work
* Fix missing optional type
* Iterate
2023-02-13 17:01:43 +00:00
Michael Weimann
526645c791
Apply prettier formatting
2022-12-12 12:24:14 +01:00
Michael Weimann
f10e3abb6e
Exclude functional members from DM detection ( #9124 )
...
* Exclude functional members from DM detection
* Fix getRoomFunctionalMembers test
* Simplify getFunctionalMembers
* Remove unnecessary filter
2022-08-01 19:28:33 +02:00