Commit Graph

242 Commits

Author SHA1 Message Date
Zainab Amir
6faad1d1d5 Fix responsiveness issue of sso buttons (#165) 2021-02-25 15:03:50 +05:00
Uzair Rasheed
5228bc2090 Merge pull request #163 from edx/van-378/fix-font-weight-inconsistency
fix font inconsistency
2021-02-24 18:49:53 +05:00
Uzair Rasheed
9b4a7e65e9 Merge branch 'master' into van-378/fix-font-weight-inconsistency 2021-02-24 18:39:59 +05:00
adeel khan
56bf41e878 Merge pull request #159 from edx/adeel/van_312_add_ratelimit_to_endpoints
Ratelimit handling for validate and password reset endpoints.
2021-02-24 16:32:03 +05:00
Adeel Khan
117325ec2a Ratelimit handling for validate and password reset endpoints.
* This patch implements ratelimit handling code for
validate token and password reset end points.
* Adds graceful error messages for such case

VAN-312
2021-02-24 15:56:37 +05:00
Zainab Amir
a8714b8927 Remove unwanted space from hyperlink (#164) 2021-02-24 15:41:53 +05:00
Zainab Amir
f7d4150a62 VAN-385: add label for each input field (#156) 2021-02-24 15:12:15 +05:00
uzairr
000642bbfb fix font inconsistency 2021-02-24 08:17:13 +05:00
Uzair Rasheed
37dbf3b8af Merge pull request #158 from edx/make-consistent-alignment
make banner alignment consistent with form
2021-02-23 19:32:53 +05:00
uzairr
d2f4955e25 make banner alignment consistent with form 2021-02-23 19:24:33 +05:00
Zainab Amir
a62b26a7ca VAN-397: Realign social auth providers (#162) 2021-02-23 19:09:27 +05:00
adeel khan
366a79a690 Merge pull request #160 from edx/adeel/van_42_serve_tpa_hint_login_usecase
Minor Fix;
2021-02-23 18:27:19 +05:00
Adeel Khan
bdfd49ae3a Minor Fix;
1) Change button style.
2) Add missing text.

VAN-42
2021-02-23 17:42:23 +05:00
Zainab Amir
81f87978e6 VAN-393: sentence case missing strings (#161) 2021-02-23 13:44:54 +05:00
adeel khan
21f2e9711a Merge pull request #157 from edx/adeel/van_42_serve_tpa_hint_login_usecase
Minor changes in UX.
2021-02-22 22:11:21 +05:00
Adeel Khan
6cb721c6e8 Minor changes in UX.
VAN-42
2021-02-22 22:03:37 +05:00
Zainab Amir
e0e79b5cf5 VAN-393: use sentence case for text (#150) 2021-02-22 17:19:57 +05:00
Waheed Ahmed
6443ce28e7 Fix registration process. (#155)
getHttpClient doesn't seems to be working as expected, changing it
back to getAuthenticatedHttpClient.
2021-02-22 16:55:34 +05:00
Waheed Ahmed
ad9a9c4895 Forgot password endpoint require a CSRF token. (#154) 2021-02-22 15:50:55 +05:00
adeel khan
f12008136f Merge pull request #151 from edx/adeel/van_42_serve_tpa_hint_login_usecase
Fix to let  tpa_hint url have ? instead of &
2021-02-22 11:37:48 +05:00
Adeel Khan
11888fcdc3 Fix to let tpa_hint url have ? instead of &
Now the url could also be of the form
?next=/dashboard?tpa_hint=oa2-google-oauth2
to be backward compatible with old url.

VAN-42
2021-02-22 11:32:09 +05:00
edX Transifex Bot
e37b8e5cc6 fix(i18n): update translations 2021-02-21 10:17:49 -05:00
Waheed Ahmed
d03ec8397a Fix optional fields issue. (#152) 2021-02-20 10:24:08 +05:00
adeel khan
484c895ff3 Merge pull request #143 from edx/adeel/van_370_make_single_option_call
Removes option call from validation endpoint
2021-02-19 20:02:12 +05:00
Adeel Khan
6c9c5de11f Removes option call from multiple end points
This patch removes option call not needed
in certain end points via not sending
csrf token.

VAN-370
2021-02-19 19:55:06 +05:00
Zainab Amir
c55088f23f fix optional field not available (#149) 2021-02-19 18:50:00 +05:00
Adeel Ehsan
d55d38f4fa Merge pull request #146 from edx/aehsan/van-376/remove-backend-validations-from-registration
backend validations updated for registration form
2021-02-19 11:07:34 +05:00
adeelehsan
cd36b3237f backend validations updated for registration form 2021-02-19 02:59:02 +05:00
Zainab Amir
dea1f7d335 make registration form static (#147)
- removed fetch registration call from register page
- removed unused state variables
- moved few hardcoded links to env variables

VAN-369
2021-02-18 15:36:05 +05:00
Uzair Rasheed
f210c030d8 Merge pull request #144 from edx/server-error-reset-password
handle api failures gracefully
2021-02-18 13:29:12 +05:00
uzairr
5092c58c50 handle api failures gracefully 2021-02-18 13:12:28 +05:00
adeel khan
89be9c9ba7 Merge pull request #126 from edx/adeel/van_42_serve_tpa_hint_login_usecase
Enterprise sso login via tpa hint param.
2021-02-18 04:05:27 +05:00
Adeel Khan
648c3f9de8 Enterprise sso login via tpa hint param.
VAN-42
2021-02-18 04:00:06 +05:00
adeel khan
c9c4999621 Merge pull request #142 from edx/adeel/van_362_fix_login_page_errors
Fix login page validations
2021-02-17 21:40:08 +05:00
Adeel Khan
effdf62c9e Fix login page validations
1) Removing focusout calls.
2) Adds email < 3 character length.

VAN-362
2021-02-16 23:47:08 +05:00
Adeel Ehsan
dc0d5f8d4a Merge pull request #138 from edx/aehsan/fixed_page_scroll_up_on_submit
Fixed scroll up on submit
2021-02-16 19:13:10 +05:00
adeelehsan
0c7e10abcb Fixed scroll up on submit 2021-02-16 18:04:55 +05:00
Zainab Amir
611bc3b4da Remove unused placeholder prop (#145) 2021-02-16 12:53:45 +05:00
Zainab Amir
3b8869f770 Add multiple enterprise redirect (#140)
If redirect url has auth complete url in it, it means that the redirect url
is for multiple enterprise selection page and user must be redirected to that
page first

VAN-311
2021-02-16 11:42:43 +05:00
edX Transifex Bot
629ad87a37 fix(i18n): update translations 2021-02-14 10:17:42 -05:00
adeel khan
37e73f0360 Merge pull request #137 from edx/adeel/van_325_fix_select_options
Fix optional select fields be consistent with other select box.
2021-02-11 02:46:27 +05:00
Adeel Khan
845b8c85fc Fix optional select fields be consistent with other select box.
Using AuthnValidationFormGroup for optional fields to enable
focusin/out behaviour for label

VAN-325
2021-02-11 02:34:30 +05:00
adeel khan
3ce9773270 Merge pull request #136 from edx/adeel/reduce_tos_margin_bottom_spacing
Reduce spacing between tos and optional field.
2021-02-11 02:06:16 +05:00
Adeel Khan
3987af3a96 Remove spacing between tos and optional field. 2021-02-10 22:49:58 +05:00
Zainab Amir
43b3cbd515 Fix Login Page Validations (#134)
- On form submission check for frontend validations first before submitting.
- On form submission error should be displayed above and below the field

VAN-345
2021-02-10 21:32:00 +05:00
Uzair Rasheed
4a3fa3fdee Merge pull request #135 from edx/update-header-package-version
update header package version
2021-02-10 13:06:30 +05:00
uzairr
e48f2c6275 update header package version 2021-02-10 12:35:15 +05:00
Adeel Ehsan
29564bbd27 Merge pull request #133 from edx/aehsan/bugbash_registraiton_errors_fixed
registration errors fixed reported during bugbash
2021-02-10 01:23:17 +05:00
adeelehsan
5e4a09723f registration errors fixed reported during bugbash 2021-02-10 00:40:07 +05:00
Waheed Ahmed
d707a250a1 Fix buttons needs to click twice issue. (#131)
The onBlur event's priority is higher than onClick and rerenders
the component before the click event fires.

VAN-352
2021-02-09 18:48:22 +05:00