Skip to content

Tags: FUNiX-Tech/edx-platform

Tags

open-release/olive.3

Toggle open-release/olive.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openedx#31978 from openedx/mtyaka/olive-django-update

Apply Django security fix to Olive master

release-2023-03-08-14.35

Toggle release-2023-03-08-14.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump edx-enterprise to 3.61.5 (openedx#31894)

release-2023-03-08-12.47

Toggle release-2023-03-08-12.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump edx-enterprise to 3.61.5 (openedx#31894)

release-2023-03-07-19.11

Toggle release-2023-03-07-19.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "FC-0001: Account pages -> micro-frontend (openedx#30336)" (op…

…enedx#31888)

This reverts commit 0f02c7b.

release-2023-03-07-15.51

Toggle release-2023-03-07-15.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add cta buttons to public video xblock page

* feat: video share page buttons
* feat: pass along utm params
* feat: disbale register button on public video page
* fix: convert to class-based view

release-2023-03-07-11.00

Toggle release-2023-03-07-11.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add send survey report button (openedx#31821)

* feat: add send report button

* fix: solve quality test issues

* feat: add admin action to send report

* style: fix pylint issues

* style: fix pylint issues

* fix: update openedx/features/survey_report/urls.py

Co-authored-by: Maria Grimaldi <[email protected]>

* refactor: rename selected variable and move actions variable

---------

Co-authored-by: Maria Grimaldi <[email protected]>

release-2023-03-07-08.53

Toggle release-2023-03-07-08.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FC-0001: Account pages -> micro-frontend (openedx#30336)

* feat: Account pages. Learner Profile page

* feat: Account pages. Account Settings page

* feat: Account pages. Removed unused styles

* feat: Account pages. Removed unused toggles

* feat: fixed tests and pylint errors

* feat: update redirect to account settings for student_dashboard

* feat: fix pylint errors

release-2023-03-07-07.06

Toggle release-2023-03-07-07.06's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Replaced boto usage with boto3. (openedx#31886)

* chore: Replaced boto usage with boto3.

release-2023-03-07-04.41

Toggle release-2023-03-07-04.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: disable forum digest subscription section by default (openedx#…

…31459)

Current State of the feature

Initially, this feature used the Notifier Django app but was deprecated
and removed from the configuration in favor of edx-notifications.
More info about this deprecation can be found in the GitHub issue (
openedx/wg-build-test-release#22).

The edx-notifications app was not supported though, so its repository
was archived and moved to openedx-unsupported/edx-notifications.
Check the deprecation ticket (openedx-unsupported/edx-notifications#253)
and corresponding discussion (https://discuss.openedx.org/t/deprecation-removal-edx-notifications-repository/6748)
for details.

What remains in the edx-platform

The forum initial page contains the how-to info with the notification
preferences toggle.

This section is responsible for toggling the "notification_pref" user
preference (aka NOTIFICATION_PREF_KEY). I didn't find any usage of this
preference across the platform, so I'm suggesting hiding it by default
by setting the ENABLE_FORUM_DAILY_DIGEST setting to `False`.

release-2023-03-06-16.52

Toggle release-2023-03-06-16.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: properly handle SAML Index and Key errors (openedx#31882)