Commit graph

7406 commits

Author SHA1 Message Date
SBiOSoftWhare
0af87f7f1b KeyVerificationCoordinatorBridgePresenter: Handle complete security screen. 2020-04-03 16:27:10 +02:00
SBiOSoftWhare
80603cc752 KeyVerificationCoordinator: Refactor and add a single init with a KeyVerificationFlow enum parameter. 2020-04-03 16:23:32 +02:00
SBiOSoftWhare
1e14a06466 Implement complete security screen. 2020-04-03 15:55:53 +02:00
manuroe
9bd5136892 Fix CHANGES 2020-04-01 18:03:36 +02:00
manuroe
12d8019bc0 Merge branch 'hotfix/v0.10.5' into develop 2020-04-01 17:56:25 +02:00
manuroe
7be5f838ff Fix merge conflict 2020-04-01 17:56:12 +02:00
manuroe
13a295e091 version++ 2020-04-01 17:51:38 +02:00
Mark Schulte
3cc5c594df Update CHANGES.rst
Signed-off-by: Mark Schulte <schultetwin@gmail.com>
2020-04-01 17:49:26 +02:00
Mark Schulte
4bae1551e1 AuthFallback: Stay in Riot App
When doing a SAML based SSO via Gsuite, I must click a link
specifying that I trust this app. That link will break me
out of the SSO sign-in process, and open up safari.

To fix address this, I've removed the feature that opens links in
safari.

Signed-off-by: Mark Schulte <schultetwin@gmail.com>
2020-04-01 17:49:17 +02:00
manuroe
4cc5a443a2 Push notifications: Avoid any automatic deactivation
vector-im/riot-ios#3017
2020-04-01 17:35:28 +02:00
manuroe
7bae95abd9 Fix crash due to malformed widget 2020-04-01 17:34:35 +02:00
Chris Moos
5e298de8b5 Fix issue with joining public rooms with no guest access.
This fixes #2888.

Signed-off-by: Chris Moos <chris@chrismoos.com>
2020-04-01 17:31:31 +02:00
manuroe
bbecff21b9
Merge pull request #3039 from schultetwin/dont_exit_app_for_sso
AuthFallback: Stay in Riot App
2020-04-01 15:57:31 +02:00
SBiOSoftWhare
280c2335d3
Merge pull request #3052 from vector-im/riot_2918
Cross-Signing: Detect and expose new sign-ins
2020-03-30 10:04:43 +02:00
SBiOSoftWhare
95e617a99c Merge branch 'develop' into riot_2918
# Conflicts:
#	Riot/Modules/KeyVerification/Common/Verify/Scanning/KeyVerificationVerifyByScanningViewModel.swift
2020-03-30 09:55:40 +02:00
manuroe
263b5183ac
Merge pull request #3048 from vector-im/riot_3046
RoomMember scree: Display the verify button even in non e2e rooms
2020-03-30 08:58:50 +02:00
manuroe
67edd9ba24
Merge pull request #3045 from vector-im/riot_3024_2
Security settings: Implement "Request (cross-signing private) keys"
2020-03-30 08:57:59 +02:00
manuroe
f947138148 Fix unexpected cast 2020-03-27 17:39:11 +01:00
SBiOSoftWhare
adbf12a746 Update changes 2020-03-27 15:41:27 +01:00
SBiOSoftWhare
c4e2667c8c AppDelegate: Handle new sign in detection. Present an alert on new device sign in. 2020-03-27 15:41:19 +01:00
SBiOSoftWhare
88d11dbe22 KeyVerificationCoordinator: Handle new self verification flow. 2020-03-27 15:40:29 +01:00
SBiOSoftWhare
cdd48d8cff Create self verification start screen. 2020-03-27 15:39:23 +01:00
SBiOSoftWhare
d7a7e37805 KeyVerificationVerifyByScanningViewModel: Improve cancelation. 2020-03-27 14:30:58 +01:00
manuroe
bec4b81d81 Add missing i18n 2020-03-27 09:18:39 +01:00
manuroe
801da3d129 RoomMember scree: Display the verify button even in non e2e rooms
#3046
Display also the shield on the user to have the same screen for e2e and non e2e rooms
2020-03-27 09:12:49 +01:00
SBiOSoftWhare
4d9a2d4e62 KeyVerificationVerifyByScanningViewModel: Support to_device request. 2020-03-26 12:09:17 +01:00
SBiOSoftWhare
a532553d59 UserVerificationStartCoordinator: Remove useless delegate methods. 2020-03-26 11:57:29 +01:00
manuroe
02db9e92d1 Security settings: Implement "Request (cross-signing private) keys" 2020-03-25 10:15:34 +01:00
manuroe
6a46a087e3 Security settings: Refresh cross-signing state on opening 2020-03-25 10:14:25 +01:00
manuroe
dfaa371c05
Merge pull request #3041 from vector-im/riot_3040
BF: Self verification is broken
2020-03-24 12:04:14 +01:00
manuroe
3a75ca5649 BF: Self verification is broken
#3040
The screen was stuck on the request step in case of self verification (to_device events)
2020-03-24 09:14:01 +01:00
Mark Schulte
854351cac4 Update CHANGES.rst
Signed-off-by: Mark Schulte <schultetwin@gmail.com>
2020-03-19 08:20:13 -07:00
Mark Schulte
1c0175c211 AuthFallback: Stay in Riot App
When doing a SAML based SSO via Gsuite, I must click a link
specifying that I trust this app. That link will break me
out of the SSO sign-in process, and open up safari.

