Commit Graph

159 Commits

Author SHA1 Message Date
adeel khan
48a3480f4e Merge pull request #108 from edx/adeel/show_fe_validations_below_fields_on_ratelimit
Show field validations below them on ratelimiting
2021-01-30 00:41:10 +05:00
Adeel Khan
e669ed9dbd This patch would enable following;
1) On ratelimiting fields would show locally
   handled error message below them. Incase
   of multiple errors, only the first one is
   displayed.
2) On change is added to country field to
   handle value toggled either via keyboard
   or mouse.
2021-01-29 23:23:23 +05:00
Uzair Rasheed
9b90fc4843 Merge pull request #86 from edx/van-281/handle-500-on-forgot-page
handle 500 on forgot password page
2021-01-29 23:21:04 +05:00
uzairr
191313a2df handle 500 on forgot password page 2021-01-29 22:03:58 +05:00
Uzair Rasheed
a652289b3f Merge pull request #79 from edx/van-281/handle-500-on-register-page
Handle 500 api response
2021-01-29 19:09:39 +05:00
uzairr
a1a3f1de37 Handle 500 api response
VAN-281
2021-01-29 19:02:38 +05:00
adeel khan
cb6ace01fd Merge pull request #107 from edx/adeel/van_297_register_page_bugs
Fix register page
2021-01-29 18:55:01 +05:00
Adeel Khan
ad186e5c05 Fix register page
1) Space in sign-in link
2) Stateful button now shows states.

