ayesha waris
76a5a5dffa
fix: fixed event data ( #1383 )
2024-11-29 16:30:23 +05:00
ayesha waris
62508e3bc7
fix: fixed event aborting in firefox due to page redirect ( #1336 )
...
* fix: fixed event aborting in firefox due to page redirect
* fix: fixed test cases
* refactor: created a util for redirect
2024-10-23 20:00:17 +05:00
Awais Ansari
9239df3620
fix: cohesion script and SSO issue ( #1332 )
...
* fix: userId error on script load
* fix: SSO cohesion event
2024-10-18 19:26:04 +05:00
Awais Ansari
009125c3ef
fix: triggered login event on success ( #1331 )
...
* fix: triggered login event on success
* fix: fixed failing test cases
---------
Co-authored-by: ayeshoali <ayeshoali@gmail.com >
2024-10-18 18:28:40 +05:00
Mubbshar Anwar
6b983e18d3
fix: remove cookie ( #1286 )
...
-remove marketingEmailsOptIn cookie on successful registration
- fix tests
2024-07-12 17:05:50 +05:00
Zainab Amir
1b5aa106ab
feat: remove hydrate call ( #1043 )
2023-08-24 12:29:48 +05:00
Syed Ali Abbas Zaidi
efdefc300e
feat: upgrade react router to v6 ( #936 )
2023-08-15 17:23:34 +05:00
Syed Sajjad Hussain Shah
9e13141f6b
fix: render embedded experience through pathname ( #949 )
2023-06-19 13:44:30 +05:00
Blue
4b64ce2534
fix: make host param compulsory ( #948 )
...
Description
Make host param compulsory and host should grab from query params when calling postMessage api
VAN-1485
2023-06-16 14:44:34 +05:00
Syed Sajjad Hussain Shah
d41c06b1fd
feat: allow embedded experience to open register page for authenticated users ( #945 )
...
VAN-1482
2023-06-15 14:42:09 +05:00
Blue
2a2c5abc81
fix: redirect user to welcome page ( #939 ) ( #941 )
...
Description
Redirect the user to welcome page after registration, as Authn is embedded in iframe which is located in Hubspot so we call window.postMessage function from Authn which let the Hubspot knows about redirect URL and then reload the welcome page in parent window.
VAN-1474
2023-06-15 12:29:04 +05:00
Syed Sajjad Hussain Shah
9d487d7b61
fix: render tpa pipeline error from django messages on mfe ( #829 )
...
VAN-1339
Co-authored-by: Syed Sajjad Hussain Shah <syed.sajjad@H7FKF7K6XD.local >
2023-04-10 12:36:40 +05:00
Syed Sajjad Hussain Shah
6a84e2d5b6
feat: add support for skip_registration_form setting for SSO ( #789 )
...
VAN-1318
Co-authored-by: Syed Sajjad Hussain Shah <syed.sajjad@H7FKF7K6XD.local >
2023-04-03 10:11:50 +05:00
dependabot[bot]
06dd70078e
build(deps): bump http-cache-semantics and @edx/frontend-build ( #791 )
...
Removes [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ). It's no longer used after updating ancestor dependency [@edx/frontend-build](https://github.com/openedx/frontend-build ). These dependencies need to be updated together.
Removes `http-cache-semantics`
Updates `@edx/frontend-build` from 11.0.2 to 12.7.0
- [Release notes](https://github.com/openedx/frontend-build/releases )
- [Commits](https://github.com/openedx/frontend-build/compare/v11.0.2...v12.7.0 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
- dependency-name: "@edx/frontend-build"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-31 13:33:44 +05:00
Syed Sajjad Hussain Shah
81d69c8e72
feat: add optimizely exp for recommendations page ( #754 )
...
VAN-1294
Co-authored-by: Syed Sajjad Hussain Shah <syed.sajjad@H7FKF7K6XD.local >
2023-02-27 15:39:08 +05:00
Mubbshar Anwar
c31c03f5a9
feat: personalized recommendations ( #751 )
...
configured algolia for recommendations based on user location or education level
VAN-1287
Co-authored-by: Mubbshar Anwar <mubbsharanwar@users.noreply.github.com >
2023-02-22 10:59:00 +05:00
Attiya Ishaque
1f21a874b8
feat: [VAN-1291] add recommendation page ( #743 )
2023-02-17 17:02:25 +05:00
Syed Sajjad Hussain Shah
e8282d6d4a
fix: uncaught exception on progressive profiling ( #729 )
...
VAN-1224
2023-01-06 16:42:08 +05:00
Syed Sajjad Hussain Shah
72510047d8
Revert "fix: exception at progressive profiling page ( #727 )" ( #728 )
...
This reverts commit d06290642b .
2023-01-06 15:23:50 +05:00
Syed Sajjad Hussain Shah
d06290642b
fix: exception at progressive profiling page ( #727 )
...
VAN-1224
2023-01-06 14:39:37 +05:00
Syed Sajjad Hussain Shah
a7704edb9c
Revert "fix: uncaught exception on progressive profiling ( #722 )" ( #725 )
...
This reverts commit 78693f4fc6 .
2023-01-05 17:36:46 +05:00
Syed Sajjad Hussain Shah
78693f4fc6
fix: uncaught exception on progressive profiling ( #722 )
...
VAN-1224
2023-01-05 16:55:58 +05:00
Zainab Amir
186484defa
chore: remove unused message string ( #723 )
2023-01-04 13:11:26 +05:00
Attiya Ishaque
f8fe704c42
fix: rename welcome pages and flag to progressive profiling ( #720 )
2022-12-30 14:00:24 +05:00
Zainab Amir
ed0da96076
feat: add tests and fix bugs
2022-12-13 11:35:05 +05:00
Syed Sajjad Hussain Shah
9c555c06be
fix: Manage imports eslint [VAN-48]
2022-06-17 15:32:41 +05:00
Attiya Ishaque
5a3ee877d6
feat: [VAN-953] update progressive profiling according to MFE API ( #581 )
2022-06-15 18:44:25 +05:00
Waheed Ahmed
32300db8dd
refactor: remove legacy code and move redesign code to src
...
VAN-670
2021-07-28 16:42:37 +05:00
Waheed Ahmed
e59f11a96e
feat: added support for both legacy and new design ( #349 )
2021-07-27 16:57:14 +05:00
Waheed Ahmed
e1aa5054ab
fix: A/B test cookie ( #313 )
2021-06-04 16:02:37 +05:00
Waheed Ahmed
8aee3408cc
fix: welcome page redirection ( #309 )
...
* fix: welcome page redirection
Redirect ot finish auth URL if present upon clicking submit or skip
on welcome page.
* Update RedirectLogistration.jsx
nit
2021-06-03 13:00:54 +05:00
Zainab Amir
255d17fb31
Add optimizely progressive profiling 1 experiment ( #306 )
2021-06-02 16:41:33 +05:00
Mubbshar Anwar
a8eb5916eb
Add welcome page ( #302 )
...
Add welcome page for A/B testing
VAN-514
2021-06-01 17:46:52 +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
Waheed Ahmed
40386645fc
Update MFE to use the new “brand-openedx” theme. ( #42 )
...
VAN-145
2020-12-14 17:21:21 +05:00
Waheed Ahmed
91975350f0
Redirect to dashboard if user already logged in.
...
Did some refactoring for common components, also fixed soe test warnings.
VAN-131
2020-11-30 14:30:08 +05:00