Commit Graph

103 Commits

Author SHA1 Message Date
SBiOSoftWhare 8011e4dfed AuthVC: Fix social login layout issue. 2021-01-22 11:13:25 +01:00
SBiOSoftWhare a3b512ac12 AuthVC: Fix recaptcha view cropping. 2021-01-15 17:05:45 +01:00
SBiOSoftWhare 7a26c1fe66 AuthVC: Do use fallback page when using SSO without idp. 2021-01-07 16:01:17 +01:00
SBiOSoftWhare 4147e86377 SSO: Handle transaction id in AuthVC and SSOAuthenticationPresenter. 2021-01-07 14:38:27 +01:00
SBiOSoftWhare e3ef69620f AuthVC: Handle SSO authentication. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare d33c9e37fa AuthVC: Support both password and social login display. 2020-12-18 18:44:08 +01:00
ismailgulek f5b7e3b572 Specify set pin view mode after auth 2020-09-17 20:42:49 +03:00
manuroe 05d3122888 * Loading animation: Fix the bug where, after authentication, the animation disappeared too early and made auth screen flashed. 2020-09-15 16:48:35 +02:00
manuroe 1b8e446097 AuthVC: Make force PIN working for registration as well 2020-09-15 16:47:13 +02:00
manuroe 13339007e8 AuthVC: Fix PIN setup that broke cross-signing bootstrap 2020-09-15 16:43:29 +02:00
manuroe 6902850531 AuthVC: Make sure the initial sync is done before checking cross-signing state 2020-09-15 16:42:34 +02:00
SBiOSoftWhare 32a37d9041 Merge pull request #3603 from vector-im/reduce_warnings
Reduce Xcode warnings
2020-09-04 13:13:54 +02:00
SBiOSoftWhare 317e8ec845 Remove deprecated -[UIApplication openURL] usage. 2020-09-01 12:20:44 +02:00
SBiOSoftWhare 4995d71334 Remove old AppDelegate imports. 2020-08-31 19:38:06 +02:00
SBiOSoftWhare a6938f7c3d AuthenticationVC: Fix show forgot password conditions. 2020-08-20 10:47:52 +02:00
SBiOSoftWhare eabbcc2f2f AuthenticationVC: Handle forgot button display customization with BuildSettings. 2020-08-19 17:32:35 +02:00
ismailgulek bf31d8d269 Move scroll method to an extension 2020-08-05 15:22:27 +03:00
ismailgulek aedad2bf10 Move scroll logic to KeyboardAvoider 2020-08-05 14:49:37 +03:00
ismailgulek 6a05f14faa Use KeyboardAvoider instead of keyboard height 2020-08-04 17:01:26 +03:00
ismailgulek c6574ca19c Auto scroll to the custom server textfield 2020-08-04 13:08:44 +03:00
ismailgulek 0fe3bc37f0 Adjust scrollView scrollIndicatorInsets 2020-08-04 13:06:44 +03:00
ismailgulek 46aa312888 Fix contentSize when custom servers option hidden 2020-08-04 13:03:44 +03:00
manuroe e73c5ceab8 BuildSettings: Integrate default HS and IS URLs
We still have them in user defaults but default values are defined in BuildSettings
2020-07-31 12:47:28 +02:00
manuroe 31e6ea9e98 AuthenticationVC: Make custom server options and register button configurable 2020-07-30 18:07:16 +02:00
ismailgulek a288a1795e Merge branch 'develop' into element_3436 2020-07-21 19:38:24 +03:00
ismailgulek 77d0c0b1a1 Go to pin setter screen only if forced at login 2020-07-21 16:14:46 +03:00
manuroe 053d58cc50 Registration: Do not display the skip button if email is mandatory
#3417
2020-07-21 08:06:37 +02:00
ismailgulek 347b4f20be Present set pin module after successful login 2020-07-17 19:03:00 +03:00
SBiOSoftWhare aae0e8d6cd Checkboxes: Use theme tint color. 2020-07-09 18:58:44 +02:00
SBiOSoftWhare 31a7d3718d AuthenticationVC: Update logo. 2020-07-08 19:08:27 +02:00
SBiOSoftWhare fc3f7d37b3 Bot: Disable bot creation for the moment. 2020-07-08 17:34:50 +02:00
ismailgulek bd1bb3b952 Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
#	Gemfile.lock
#	Riot.xcodeproj/project.pbxproj
#	Riot/SupportingFiles/Info.plist
#	RiotShareExtension/SupportingFiles/Info.plist
#	SiriIntents/Info.plist
2020-07-01 09:59:29 +03:00
manuroe 3abdc1cbe6 AuthVC: Remove NEW_CROSS_SIGNING_FLOW
because we consider riot-web ready
2020-06-26 18:37:15 +02:00
ismailgulek b1acd2ad24 Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
#	Riot.xcodeproj/project.pbxproj
2020-06-26 17:33:09 +03:00
SBiOSoftWhare ede85f9806 Merge branch 'develop' into riot_3293
# Conflicts:
#	CHANGES.rst
#	Riot/Generated/Strings.swift
2020-06-26 14:30:21 +02:00
manuroe 023480a6bf Security: Plug UX for cross-signing setup
part of #3299
2020-06-26 07:42:37 +02:00
SBiOSoftWhare 8c047b47f5 AuthenticationViewController: Fix refact. 2020-06-25 16:30:47 +02:00
manuroe f2644161e3 E2E by default: Do not bootstrap cross-signing automatically
if hs setting is disabled
2020-06-24 17:09:23 +02:00
ismailgulek 06a1e5b142 Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
2020-06-05 16:00:24 +03:00
manuroe 81706a7fc0 Cross-signing: Remove the bootstrap when using SSO
It needs to done differently
2020-06-03 12:23:46 +02:00
manuroe f2ac99c723 Remove useless dispatch_async 2020-06-03 11:24:40 +02:00
manuroe 14c6c7eb21 Cross-signing: Use a compilation flag while riot-web is not ready 2020-06-03 09:26:13 +02:00
manuroe 381a32fb83 Cross-Signing: Bootstrap when using SSO for registration
I have not tested it
2020-06-03 09:23:27 +02:00
manuroe 0638ebe622 Cross-signing: Bootstrap cross-sign on registration (and login if applicable)
#3292

This action is now invisible to the user.
2020-06-02 14:19:37 +02:00
ismailgulek c1cc2c704f Change all navigation controllers to RiotNavigationController's
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-22 12:12:46 +03:00
ismailgulek 6ef9164636 Prefill email field on registrations
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-28 19:55:02 +03:00
ismailgulek 089fdf5dd0 Remove login fallback to m.org when authentication failed
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-28 11:21:53 +03:00
ismailgulek b8ad40b43c Merge pull request #3084 from vector-im/riot_3067
Consider Safe Area Insets for Some Screens
2020-04-23 20:56:58 +03:00
SBiOSoftWhare a67d29681b RoomMemberDetailsViewController: For current user present complete security when device is not trusted. 2020-04-23 11:58:19 +02:00
ismailgulek 49b533bc22 AuthenticationViewController scroll view respect to safe area
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-04-22 19:26:49 +03:00