Commit Graph

269 Commits

Author SHA1 Message Date
edX Transifex Bot
cc3500e0a4 fix(i18n): update translations 2021-03-14 11:18:28 -04:00
Waheed Ahmed
c2d9a9384d Keep the query params intact within the app. (#201)
Currently, if the user lands on one page with course_id and enroll action
params and navigates to another page with the MFE, the query params
are not passed to that other page and resulting in not enrolling into
the course.

Also add these query params into login and register payload.

VAN-415
2021-03-11 20:01:16 +05:00
Waheed Ahmed
daae34dab6 Bug fixes (#198)
Level of education other option key was incorrect and year of birth
field going out of the form.
2021-03-10 00:11:33 +05:00
Zainab Amir
9702fe675e Send social_auth_provider param upon registration (#197)
if current provider is present, then send the social_auth_provider
in the registration payload.

VAN-55
2021-03-09 18:09:55 +05:00
Waheed Ahmed
b365984f9b Change logError into logInfo for 4XX responses. (#196)
VAN-13
2021-03-09 15:59:58 +05:00
Adeel Ehsan
6ef0d88de3 Merge pull request #195 from edx/aehsan/van-353/added_width_for_form_control_class
Added width for inputs fields in form-control class.
2021-03-09 11:10:29 +05:00
adeelehsan
c412737430 Added width for inputs fields in form-control class.
Purpose of adding the fix width is to sync SSO buttons and
inputs fields widths for the screen 600 and above.

VAN-353
2021-03-09 01:56:38 +05:00
Waheed Ahmed
55a0e6255d Log info for 4XX responses. (#193)
Log error only for non 4XX responses.
2021-03-08 19:49:33 +05:00
Zainab Amir
a0a020fc2f update registration failure message (#179) 2021-03-08 16:02:06 +05:00
Zainab Amir
66e6687067 Enable Hotjar for Authn MFE (#180)
Suppressed PII from logistration pages to enable hotjar. Data entered
in forms is by default suppressed by hotjar.

VAN-290
2021-03-08 15:57:31 +05:00
Waheed Ahmed
7fdd9f5658 update paragon version (#192) 2021-03-08 15:42:42 +05:00
renovate[bot]
1ea3b94176 fix(deps): update dependency @edx/paragon to v13.16.0 (#189)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-08 15:18:53 +05:00
renovate[bot]
0f18836541 fix(deps): pin dependencies (#181)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-05 17:42:13 +05:00
edX Transifex Bot
efe2ce6d8f fix(i18n): update translations 2021-03-02 05:32:45 -05:00
Waheed Ahmed
0d96b246e3 Add es language option. (#177)
Prospectus set es code spanish instead of es-419.
2021-03-02 14:45:43 +05:00
Waheed Ahmed
ba2b749b3d Replace babel-polyfill with core-js and regenerator-runtime. (#176)
App not workinng in IE 11 with babel-polyfill.
2021-03-01 19:44:59 +05:00
Waheed Ahmed
9c57ab82af Fix tpa hint link. (#175) 2021-03-01 17:11:38 +05:00
Adeel Ehsan
874c48c2f3 Merge pull request #174 from edx/aehsan/van-335/react-helmet-package-added
react helmet package added to change each page title
2021-03-01 14:25:14 +05:00
adeelehsan
c1f4f017bd react helmet package added to change each page title
VAN-355
2021-03-01 14:09:32 +05:00
Adeel Ehsan
3a0c2a7a0a Merge pull request #172 from edx/aehsan/van-376/fixed_validations_issues
fixed reported issues
2021-03-01 12:56:45 +05:00
adeelehsan
f6cdf630d0 Fixed syncing of registration and field errors
VAN-376
2021-03-01 12:51:47 +05:00
edX Transifex Bot
df0e2ce616 fix(i18n): update translations 2021-02-28 10:17:57 -05:00
Zainab Amir
62b6fb90d6 Fix: All span inside anchor tag have sr-only class (#170) 2021-02-26 11:00:29 +05:00
Waheed Ahmed
af631fdda5 Revert "Performance Optimization. (#141)" (#169)
This reverts commit c528eb1768.
2021-02-25 22:09:53 +05:00
Waheed Ahmed
279b95a71d Revert "Fixed help link color. (#166)" (#168)
This reverts commit 3162afe858.
2021-02-25 22:03:19 +05:00
Waheed Ahmed
3162afe858 Fixed help link color. (#166) 2021-02-25 20:11:55 +05:00
Waheed Ahmed
c528eb1768 Performance Optimization. (#141)
Also refactored page event logic.

VAN-343
2021-02-25 19:46:04 +05:00
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