Commit Graph

607 Commits

Author SHA1 Message Date
edx-semantic-release
3f57f39187 chore(i18n): update translations 2022-04-10 11:21:30 -04:00
Usama Sadiq
0e8c8f5412 build: update transifex pull translations command (#554) 2022-04-04 17:45:25 +05:00
Zainab Amir
2099e62bb4 feat: add password change modal (#552)
* feat: add password change modal

Based on the error code sent from the platform, the modal will either
be to nudge users to change password or block users from logging in.

VAN-667
VAN-668
2022-04-04 16:42:07 +05:00
dependabot[bot]
7f7931fec5 build(deps): bump minimist from 1.2.5 to 1.2.6 (#555)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 15:27:21 +05:00
Usama Sadiq
1d039de652 Merge pull request #540 from openedx/jenkins/transifex-client-migration-69ede3f
fix: transifex migration to new client
2022-04-04 14:11:13 +05:00
Usama Sadiq
21d24d517f Merge branch 'master' into jenkins/transifex-client-migration-69ede3f 2022-04-04 14:07:35 +05:00
edx-semantic-release
3581007e59 chore(i18n): update translations 2022-04-03 11:20:44 -04:00
Usama Sadiq
df5e11d806 Merge branch 'master' into jenkins/transifex-client-migration-69ede3f 2022-03-30 21:10:55 +05:00
Ivo Branco
75f460bd17 chore(i18n): add more languages (#463)
Add languages it_IT, pt_PT, de_DE, uk, ru, hi
2022-03-29 17:04:00 +05:00
Shafqat Farhan
66261c4cea fix: Fixed the className condition to apply styling properly (#551) 2022-03-25 14:07:56 +05:00
Zainab Amir
ea6854374b fix: password reset page spinner position (#550) 2022-03-24 15:23:56 +05:00
Renovate Bot
e0385ce20d chore(deps): update dependency history to v5.3.0 2022-03-22 12:44:49 +00:00
Renovate Bot
3f53b3057b fix(deps): update dependency core-js to v3.21.1 2022-03-22 12:35:08 +00:00
Renovate Bot
517a390b2f fix(deps): update dependency @redux-devtools/extension to v3.2.2 2022-03-22 12:24:35 +00:00
renovate[bot]
6dc04be641 fix(deps): update dependency @edx/frontend-platform to v1.15.5 (#543)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 16:30:17 +05:00
renovate[bot]
d852f217cb fix(deps): update dependency @edx/paragon to v19.10.2 (#520)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Waheed Ahmad <waheed.ahmed@arbisoft.com>
2022-03-22 14:23:07 +05:00
Renovate Bot
178fb43a5a chore(deps): update dependency @edx/frontend-build to v9.1.2 2022-03-22 14:14:58 +05:00
Muhammad Soban Javed
76d3a13169 Merge pull request #524 from openedx/jawayria/node-16
build: Added support for Node 16
2022-03-22 14:03:50 +05:00
Muhammad Soban Javed
ce9c6e24a3 Merge branch 'master' into jawayria/node-16 2022-03-21 20:28:14 +05:00
edX Transifex Bot
6dd9d2a1dc chore(i18n): update translations 2022-03-20 11:20:15 -04:00
Jawayria
b493a09c63 feat: add support for node v16 2022-03-18 14:44:22 +05:00
edX requirements bot
5df7130310 fix: transifex migration to new client 2022-03-17 08:25:46 -04:00
Renovate Bot
69ede3f005 fix(deps): update dependency @fortawesome/react-fontawesome to v0.1.18 2022-03-17 01:11:13 +00:00
edX Transifex Bot
ea5ae8f2af chore(i18n): update translations 2022-03-15 10:46:44 -04:00
edX Transifex Bot
d352773a4e chore(i18n): update translations 2022-03-13 11:20:01 -04:00
Waheed Ahmed
3fa3954383 chore: update transifex scripts to api v3
As of April 7th, 2022 the API versions 2 and 2.5 will no longer
be operational and relevant requests will begin to fail.

VAN-894
2022-03-10 11:31:06 +05:00
Shafqat Farhan
182fb34a03 feat: VAN-876 - Rename register experiment with improved metrics (#537) 2022-03-09 16:18:51 +05:00
Zainab Amir
6e99e1e72c feat: add dynamic optional fields support (#534)
Added a new component that renders fields based on the
field descriptions returned from backend

VAN-835
2022-03-01 16:00:37 +05:00
Sarina Canelake
7e82785c7b Merge DEPR automation workflow
Add DEPR workflow automation
2022-02-24 15:22:59 -05:00
Sarina Canelake
74aa00f9cc build: add DEPR workflow automation 2022-02-23 14:40:40 -05:00
Renovate Bot
561be05bac chore(deps): update dependency follow-redirects to 1.14.8 [security] 2022-02-23 13:56:16 +05:00
Renovate Bot
b97e6292dd chore(deps): update dependency jest to v27.5.1 2022-02-09 14:32:48 +00:00
Renovate Bot
aa6f36a293 fix(deps): update dependency sanitize-html to v2.7.0 2022-02-09 14:15:03 +00:00
Zainab Amir
0b21ca3f51 feat: remove optional fields from register form (#528)
* feat: remove optional fields from register form

This is part of the larger ticket where we will move optional
fields to progressive profiling page.

VAN-837
2022-02-09 15:27:18 +05:00
edX Transifex Bot
a04872d7bf chore(i18n): update translations 2022-02-03 00:26:41 -05:00
Renovate Bot
526da727ec fix(deps): update dependency clipboard to v2.0.10 2022-02-02 18:53:12 +00:00
Renovate Bot
747dac26d7 fix(deps): update dependency core-js to v3.21.0 2022-02-01 20:14:11 +00:00
Renovate Bot
a956ccaa93 fix(deps): update dependency @fortawesome/react-fontawesome to v0.1.17 2022-01-31 03:10:51 +00:00
Renovate Bot
b37a059af7 chore(deps): update dependency es-check to v6.2.1 2022-01-31 02:43:59 +00:00
Renovate Bot
3117c9abd4 fix(deps): update dependency clipboard to v2.0.9 2022-01-28 05:18:18 +00:00
Zainab Amir
211c6afc60 feat: improve register response time (#507)
Removed validation call from the submission function

VAN-711
2022-01-26 15:48:43 +05:00
Renovate Bot
261e4cfe86 fix(deps): update dependency sanitize-html to v2.6.1 2022-01-25 15:33:49 +00:00
Waheed Ahmed
dd7ed6d9ee chore(deps): update dependency node-forge to 1.0.0 [security] 2022-01-25 16:26:13 +05:00
Waheed Ahmed
9f38be3318 chore: pin dependencies to fix security vulnerabilities 2022-01-25 16:17:08 +05:00
Renovate Bot
7415a0c0e6 fix(deps): update dependency core-js to v3.20.3 2022-01-24 16:38:03 +00:00
dependabot[bot]
ac9a390d98 build(deps): bump node-fetch from 2.6.6 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 17:22:16 +05:00
Renovate Bot
61c839bb09 chore(deps): update dependency node-forge to 1.0.0 [security] 2022-01-24 17:14:23 +05:00
Zainab Amir
cd3cda3c4f feat: update save_for_later event name (#511)
updated event names to reflect level of hierarchy in the
events.

VAN-830
2022-01-24 16:41:42 +05:00
Renovate Bot
242629fbdd chore(deps): update dependency follow-redirects to 1.14.7 [security] 2022-01-24 13:08:20 +05:00
edX Transifex Bot
214c383071 chore(i18n): update translations 2022-01-23 10:18:35 -05:00