Commit Graph

15987 Commits

Author SHA1 Message Date
Doug 3cac70742f Add an unrecognised certificate alert to the new authentication flow. 2022-06-09 09:37:57 +01:00
ismailgulek 90bd009226 Add changelog 2022-06-08 17:41:42 +03:00
ismailgulek 8a5c9f3592 Show recover encryption keys message according to key backup requirement 2022-06-08 17:39:51 +03:00
ismailgulek 096164f10f Add device_id to fallback url after soft logout 2022-06-08 17:23:21 +03:00
ismailgulek 9103ccc5d7 Add resetOthers parameter to session creator method 2022-06-08 17:22:47 +03:00
ismailgulek 7f5a329080 Display soft logout screen from authentication coordinator 2022-06-08 16:01:00 +03:00
ismailgulek 98d27b7139 Implement soft logout screen 2022-06-08 16:00:25 +03:00
ismailgulek 6d4589ae8b Pass soft logout credentials on coordinator initialization 2022-06-08 15:59:52 +03:00
Stefan Ceriu 4c9eb5138f Fixes vector-im/element-ios/issues/6241 - Prevent random crashes when tapping links. Avoid displaying the confirmation alert for plain text ones. 2022-06-08 14:09:43 +03:00
Stefan Ceriu 55d6519436 Fixes vector-im/element-ios/issues/6095 - Random square home screen room avatars. 2022-06-08 13:26:08 +03:00
Stefan Ceriu 737a74d712 Mention the security fix in the Pin screen fix changelog entry. 2022-06-08 11:51:48 +03:00
aringenbach 3994899c4d Merge pull request #6251 from vector-im/aringenbach/remove_edit_mode_flag_fix_roomstate_crash
Remove render edit flag and fix a nil room state crash
2022-06-08 09:38:28 +02:00
Stefan Ceriu 0f3cb56725 Prevent the Pin entry screen from being overlapped by other views 2022-06-08 09:56:29 +03:00
aringenbach 3bb5fc9873 Remove old comment 2022-06-08 08:54:29 +02:00
ismailgulek 44554ba8d7 Merge branch 'develop' into ismail/6181_auth_soft_logout 2022-06-07 23:54:54 +03:00
vikdevelop 09ea0df3cf Translated using Weblate (Czech)
Currently translated at 30.0% (615 of 2046 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/cs/
2022-06-07 18:32:43 +00:00
Szimszon b6ebb4cf60 Translated using Weblate (Hungarian)
Currently translated at 100.0% (2046 of 2046 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/
2022-06-07 18:32:15 +00:00
Johan Smits 8ef3af687f Translated using Weblate (Dutch)
Currently translated at 100.0% (2046 of 2046 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nl/
2022-06-07 18:32:13 +00:00
Szimszon 982d3ce9bd Translated using Weblate (Hungarian)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/hu/
2022-06-07 18:32:11 +00:00
Johan Smits a743137b66 Translated using Weblate (Dutch)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/nl/
2022-06-07 18:32:11 +00:00
ismailgulek 017abf7dc1 Merge pull request #6250 from vector-im/ismail/6180_support_prov_links 2022-06-07 20:54:14 +03:00
ismailgulek 317a8039c6 Fix PR remarks 2022-06-07 19:48:26 +03:00
ismailgulek ecb11d8502 Create classes for soft logout screen 2022-06-07 19:22:24 +03:00
aringenbach 384bcef9db Add changelog and param description precision 2022-06-07 17:40:39 +02:00
aringenbach 48a83a9c55 Remove render edit flag and fix a nil room state crash 2022-06-07 17:31:17 +02:00
ismailgulek f8b2ef6229 Add changelog 2022-06-07 16:20:24 +03:00
ismailgulek 55382007cf Handle provisioning links in AuthenticationService and call delegate method 2022-06-07 16:19:24 +03:00
ismailgulek 31c9ac3ed2 Add identity server to AuthenticationState 2022-06-07 16:18:54 +03:00
ismailgulek 8ab458c316 Remove bad methods from auth coordinators 2022-06-07 16:17:46 +03:00
ismailgulek 66dcff326b Remove old methods from onboarding coordinator and tabbar controller 2022-06-07 16:15:45 +03:00
ismailgulek ed96e14e82 Adapt to refactorings 2022-06-07 16:11:28 +03:00
ismailgulek 53694d8e1f Refactor app delegate for universal link handling 2022-06-07 16:07:18 +03:00
ismailgulek 1d7d08827c Update UniversalLink class to parse path and query params 2022-06-07 16:05:47 +03:00
aringenbach 68a78724af Merge pull request #6155 from vector-im/aringenbach/construct_replies_from_replied_event
Construct formatted body from replied event
2022-06-07 11:23:50 +02:00
MaximeEvrard42 094f6a9502 Merge pull request #6237 from vector-im/steve/6236_bg_location
Location sharing: Support sending location in background (PSF-1037)
2022-06-07 10:00:36 +02:00
aringenbach 83ebb6e462 Fix in reply to links appearing outside of mx-quote 2022-06-07 09:02:36 +02:00
ismailgulek 9aa6902397 Merge pull request #6246 from vector-im/ismail/6177_wellknown_IS
FTUE: Use the Identity server specified in the well-known
2022-06-06 17:03:44 +03:00
ismailgulek 798b3efdfb Mock account manager and disable saving on session creator tests 2022-06-06 16:16:12 +03:00
ismailgulek 77e8ec7e61 Inject account manager into the session creator 2022-06-06 16:15:53 +03:00
ismailgulek 2886d62815 Add savingAccountsEnabled property to MXKAccountManager 2022-06-06 16:15:32 +03:00
ismailgulek 82a3bac007 Make identityServer settable 2022-06-06 15:39:08 +03:00
ismailgulek e2bb13a665 Merge branch 'develop' into ismail/6177_wellknown_IS 2022-06-06 15:23:22 +03:00
Doug c3c78a51fd Add initial tests on the authentication service. (#6229) 2022-06-06 13:20:46 +01:00
ismailgulek 6139e34ae0 Merge pull request #6235 from vector-im/ismail/5655_reset_password 2022-06-06 15:19:14 +03:00
ismailgulek 14280c4e1b Fix further PR remarks 2022-06-06 13:32:31 +03:00
ismailgulek 9a4f0c480a Add changelog 2022-06-03 18:09:15 +03:00
ismailgulek d6b12bda99 Use identity server from well-known when creating the client 2022-06-03 18:08:19 +03:00
gulekismail a7f8dc6a76 Prepare for new sprint 2022-06-03 14:04:57 +03:00
gulekismail 11edd7aa4e Merge branch 'master' into develop 2022-06-03 14:04:54 +03:00
gulekismail 9a98c7da21 Merge branch 'release/1.8.18/master' 2022-06-03 14:04:48 +03:00