Commit Graph

303 Commits

Author SHA1 Message Date
Awais Ansari
fc16dfcb85 Revert "fix: remove PII sharing flag from live configuration (#296)" (#297)
This reverts commit 648ffe5884.
2022-04-26 22:44:00 +05:00
Awais Ansari
648ffe5884 fix: remove PII sharing flag from live configuration (#296) 2022-04-26 17:27:52 +05:00
edx-semantic-release
98fe9ce465 chore(i18n): update translations 2022-04-24 17:27:23 -04:00
Raymond Zhou
b0ba9dc194 feat: lib v1.13 (#294) 2022-04-19 13:21:04 -04:00
Raymond Zhou
ab6686d462 feat: frontend-lib-content-components v1.11 (#292)
* feat: frontend-lib-content-components v1.12
2022-04-19 12:09:10 -04:00
Awais Ansari
43cfb23706 fix: update the PII sharing message for live configuration (#291)
* fix: update the PII sharing message for live configuration
2022-04-19 19:45:20 +05:00
edx-semantic-release
ccf32cc367 chore(i18n): update translations 2022-04-17 17:32:14 -04:00
Mehak Nasir
a0489e03ab feat: removed the support of allow anonymous to all from discussion configs (#284)
* feat: removed the support of allow anonymous to all from discussion configs

* fix: test cases fix after rebase
2022-04-14 13:18:09 +05:00
Awais Ansari
e0680636c5 feat: add reported email notifications setting in legacy discussions (#281)
* feat: add reported email notifications setting in legacy discussions

* feat: display reported content email notification based on a flag
2022-04-13 15:35:16 +05:00
edx-semantic-release
93b2eee3ad chore(i18n): update translations 2022-04-10 17:32:10 -04:00
connorhaugh
2a27042347 fix: upgrade flcc for real release (#287)
* fix: upgrade flcc for real release

* feat: update packages
2022-04-08 13:44:08 -04:00
edX requirements bot
3c08735c5b feat: Added support for node v16 (#252) 2022-04-07 14:31:47 +05:00
Muhammad Adeel Tajamul
816d7f7f97 test: live settings test cases (#274)
* test: live settings test cases
2022-04-06 01:58:03 +05:00
connorhaugh
397f6c5d2e feat: update FLCC + add enzyme (#282)
This releases FLCC to stage.
2022-04-05 14:52:50 -04:00
dependabot[bot]
bb70e59e8c build(deps): bump path-parse from 1.0.6 to 1.0.7 (#214)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  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 14:11:31 -04:00
Adam Stankiewicz
d10c461148 build: use shared browserslist config (#211) 2022-04-04 14:10:16 -04:00
Usama Sadiq
6ab2c820db build: update transifex pull translations command (#277) 2022-04-04 16:02:53 +05:00
edX requirements bot
b8af7e7a77 fix: transifex migration to new client (#266) 2022-04-04 14:06:50 +05:00
edx-semantic-release
1906a8ad05 chore(i18n): update translations 2022-04-03 17:31:40 -04:00
Mehak Nasir
7a7312d352 test: fix test for lti config fields 2022-03-31 17:29:10 +05:00
Mehak Nasir
845e352376 fix: lti config fields hidden for all if pii sharing is disabled 2022-03-31 17:29:10 +05:00
Muhammad Adeel Tajamul
3836b4328e feat: course live integration (#271)
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com>
2022-03-28 18:11:50 +05:00
edX Transifex Bot
2e486088f0 chore(i18n): update translations 2022-03-27 17:31:27 -04:00
Abdurrahman Asad
05b7c0aecd fix: split message on discussion provider LTI configuration page (#269)
* fix: split message on discussion provider LTI configuration page

* fix: fix typo
2022-03-22 09:48:46 +05:00
Ansab Gillani
9b1e3c4c2a feat: add edx/reactifex support (#267) 2022-03-22 09:30:18 +05:00
Abdurrahman Asad
f3f05d77f2 fix: modify message on discussion provider LTI configuration page (#265)
* fix: modify message on discussion provider LTI configuration page

* fix: update message
2022-03-21 11:05:51 +05:00
edX Transifex Bot
ca4f559fff chore(i18n): update translations 2022-03-20 17:31:14 -04:00
Awais Ansari
9c6f8546cf feat: live app configuration's mockups (#261)
* feat: implement new mockups for live card
2022-03-16 11:48:58 +05:00
Awais Ansari
abc7e018fc chore: upgrade paragon version (#263)
* chore: upgrade paragon version
2022-03-16 11:42:19 +05:00
edX Transifex Bot
6a06f22ca5 chore(i18n): update translations 2022-03-06 16:30:49 -05:00
Kshitij Sobti
d6421da561 fix: remove new and legacy from discussion app names (#260)
Both providers should have the same name.
2022-03-01 06:54:33 +00:00
edX Transifex Bot
f266919cd4 chore(i18n): update translations 2022-02-27 16:30:36 -05:00
Sarina Canelake
7878faf1af build: add DEPR workflow automation 2022-02-24 16:05:13 -05:00
Awais Ansari
4b2b599eaf fix: display same message for everyone during discussions provider configuration (#257) 2022-02-23 11:25:56 +05:00
Kshitij Sobti
6389847310 feat: Add support for the new Open edX discussion provider (#217)
This adds support for configuring the new Open edX discussion provider. It expands on the features of the legacy configuration by adding additional ways to configure discussions.
2022-02-22 12:22:42 +00:00
=Awais Jibran
95fdd378c2 refactor: code for iconbutton usage 2022-02-18 19:35:08 +05:00
connorhaugh
42cb63601e feat: remove loading on editor pages (#250)
Because we are moving the v2 editor pages to be "fake" modals, which have no z-index, we need to discard the course authoring "loading" wheel for the header and footer. We also need to bump the version of f-l-c-c to bring in the new editor changes.
2022-02-15 15:06:09 -05:00
SaadYousaf
4047a1c05f fix: revert gate to hide/show team TYPE configuration 2022-02-10 17:35:12 +05:00
edX Transifex Bot
a11578e78a chore(i18n): update translations 2022-02-06 16:29:59 -05:00
Awais Ansari
649ae9b925 feat: hide PII sharing fields for LTI config (#244)
* feat: hide PII sharing for all users

* test: fix LTI form fail test cases
2022-02-02 11:51:16 +05:00
edX Transifex Bot
068ce84851 chore(i18n): update translations 2022-01-31 11:54:57 -05:00
connorhaugh
de873bb9ad fix: update f-l-c-c version for editor save (#245)
* fix: update f-l-c-c version for editor save

An error in the content components caused the new html editor not to save. This will make it so it won't encode the destination uri twice.

* fix: add pack-lock
2022-01-27 12:58:19 -05:00
connorhaugh
325d98016e feat: Use new TextEditor (#237)
DO NOT MERGE UNITL https://github.com/edx/frontend-lib-content-components/pull/9/files is merged. This PR utalizes the new text editors. Also upgrade node version.
2022-01-27 09:48:05 -05:00
Awais Ansari
47ff47abf2 feat: add UTC timezone in blackout date range (#242) 2022-01-26 15:35:37 +05:00
edX Transifex Bot
cc132b4db5 chore(i18n): update translations 2022-01-23 16:29:35 -05:00
Awais Ansari
1774005c7e fix: line height of header course title 2022-01-19 16:28:26 +05:00
Mehak Nasir
21b7025390 fix: header course name ui improvement 2022-01-18 19:08:47 +05:00
Awais Ansari
7e9261e30f fix: divide discussions by cohort toggle should not divide course-wid… (#233)
* fix: divide discussions by cohort toggle should not divide course-wide discussions

* test: update failed test cases
2022-01-18 17:16:00 +05:00
edX Transifex Bot
a44f11a731 chore(i18n): update translations 2022-01-16 16:29:23 -05:00
Mehak Nasir
a928a6fa79 test: fixed mobile header tests according to new UI 2022-01-14 17:23:22 +05:00