Commit Graph

3547 Commits

Author SHA1 Message Date
ismailgulek 622a9f9229 Voip all 2021-02-03 14:01:29 +03:00
SBiOSoftWhare 4a5f311bf7 Reauthentication: Add ReauthenticationCoordinator that handles reauthentication. It is used before calling an authenticated API. 2021-02-03 11:56:27 +01:00
SBiOSoftWhare dd69616256 AuthenticatedSessionViewControllerFactory: Remove logical authentication session code now in AuthenticationSessionService. 2021-02-03 11:35:54 +01:00
SBiOSoftWhare aa7a23a55f Reauthentication: Add ReauthFallBackViewController that enables to authenticate with UIA fallback. 2021-02-03 11:34:33 +01:00
SBiOSoftWhare 221ebfdaac Add AuthenticationParametersBuilder that enables to build autentication parameters regarding a login type. 2021-02-03 11:12:48 +01:00
SBiOSoftWhare 9f6d72414e CrossSigningService: Integrate AuthenticationSessionService. 2021-02-03 11:11:21 +01:00
SBiOSoftWhare dfadd042a7 Add AuthenticationSessionParameters represents authenticated API endpoint parameters. 2021-02-03 11:05:38 +01:00
SBiOSoftWhare 61999c6fa6 Reauthentication: Add AuthenticationSessionService that enables to check if an API endpoint needs authentication. 2021-02-03 11:03:16 +01:00
manuroe 3aee637d96 matrix.to: The app does not open a permalink from matrix.to
#3993
2021-02-02 17:59:44 +01:00
manuroe a61c28784d matrix.to: Support room preview when the permalink has parameters (like "via=")
It works. There is no reason for not doing it
2021-02-02 17:13:01 +01:00
manuroe a2567cc1a0 matrix.to: Cannot open/preview a new room given by alias
#3991

Add a patch to try to build the right string and to avoid to loop forever
2021-02-02 17:07:12 +01:00
manuroe dfc17ced28 matrix.to: Cannot open links with query parameters
#3990

The string can come percent encoded but we parse it with ascii chars ("?", "&", ...).
So, remove one layer of encoding to fix the bug.
2021-02-02 16:26:49 +01:00
Gil Eluard 6b5a5dd7c8 Merge branch 'develop' into element_3969
# Conflicts:
#	CHANGES.rst
2021-02-02 12:07:10 +01:00
Gil Eluard 433be5492a Force device verification on user share key re-request if device is not verified. 2021-02-02 11:31:21 +01:00
ismailgulek 8ae8c1c694 Merge branch 'voip_dtmf' into voip_call_transfer 2021-02-02 12:36:35 +03:00
ismailgulek 8e461dfebb Merge branch 'voip_2746' into voip_tiles 2021-02-02 12:36:11 +03:00
ismailgulek f0a437fbf7 Merge branch 'voip_dialpad' into voip_dtmf
# Conflicts:
#	CHANGES.rst
2021-02-02 12:35:38 +03:00
ismailgulek 7971297fb7 Merge branch 'voip_2746' into voip_dialpad 2021-02-02 12:33:56 +03:00
ismailgulek af7675b3c8 Merge branch 'develop' into voip_2746 2021-02-02 12:33:05 +03:00
Gil Eluard 00acea2b9b Update after review 2021-02-01 09:53:17 +01:00
Gil Eluard 9019afa271 Merge branch 'develop' into element_3969 2021-01-29 11:32:22 +01:00
Gil Eluard fe96c2b235 Modifications after review 2021-01-28 19:53:20 +01:00
SBiOSoftWhare 5265e14e8b SocialLoginListView: Update social login buttons sorting. 2021-01-28 19:51:59 +01:00
SBiOSoftWhare 5ce391816e Social login: In SocialLoginButtonFactory handle MXLoginSSOIdentityProvider brand property and handle Gitlab style. 2021-01-28 19:50:33 +01:00
Gil Eluard a80a515124 Update Riot/Modules/Application/LegacyAppDelegate.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-01-28 14:48:23 +01:00
Gil Eluard 7698488df6 Update Riot/Modules/Application/LegacyAppDelegate.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-01-28 14:47:12 +01:00
Gil Eluard 086ff515c7 Fixed cross-signing detection in LegacyAppDelegate 2021-01-28 11:32:54 +01:00
Gil Eluard 56e078830b reintroduced RoomKeyRequestViewController for the case of the cross signing is not available 2021-01-27 09:38:11 +01:00
Gil Eluard 7df79fb959 Avoid megolm share requests if the device is not verified 2021-01-26 17:33:05 +01:00
ismailgulek f10b18b6c1 Remove empty section spaces 2021-01-22 20:09:21 +03:00
ismailgulek ee9fee0b49 Fix indexpaths 2021-01-22 19:52:43 +03:00
ismailgulek 5c0b16dc3b Fix colors 2021-01-22 19:38:16 +03:00
ismailgulek f5e4f1ea52 Implement recent section with ignoring current call user 2021-01-22 19:23:39 +03:00
ismailgulek 5072abaf2e Change section title 2021-01-22 19:22:53 +03:00
ismailgulek 804bab1841 Refresh local contacts when showing contact selection 2021-01-22 14:29:04 +03:00
ismailgulek 09c96f369c Implement phone number lookup 2021-01-22 14:20:46 +03:00
ismailgulek 8d8a0cd34e Use Matrix only contacts data source 2021-01-22 14:20:23 +03:00
ismailgulek fea510c907 Add MatrixContactsDataSource 2021-01-22 14:19:31 +03:00
SBiOSoftWhare 8011e4dfed AuthVC: Fix social login layout issue. 2021-01-22 11:13:25 +01:00
ismailgulek a11574ae5d Show transfer view and implement delegate methods 2021-01-21 21:28:56 +03:00
ismailgulek 85531c1b72 Adapt new dial pad config 2021-01-21 21:28:03 +03:00
ismailgulek 51a5c42145 Add call transfer module 2021-01-21 21:27:28 +03:00
ismailgulek 45c1554c44 Improve dial pad screen with new config 2021-01-21 21:26:12 +03:00
ismailgulek e670298d39 Pass mx sessions to the call service 2021-01-21 14:28:56 +03:00
ismailgulek 910d85aacd Add notification for tap on tiles 2021-01-21 14:27:32 +03:00
ismailgulek 9981a03327 Do not show tile for incoming call 2021-01-21 13:52:14 +03:00
ismailgulek bcb0f87260 Fix pasted phone number issue 2021-01-21 01:30:47 +03:00
ismailgulek 4728ae0e84 Merge branch 'voip_2746' into voip_tiles 2021-01-20 16:28:28 +03:00
ismailgulek 40a1bda6d6 Merge branch 'voip_dialpad' into voip_dtmf
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2021-01-20 16:27:55 +03:00
ismailgulek 6128a96805 Merge branch 'voip_2746' into voip_dialpad
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2021-01-20 16:25:36 +03:00