Muhammad Adeel Tajamul
0d69c01abc
feat: added channel field in ace sentl event ( #35423 )
2024-09-06 10:20:53 +05:00
Muhammad Adeel Tajamul
ec76baf15f
feat: added additional content in endorsed notification ( #35425 )
2024-09-06 08:18:09 +05:00
Feanil Patel
ba1ae24964
Merge pull request #35438 from openedx/feanil/enmerkar_update
...
chore: Bump the version of enmerkar-underscore
2024-09-05 14:48:28 -04:00
Feanil Patel
de6d6046cb
chore: Bump the version of enmerkar-underscore
...
We need to correctly pull in the vendored markey files.
2024-09-05 14:24:59 -04:00
Troy Sankey
dbc1b23d4d
Merge pull request #35218 from openedx/pwnage101/ENT-9213
...
feat: install and enable new LC enrollment revoked event
2024-09-05 06:35:16 -07:00
Muhammad Adeel Tajamul
f8bf592483
fix: added course_id in email sent event ( #35422 )
2024-09-05 15:01:43 +05:00
Troy Sankey
af20832d70
feat: install and enable new LC enrollment revoked event
...
ENT-9213
2024-09-04 19:03:36 -07:00
Troy Sankey
2c705c961a
Merge pull request #35432 from openedx/pwnage101/upgrade-openedx-events-51d538c
...
feat: Upgrade Python dependency openedx-events
2024-09-04 18:03:09 -07:00
pwnage101
4d9066d215
feat: Upgrade Python dependency openedx-events
...
ENT-9213
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-05 00:21:47 +00:00
Juliana Kang
51d538cbe7
fix: Remove B2C Subscriptions ( #35303 )
...
REV-3697
2024-09-04 14:01:45 -04:00
Katrina Nguyen
ef4e03729e
Merge pull request #35429 from openedx/katrinan029/upgrade-edx-enterprise-060473a
...
feat: Upgrade Python dependency edx-enterprise
2024-09-04 10:56:24 -07:00
katrinan029
96a6176a82
feat: Upgrade Python dependency edx-enterprise
...
chore: version bump
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-04 17:29:45 +00:00
Muhammad Sameer Amin
060473ad39
Merge pull request #35427 from openedx/sameeramin/upgrade-edx-enterprise-ba883fa
...
feat: Upgrade Python dependency edx-enterprise
2024-09-04 18:55:08 +05:00
sameeramin
1ad9fd2967
feat: Upgrade Python dependency edx-enterprise
...
added migrations to remove client_id and client_secret from canvas
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-04 13:22:19 +00:00
Muhammad Farhan Khan
ba883fa0e8
Merge pull request #35409 from openedx/farhan/convert-annotatable-sass-to-css
...
Convert annotatable block sass variables to css variables
2024-09-04 14:14:55 +05:00
Muhammad Adeel Tajamul
dd3a7aad8d
fix: update bulk email created event data ( #35412 )
2024-09-04 12:56:56 +05:00
Braden MacDonald
4a12de7851
refactor: remove unused JS requirement in CMS ( #34545 )
2024-09-03 10:40:32 -07:00
Muhammad Sameer Amin
fd92be652f
Merge pull request #35418 from openedx/sameeramin/upgrade-edx-enterprise-a4168a7
...
feat: Upgrade Python dependency edx-enterprise
2024-09-03 16:28:13 +05:00
sameeramin
ff2afe19df
feat: Upgrade Python dependency edx-enterprise
...
reverts changes from #566
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-03 11:00:48 +00:00
Muhammad Sameer Amin
a4168a7924
Merge pull request #35413 from openedx/sameeramin/ENT-8971
...
feat: skip `migrations_are_in_sync` test
2024-09-02 18:13:39 +05:00
Muhammad Sameer Amin
14d2c4e967
feat: skip migrations_are_in_sync test
2024-09-02 17:40:53 +05:00
Muhammad Farhan Khan
e668790e11
chore: Convert annotatable block sass variables to css variables
2024-09-02 17:36:20 +05:00
MueezKhan246
4736e9ccea
Merge pull request #35405 from openedx/MueezKhan246/upgrade-edx-enterprise-ecd31b3
...
feat: Upgrade Python dependency edx-enterprise
2024-09-02 16:02:47 +05:00
MueezKhan246
c96949eeaa
feat: Upgrade Python dependency edx-enterprise
...
altered decrypted_secret to be encrypted and made credentials nullable
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-02 10:30:39 +00:00
Navin Karkera
ec34753043
fix: update library v2 search index synchronously ( #35367 )
...
Discarded components need to be removed from index in sync to make sure
that users see the latest updated data.
2024-08-30 12:16:02 -07:00
Braden MacDonald
bfee53b9b1
feat: Update CORS allowed headers for compat. w/ axios-cache-interceptor ( #35402 )
...
See https://axios-cache-interceptor.js.org/config/request-specifics#cache-cachetakeover
cache.cacheTakeover (default true): you need to make sure Cache-Control,
Pragma and Expires headers are included into your server’s
Access-Control-Allow-Headers CORS configuration.
2024-08-30 11:53:35 -07:00
Zachary Hancock
92cc3bf808
style: constrain exam iframe to avoid scroll problems ( #35396 )
2024-08-30 10:59:18 -04:00
Robert Raposa
311da82ff9
feat: DEPR USE-JWT-COOKIE header - Part 1 ( #35401 )
...
This repo is no longer using USE-JWT-COOKIE header,
since it has the required edx-drf-extensions>10.2.0,
where it was fully removed.
This removes all uses of the header, except updating
CORS_ALLOW_HEADERS, which can't be done before all
MFEs and other callers stop sending the header.
See "[DEPR]: USE-JWT-COOKIE header" for more details:
- https://github.com/openedx/edx-drf-extensions/issues/371
2024-08-30 10:40:21 -04:00
Juliana Kang
638bc5dd85
chore: Update LMS openapi spec yml file ( #35400 )
2024-08-30 09:20:01 -04:00
renovate[bot]
ecd31b32a6
fix(deps): update dependency webpack to v5.94.0 [security]
2024-08-30 11:49:48 +00:00
Awais Qureshi
ede9102e33
feat: upgrading get_anon_ids api to drf compatible (12) ( #35345 )
...
* feat: upgrading simple api to drf compatible.
2024-08-30 16:19:48 +05:00
Muhammad Sameer Amin
bcab8df21d
Merge pull request #35398 from openedx/sameeramin/upgrade-edx-enterprise-5323c55
...
feat: Upgrade Python dependency edx-enterprise
2024-08-30 11:23:33 +05:00
Muhammad Sameer Amin
4c3a0b54d9
Merge branch 'master' into sameeramin/upgrade-edx-enterprise-5323c55
2024-08-30 10:51:13 +05:00
Robert Raposa
01c718dfb2
Revert "feat: DEPR USE-JWT-COOKIE header ( #35393 )" ( #35397 )
...
This reverts commit 1c2b804ef7 .
2024-08-29 11:23:05 -04:00
sameeramin
989a51316d
feat: Upgrade Python dependency edx-enterprise
...
populate encrypted client id and secret
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-08-29 15:19:15 +00:00
Muhammad Anas
5323c55abc
fix: renamed DatabaseNotReadyError ( #35390 )
2024-08-29 18:47:54 +05:00
Awais Qureshi
1a431b6a26
feat: get_students_who_may_enroll update api to DRF ( 8th ) ( #35174 )
...
* feat: upgrading simple api to drf compatible.
2024-08-29 18:37:17 +05:00
Muhammad Farhan Khan
7530927412
Merge pull request #35386 from openedx/farhan/convert-wordcloud-sass-to-css
...
chore: Convert word cloud block sass variables to css variables
2024-08-29 18:19:40 +05:00
Muhammad Adeel Tajamul
b323e65eeb
feat: added content block in email notification template ( #35391 )
2024-08-29 18:08:20 +05:00
Muhammad Adeel Tajamul
481a50717a
feat: updated content in course_update notification ( #35373 )
2024-08-29 18:07:57 +05:00
Robert Raposa
1c2b804ef7
feat: DEPR USE-JWT-COOKIE header ( #35393 )
...
This repo is no longer using USE-JWT-COOKIE header,
since it has the required edx-drf-extensions>10.2.0,
where it was fully removed.
This is final clean-up for this repo.
See "[DEPR]: USE-JWT-COOKIE header" for more details:
- https://github.com/openedx/edx-drf-extensions/issues/371
2024-08-29 08:27:47 -04:00
Blue
ea596d6a25
fix: convert totalRegistrationTime to snake case ( #35333 )
...
* fix: convert totalRegistrationTime to snake case
Description:
Convert totalRegistrationTime to snake case
VAN-1816
* fix: link issue
---------
Co-authored-by: Ahtesham Quraish <ahtesham.quraish@192.168 .1.4>
Co-authored-by: Syed Sajjad Hussain Shah <ssajjad@2u.com >
2024-08-28 14:58:14 +05:00
Muhammad Farhan Khan
60e4449f22
chore: Convert word cloud block sass variables to css variables
2024-08-28 12:41:43 +05:00
Navin Karkera
c65478e487
feat: index library collections in studio meilisearch index ( #35324 )
2024-08-27 10:45:46 -07:00
Rômulo Penido
9124e7bca4
feat: allow update xblock fields without passing data ( #35320 )
2024-08-27 12:31:13 -05:00
Chris Chávez
2e77e65d1c
feat: Problem types added as filterable attribute [FC-0059] ( #35242 )
2024-08-27 11:43:29 -05:00
Kristin Aoki
f0d8d5262c
fix: add aria-current attributes to video captions ( #35371 )
...
This PR fixes the accessibility issues associated with only visually treating the current transcript line. The current implementation for the transcript panel bolds the text that is actively being spoken or skipped to. However, there is no aria attribute present to convey this change to assistive technology. This change impacts learners and course authors.
2024-08-27 09:06:28 -04:00
Awais Qureshi
275d4d989f
feat: show_student_extensions upgrading api to drf compatible ( 9th ) ( #35148 )
...
* feat: upgrading simple api to drf compatible.
2024-08-27 14:23:59 +05:00
MueezKhan246
b1ecd8f013
Merge pull request #35379 from openedx/MueezKhan246/upgrade-edx-enterprise-0f177e4
...
feat: Upgrade Python dependency edx-enterprise
2024-08-27 12:53:58 +05:00
MueezKhan246
a9d6d4b20d
feat: Upgrade Python dependency edx-enterprise
...
added encrypted columns for user credentials for SAP config
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-08-26 19:16:36 +00:00