Commit graph

177 commits

Author SHA1 Message Date
Valere
95fd61f101 convert DecryptionFailureTracker to swift + tests 2024-03-29 11:03:28 +01:00
Stefan Ceriu
bc7cbb72c6 Add initial support for configuration through MDM 2023-09-08 11:59:11 +03:00
Alfonso Grillo
21670e4ee9 Fix UTs 2023-05-29 16:48:46 +02:00
Anderas
f23575ef4d
Merge pull request #7508 from vector-im/andy/deprecate_crypto
Deprecate MXLegacyCrypto
2023-04-19 14:14:30 +01:00
Andy Uhnak
855c8d7c90 Refactor encryption trust level 2023-04-19 08:42:11 +01:00
Andy Uhnak
59dffb5806 Deprecate MXLegacyCrypto 2023-04-18 12:45:39 +01:00
aringenbach
c1a9f31ded
Merge pull request #7416 from vector-im/aringenbach/enable_rte_user_mentions
Enable user mentions in Rich Text Editor
2023-04-14 16:19:56 +02:00
aringenbach
524af383db Unit tests for insertPills and markdownLinks 2023-04-12 14:55:59 +02:00
Andy Uhnak
f05c8d8ef3 Enable Rust Crypto for all users 2023-04-11 14:49:28 +01:00
Andy Uhnak
b33f29e0e7 Revert "Merge pull request #7430 from vector-im/andy/user_trust"
This reverts commit 7f5d3b46eb, reversing
changes made to 5a3adde8f7.
2023-03-22 15:57:25 +00:00
Nicolas Mauri
a660e3e883
Merge pull request #7432 from vector-im/nimau/PSB-59-pills
Turning permalinks into pills
2023-03-21 14:36:54 +01:00
Nicolas Mauri
83a10e2430 Fix: Unit tests 2023-03-21 14:17:52 +01:00
Andy Uhnak
6c3b1e1243 Fix tests 2023-03-21 12:02:53 +00:00
Nicolas Mauri
5c354f2eb0 Fix: Message pill when the room is an alias 2023-03-21 10:30:19 +01:00
Nicolas Mauri
5006ccb333 Fix: Unit tests 2023-03-21 09:26:09 +01:00
Nicolas Mauri
64ea1904fc Turning permalinks into pills
#7409: Permalinks to a room/space are pillified
#7411: Permalinks to a matrix user are pillified
#7412: Permalinks to messages are pillified
2023-03-17 16:58:59 +01:00
Andy Uhnak
5c669a7fee Refactor encryption trust level 2023-03-16 14:56:50 +00:00
Andy Uhnak
b1cd12a8ca Update docs + tests 2023-03-02 19:42:09 +00:00
Andy Uhnak
f1a7195be2 Use SwiftPM AnalyticsEvents 2023-03-02 16:59:48 +00:00
Andy Uhnak
40005fe140 Update tests 2023-02-22 11:25:30 +00:00
Andy Uhnak
5c82dbe144 CryptoSDK phased rollout feature 2023-02-22 11:25:28 +00:00
Hugh Nimmo-Smith
64c0a5447c
Support for v2 of MSC3903 (#7372) 2023-02-15 14:02:33 +00:00
Alfonso Grillo
3972da892e Refactor PushRulesUpdater API 2023-02-03 10:49:59 +01:00
Alfonso Grillo
a2b1177304 Refactor unit tests 2023-02-02 19:12:40 +01:00
Alfonso Grillo
e5e40359a3 Fix UTs 2023-02-02 17:53:35 +01:00
Alfonso Grillo
457f118466 Add UTs 2023-02-02 16:36:50 +01:00
Alfonso Grillo
e35080dc87 Add empty PushRulesUpdaterTests 2023-02-02 15:03:40 +01:00
Alfonso Grillo
91c61eb8f5 Cleanup 2023-01-18 17:25:14 +01:00
Alfonso Grillo
9569942691 Add UTs 2023-01-18 17:23:12 +01:00
Mauro Romito
c8b20a79dc code improvement 2023-01-12 10:43:22 +01:00
Mauro Romito
891ceb8546 fixed a test and some code improvements 2023-01-12 10:41:52 +01:00
Yoan Pintas
3e9b3aa877
Update the room description in the rooms list in case of live broadcast (incoming or outgoing) (#7160) 2022-12-19 19:26:55 +01:00
Alfonso Grillo
a3c72ca9b3 Refine UTs 2022-12-13 15:45:37 +01:00
Alfonso Grillo
ad64be29a3 Add UTs 2022-12-13 15:35:18 +01:00
Alfonso Grillo
501f06279e Add tests 2022-11-16 11:18:03 +01:00
Alfonso Grillo
92fc0e5146 Cleanup unused code 2022-11-10 12:12:32 +01:00
Alfonso Grillo
47310b1a73 Move Move UserAgentParserTests 2022-11-10 10:31:32 +01:00
paleksandrs
36a9c3c696 Snooze controller 2022-11-09 14:59:35 +02:00
paleksandrs
484cab4451 Merge branch 'develop' into aleksandrs/6963_multi_session_logout 2022-11-02 14:02:52 +02:00
paleksandrs
6487da39e1 Fixed unit tests 2022-11-01 09:42:15 +02:00
Andy Uhnak
ba175027e3 Complete MXCryptoV2 implementation 2022-10-26 17:00:43 +01:00
Andy Uhnak
170f26532c Define MXCrypto and MXCrossSigning as protocols 2022-10-25 14:11:39 +01:00
Stefan Ceriu
096138452c Fix authentication unit tests 2022-10-13 20:49:32 +03:00
Stefan Ceriu
1739808130 Remove now unnecessary creator public key publishing. Rebuilt flows and fixed tests 2022-10-12 17:27:25 +03:00
Stefan Ceriu
e51a07b85c Fix initiator flows and e2e tests 2022-10-12 17:27:25 +03:00
Stefan Ceriu
dcc9cf71c6 Implement login with scanned QR code flows 2022-10-12 17:27:25 +03:00
Doug
be25adc21d Fix RiotTests. 2022-10-12 14:42:24 +01:00
Doug
313331708d
Device Manager: Verify session (#6832)
* Initial implementation
* Add verificationState to UserSessionInfo
* Listen for changes device changes in the service.
2022-10-11 16:11:52 +01:00
Doug
c358f28a55
Device Manager: Rename Session (#6826)
* Publish the user sessions overview data.
* Add UserSessionName screen.
* Update logout action to match Figma more closely.
2022-10-11 13:11:15 +01:00
ismailgulek
d5ac519e8f
Ignore OS version from web based sessions (PSG-826) (#6852)
* Ignore OS version from web based sessions

* Add changelog
2022-10-11 14:39:36 +03:00