To fix address this, I've removed the feature that opens links in
safari.

Signed-off-by: Mark Schulte <schultetwin@gmail.com>
2020-03-19 08:15:04 -07:00
SBiOSoftWhare
ef2f03653b
Merge pull request #3038 from vector-im/key_verification_refact
Refactor DeviceVerification prefix classes to KeyVerification
2020-03-19 09:01:23 +01:00
SBiOSoftWhare
524430d4b6 Merge branch 'develop' into key_verification_refact 2020-03-19 08:43:55 +01:00
SBiOSoftWhare
90208e3b0f Refactor DeviceVerification prefix classes to KeyVerification where needed. And move key verification related classes into the same module KeyVerification. 2020-03-18 17:39:26 +01:00
manuroe
fa62a014d1 Fix build issue 2020-03-18 16:36:12 +01:00
manuroe
9add479f06
Merge pull request #3037 from vector-im/security_screen_rework
Security screen: Add a dedicated cross-signing section
2020-03-18 15:00:12 +01:00
manuroe
597763efe9 Security Screen: Update actions for cross-signing 2020-03-18 13:34:52 +01:00
manuroe
c23b48338d Security Screen: Use MXCrossSigning.state 2020-03-18 10:01:23 +01:00
SBiOSoftWhare
7a6f41eb73
Merge pull request #3030 from vector-im/riot_2921
Verification by DM: Support QR code
2020-03-17 14:19:05 +01:00
SBiOSoftWhare
44023311fc KeyVerificationVerifyByScanningViewModel: Remove pending QR code transaction when not used. 2020-03-17 14:06:56 +01:00
SBiOSoftWhare
209602ff2a Move QR code reader and generator classes in their own module. 2020-03-17 12:24:09 +01:00
SBiOSoftWhare
3548dc4e11 Move QR code reader and generator classes in their own module. 2020-03-17 10:21:53 +01:00
SBiOSoftWhare
3292ed127c KeyVerificationVerifyByScanningViewModel: Remove useless commented code. 2020-03-17 09:58:32 +01:00
SBiOSoftWhare
4bf3fc5907 Update changes 2020-03-13 19:33:50 +01:00
SBiOSoftWhare
c3fc03da08 Add ZXing pod. 2020-03-13 19:27:27 +01:00
SBiOSoftWhare
3ffffbb0f4 Key verification: Move SAS verification flow files. 2020-03-13 19:25:22 +01:00
SBiOSoftWhare
c86f9e7a8c AppDelegate: Fix incoming key verification request alert crash. 2020-03-13 19:22:43 +01:00
SBiOSoftWhare
a46ff04194 Device verification: Handle QR code verification. 2020-03-13 19:02:34 +01:00