Mark Schulte
72d3d4ef31
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
Chris Moos
b5bd882ac0
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
3eb0c8aa4a
Settings: Hide cross-signing things from LABS for now
2019-12-11 09:03:36 +01:00
SBiOSoftWhare
44a0439edc
DeviceVerificationIncomingViewController: Wait view loading before observing device transaction change and unregister after matching an expected case.
2019-12-10 15:51:09 +01:00
SBiOSoftWhare
1b03202ef4
DeviceVerificationVerifyViewController: Wait view loading before observing device transaction change and unregister after matching an expected case.
2019-12-10 15:45:36 +01:00
SBiOSoftWhare
fe567bff10
DeviceVerificationCoordinatorBridgePresenter: Add navigation logs.
2019-12-10 11:51:51 +01:00
manuroe
26397f5df3
Device Verification: Stay in infinite waiting
...
#2878
Don't stop listening to transaction updates if we receive unexpected events else you block the state machine.
2019-12-09 18:31:25 +01:00
SBiOSoftWhare
cf5dcc894b
Settings: Add cross-signing and key verification by direct message switches in labs section.
2019-12-06 12:14:13 +01:00
SBiOSoftWhare
771868a7b1
RoomVC: Handle tap and long tap on UITextView detected data other than links ( Fix #2803 ).
2019-12-03 19:58:51 +01:00
SBiOSoftWhare
eb6483d0e6
Accessibility: Make checkboxes accessible in terms of service screen.
2019-12-02 17:46:01 +01:00
SBiOSoftWhare
14fae34fea
Widgets: Update WidgetViewController to make it conform to all ServiceTermsModalCoordinatorBridgePresenterDelegate methods.
2019-11-29 16:21:46 +01:00
SBiOSoftWhare
6663d46167
Fix terms appearing twice on cancel in IntegrationManagerViewController.
2019-11-29 16:21:03 +01:00
SBiOSoftWhare
118fec8440
Widgets: Handle terms display when selecting a widget in widget picker.
2019-11-29 16:20:01 +01:00
SBiOSoftWhare
0006f12894
WidgetPermissionViewController use a clear background for avatar image view.
2019-11-29 10:13:01 +01:00
SBiOSoftWhare
c1045f7cba
Room widget permission: Disable justified text for permission informations in WidgetPermissionViewController.
2019-11-28 18:16:53 +01:00
SBiOSoftWhare
499daffaf1
Room widget permission: Update WidgetViewController.
2019-11-28 17:37:18 +01:00
SBiOSoftWhare
f7b044f231
Room widget permission: Update WidgetPermissionViewController with closures instead of delegate handle updated view model.
2019-11-28 17:36:47 +01:00
SBiOSoftWhare
6dac9cf325
Room widget permission: Update WidgetPermissionViewModel with permission string list and widget origin.
2019-11-28 17:35:54 +01:00
SBiOSoftWhare
3bd078580d
Move sliding modal classes.
2019-11-28 17:30:01 +01:00
SBiOSoftWhare
b08c4ae638
Update Riot/Modules/Modal/SlidingModalPresentationAnimator.swift
...
Co-Authored-By: manuroe <manuroe@users.noreply.github.com >
2019-11-28 14:44:16 +01:00
SBiOSoftWhare
b3bd6bacc6
Update Riot/Modules/Modal/SlidingModalPresentationAnimator.swift
...
Co-Authored-By: manuroe <manuroe@users.noreply.github.com >
2019-11-28 14:44:08 +01:00
SBiOSoftWhare
2dcd511fa1
Room Widget Permission: Handle new room widget permission UX in WidgetViewController.
2019-11-28 12:51:30 +01:00
SBiOSoftWhare
8d75de48f6
Room Widget Permission: Create room widget permission screen.
2019-11-28 12:49:53 +01:00
SBiOSoftWhare
6398c0269a
Create a SlidingModalPresenter that allows to present custom modal view controller or view in a card with a sliding transition.
2019-11-28 12:47:46 +01:00
manuroe
a5b1b2c15e
Widgets: Fix bad i18n key
2019-11-22 14:49:35 +01:00
manuroe
f7171cf629
Swift: NSURL -> URL
2019-11-22 12:20:57 +01:00
manuroe
bb48311ed0
Jitsi: Display room name, user name and user avatar in the conference screen
2019-11-22 12:04:28 +01:00
manuroe
531cb4b54c
Widgets: Check user permission before opening a widget (data part)
...
#2833
2019-11-22 11:18:08 +01:00
manuroe
49f841bdb2
Widgets: Display an error if the IM is disabled
...
#2843
2019-11-21 16:36:08 +01:00
manuroe
4e05188ac0
Settings: Have a toggle for using an integration manager
...
#2843
2019-11-21 15:43:04 +01:00
manuroe
47494f8fe3
Widgets permission: Fix Steve's remarks
2019-11-20 18:41:18 +01:00
manuroe
ea6437c521
Widgets: Add "Remove for everyone" to the contextual menu
2019-11-20 17:38:12 +01:00
manuroe
e7fcaa197a
Widgets: Add a contextual menu to refresh, open outside and revoke the permission
...
#2834
2019-11-20 14:23:01 +01:00
manuroe
3a0200bf77
Widgets permission: Some cleaning
2019-11-20 11:13:47 +01:00
manuroe
8751540cbc
Widgets permission: No check required for the integration manager widget
2019-11-20 10:56:14 +01:00
manuroe
95eea07230
Widgets permission: No check required when the user is the creator
2019-11-20 10:55:06 +01:00
manuroe
678485affe
Widgets: Check user permission before opening a widget (Data side)
...
#2832
2019-11-20 10:25:56 +01:00
SBiOSoftWhare
422dc417fc
Fix tab bar icons misalignment on iOS 13 ( Fix #2802 ).
2019-11-06 15:32:42 +01:00
SBiOSoftWhare
6041a411a6
RoomVC: Prevent tableView scroll when displaying contextual menu.
2019-10-29 09:19:37 +01:00
SBiOSoftWhare
c6f1b51eaf
RoomVC: Prevent tableView scroll when displaying contextual menu ( Fix #2687 ).
2019-10-28 18:55:55 +01:00
manuroe
5b7160a27e
Merge pull request #2801 from vector-im/riot_2744
...
Settings: Add User-Interactive Auth for adding email and msidsn to user's account
2019-10-24 17:24:15 +02:00
manuroe
5bc4b58046
Settings: Use a generic wording when authentication flow is not supported
2019-10-24 15:40:07 +02:00
manuroe
271a0c3fa1
Settings: Add User-Interactive Auth for adding email and msidsn to user's account
...
vector-im/riot-ios#2744
2019-10-24 11:17:59 +02:00
SBiOSoftWhare
4d57827363
Device verification: Improve navigation flow and view states handling.
2019-10-23 17:27:43 +02:00
SBiOSoftWhare
3fefe31d27
Emoji picker: Fix reverse header and background colors ( Fix #2630 ).
2019-10-22 18:54:59 +02:00
SBiOSoftWhare
aad143b34f
RoomViewController: Fix crash occurring when tap on an unsent media with retrieved event equal to nil.
2019-10-22 11:50:25 +02:00
SBiOSoftWhare
b3b27b0215
RoomViewController: Add logs when copy text failed.
2019-10-22 10:55:28 +02:00
SBiOSoftWhare
00f52c7dee
RoomSettingsViewController: Fix a crash when setting a nil string on UIPasteboard.
2019-10-21 17:37:36 +02:00
SBiOSoftWhare
3d6cf8ec4b
RoomViewController: Fix a crash when setting a nil string on UIPasteboard.
2019-10-21 17:36:58 +02:00
SBiOSoftWhare
d32dba3d62
Fix code formatting in RecentsViewController.
2019-10-18 15:38:01 +02:00