VAN-297
2021-01-29 18:42:55 +05:00
Zainab Amir
ef306acc7b VAN-299: Fix reset password page bugs (#106) 2021-01-29 18:11:05 +05:00
adeel khan
b09ce9dd07 Merge pull request #100 from edx/adeel/van_324_ux_feedback_register_fix
Adds UX suggested changes.
2021-01-29 16:45:01 +05:00
Adeel Khan
f2accba715 Adds UX suggested changes.
VAN-324
2021-01-29 16:12:06 +05:00
Adeel Ehsan
f0f9957a0f Merge pull request #105 from edx/aehsan/van-323/institution_page_heading_updated
Merge pull request #104 from edx/aehsan/component-header-version-updated
2021-01-29 15:18:18 +05:00
adeelehsan
3563162f48 institution page heading and margin updated 2021-01-29 15:11:19 +05:00
Adeel Ehsan
81a78c4ba2 Merge pull request #104 from edx/aehsan/component-header-version-updated
component header version updated
2021-01-29 13:50:42 +05:00
adeelehsan
cc61dc4ff3 component header version updated 2021-01-29 11:51:44 +05:00
adeel khan
7212550c1f Merge pull request #101 from edx/adeel/moving_events_call_to_component_constructor
Fix multiple event firing on rerenders.
2021-01-29 03:49:53 +05:00
Adeel Khan
b257b6691a Fix multiple event firing on rerenders.
This would fix multiple GA event firing
on component rerendering. Moving it to
constructor would invoke it once on page
load.
2021-01-29 03:43:50 +05:00
edX Transifex Bot
389633a727 fix(i18n): update translations 2021-01-28 04:48:37 -05:00
Adeel Ehsan
c726b35a35 Merge pull request #102 from edx/aehsan/logistration-renamed-authn
logistration renamed to authn
2021-01-28 12:53:34 +05:00
adeelehsan
f876c54712 logistration renamed to authn 2021-01-28 12:36:32 +05:00
Adeel Ehsan
f079c68a42 Merge pull request #99 from edx/aehsan/van-323/institution-page-design-updated
addressed ux feedback
2021-01-28 00:27:30 +05:00
adeelehsan
4fd564e0f7 addressed ux feedback 2021-01-28 00:13:52 +05:00
Adeel Ehsan
7a4b1978c1 Merge pull request #98 from edx/aehsan/van-300/repo-link-renamed
repo renamed from logistration to authn
2021-01-27 23:53:49 +05:00
adeelehsan
510f892a82 repo renamed from logistration to authn 2021-01-27 23:40:48 +05:00
Zainab Amir
8ada11cfc1 Handle reset password validations rate limit (#96)
If rate limit for validations has been reached, allow user to submit
new password.

VAN-122
2021-01-27 13:15:48 +05:00
Waheed Ahmed
766d742e62 Incorporate UX review for login page. (#94)
VAN-321
2021-01-27 12:56:37 +05:00
adeel khan
0c55724ab6 Merge pull request #95 from edx/adeel/add_missing_event_forgotpass_page
Adds missing GA event for forgot-password.
2021-01-27 02:52:09 +05:00
Adeel Khan
6b89758985 Adds missing GA event for forgot-password.
Part of VAN-282.
2021-01-27 02:40:45 +05:00
adeel khan
241e74d14b Merge pull request #87 from edx/adeel/van_282_add_frontend_events
Adds frontend events for Google Analytics.
2021-01-27 01:52:34 +05:00
Adeel Khan
fc9ca1d258 Adds frontend events for Google Analytics.
VAN-282)
2021-01-27 01:41:51 +05:00
Zainab Amir
ab8fedd0c7 add missing changes after app rename (#93) 2021-01-26 16:56:49 +05:00
Adeel Ehsan
ca01e34f83 Merge pull request #83 from edx/aehsan/van-300/logistration-refactored-to-authn
logistration folder refactored to login and register
2021-01-26 06:29:31 +05:00
adeelehsan
ad2ee9e013 logistration folder refactored to login and register 2021-01-26 05:48:09 +05:00
adeel khan
5b58986b71 Merge pull request #90 from edx/adeel/fix_scrolling_issue
Fix scrolling issue.
2021-01-26 03:29:25 +05:00
Adeel Khan
29b93eb6e5 Fix scrolling issue.
Scrolling was not working for error message
changes on form submission. useEffect was not
calling callback on its dependency change ie error message
.This patch would fix this.
2021-01-26 03:24:26 +05:00
Zainab Amir
691c16a3ec Handle Rate Limit (#89)
- Added a new error code for login failures
- Fixed form width issue of reset password page
- Fixed alignment of reset password failure and success messages
- Added title text for registration page for cases when no sso exists

VAN-122
2021-01-25 19:42:17 +05:00
Zainab Amir
35adc8eaf3 VAN-322: UX-Review: Update Forgot Password Pages (#92) 2021-01-25 19:29:18 +05:00
Zainab Amir
fed057c330 VAN-304: update alert link class (#91) 2021-01-25 16:42:59 +05:00
Waheed Ahmed
5d44f8e150 Update Facebook SSO button. (#88)
Updated Facebook SSO button color according to their brand
guidelines also fixed logo size.

VAN-296
2021-01-22 18:32:31 +05:00
Zainab Amir
b894e3ce0c Add account activation messages (#82)
Show messages based on the query paran recieved during the redirect after
account activation link is clicked

VAN-304
2021-01-22 13:17:03 +05:00
Waheed Ahmed
f50f7c89c0 Change login and registration API endpoints. (#80)
* Change login and registration API endpoints.

Changed login/registration endpoints to match monolith FE. Also
fixed a warning and removed an extra call to login_refresh.

VAN-107

* Fix login/register redirection.

VAN-12
2021-01-19 12:11:52 +05:00
edX Transifex Bot
55161d5245 fix(i18n): update translations 2021-01-17 10:11:46 -05:00
Uzair Rasheed
432aecf1a8 Merge pull request #77 from edx/fix-signin-form-width-issue
fix signin-form-width-issue
2021-01-13 19:04:12 +05:00
uzairr
0154ee6272 fix signin-form-width-issue 2021-01-13 18:54:48 +05:00
Adeel Ehsan
af228d758f Merge pull request #73 from edx/aehsan/van-140/added_skeleton_for_buttons
Skeleton added for the third party auth buttons
2021-01-12 21:01:28 +05:00
adeelehsan
07d59a40d8 Skeleton added for the third party auth buttons
VAN-140
2021-01-12 20:42:02 +05:00
adeel khan
a1aeff836c Merge pull request #64 from edx/adeel/van_283_add_validations_on_rate_limit
Adds missing backend format validations error on submit.
2021-01-12 18:09:21 +05:00
Adeel Khan
e114fa8663 Adds missing backend format validations error on submit.
VAN-283
2021-01-12 17:13:57 +05:00
Uzair Rasheed
632311217b Merge pull request #76 from edx/van-260/padding-between-form-and-browser
Add consistent padding between form and browser frame
2021-01-12 16:13:44 +05:00
uzairr
8cc17dd05f Add consistent padding between form and browser frame 2021-01-12 16:03:44 +05:00