Jenkins
abb4b0e37c
chore: geoip2: update maxmind geolite country database
2024-01-31 15:59:29 -05:00
Leangseu Kim
206ddd11ad
chore: revert change to Mathjax
2024-01-31 10:05:33 -05:00
Syed Sajjad Hussain Shah
cb2a34e51f
feat: logout other sessions on email change ( #33846 )
...
* feat: logout other sessions on email change
* fix: updated the approach for session invalidation
* fix: update and add tests
* fix: update tests with descriptive comments
* feat: add integration tests
* fix: store email in session update
* fix: add setting for tests
* fix: fix tests
* feat: Upgrade Python dependency edx-drf-extensions (#34135 )
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
Co-authored-by: syedsajjadkazmii <syedsajjadkazmii@users.noreply.github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: syedsajjadkazmii <syedsajjadkazmii@users.noreply.github.com >
2024-01-29 14:43:51 +05:00
Brian Beggs
c0e7fb7276
chore: Upgrade the jquery cookie library.
2024-01-24 16:54:58 -05:00
Jenkins
2bf6ffaaf1
chore: geoip2: update maxmind geolite country database
2024-01-24 15:59:35 -05:00
Justin Hynes
426ee163bc
revert: add brand_color variable for the email templates ( #33421 )"
...
This reverts commit 4ec70eb98b .
This commit introduced a new setting (`brand_color`) that does not appear to be set and is causing issues with account deletion and other parts of the courseware.
Reverting until we can understand the change better.
2024-01-24 18:47:02 +00:00
bydawen
4ec70eb98b
feat: add brand_color variable for the email templates ( #33421 )
...
* feat: add brand_color variable for the email templates
* test: fix tests assertations
---------
Co-authored-by: Eugene Dyudyunov <evgen.dyudyunov@raccoongang.com >
2024-01-23 13:21:06 +05:00
Jenkins
11cbf0d6f7
chore: geoip2: update maxmind geolite country database
2024-01-17 15:59:24 -05:00
Omar Al-Ithawi
a5251cc705
feat: atlas pull for XBlock translations
2024-01-12 12:49:46 +03:00
Jenkins
e3927bd34e
chore: geoip2: update maxmind geolite country database
2024-01-10 15:59:21 -05:00
Jenkins
13ff28eb62
chore: geoip2: update maxmind geolite country database
2024-01-03 15:59:20 -05:00
Jenkins
67803456f0
chore: geoip2: update maxmind geolite country database
2023-12-27 15:59:16 -05:00
Jenkins
9a97ea78d9
chore: geoip2: update maxmind geolite country database
2023-12-20 15:59:16 -05:00
Zainab Amir
c233327ea0
feat: remove unused recommendations code ( #33960 )
2023-12-20 16:56:39 +05:00
Jenkins
4453f27213
chore: geoip2: update maxmind geolite country database
2023-12-13 16:04:13 -05:00
Jenkins
d2fd7b2e1f
chore: geoip2: update maxmind geolite country database
2023-12-06 15:59:10 -05:00
Jenkins
e95b40e266
chore: geoip2: update maxmind geolite country database
2023-11-29 15:59:05 -05:00
Awais Qureshi
9d959c7d33
build: upgrading babel. ( #33778 )
...
* build: upgrading babel.
2023-11-27 16:37:35 +05:00
Mohammad Ahtasham ul Hassan
a57dd7325b
feat: add course key param to track selection url ( #33716 )
2023-11-24 15:23:36 +05:00
Jenkins
4529d6f105
chore: geoip2: update maxmind geolite country database
2023-11-22 15:59:03 -05:00
Jenkins
c5cbb96a48
chore: geoip2: update maxmind geolite country database
2023-11-20 13:10:50 -05:00
Jenkins
dcd6786112
chore: geoip2: update maxmind geolite country database
2023-11-15 15:59:13 -05:00
Kshitij Sobti
f494586b84
feat: Add toggle to allow redirecting to courseware after enrollment.
...
This change adds a new waffle switch to redirect a student to coursware after
enrolment instead of the dashboard.
2023-11-09 15:38:11 +01:00
Feanil Patel
d32def97ab
Merge pull request #33576 from thezaeemaanwar/badges_deletion_migrations
...
feat: Migrations for badges deletion
2023-11-09 09:06:54 -05:00
Jenkins
115833c323
chore: geoip2: update maxmind geolite country database
2023-11-08 16:00:17 -05:00
Piotr Surowiec
2cf4d73a98
Merge pull request #33601 from DanielVZ96/dvz/clean-warnings
...
chore: clean and fix console warnings
2023-11-06 16:50:37 +01:00
Rebecca Graber
ddabba458b
feat: remove manual sends of events ( #33642 )
2023-11-03 10:36:50 -04:00
Feanil Patel
f16414efca
Merge pull request #33641 from openedx/revert-33630-revert-33350-salman/remove-bok-choy
...
Revert "Revert "chore: remove bok-choy settings""
2023-11-02 08:52:02 -04:00
Jenkins
4860ef8a7f
chore: geoip2: update maxmind geolite country database
2023-11-01 17:00:04 -04:00
Feanil Patel
66e987997c
Revert "Revert "chore: remove bok-choy settings""
2023-11-01 13:41:37 -04:00
Daniel Valenzuela
398c84e1bc
chore: ignore 'etree' is deprecated
...
Related issue: https://github.com/openedx/edx-platform/issues/32888
2023-11-01 00:18:40 -03:00
Daniel Valenzuela
9752da2b03
chore: ignore warning from pkg_resources.declare_namespace
...
Related issue: https://github.com/openedx/edx-platform/issues/33592
2023-11-01 00:18:40 -03:00
Daniel Valenzuela
ef0a9c00af
chore: ignore import ABCs from 'collections' warning
...
related issue: https://github.com/openedx/edx-platform/issues/33584
note: this warning is from a third party library (libsass)
2023-11-01 00:18:40 -03:00
Daniel Valenzuela
d2f427a672
chore: ignore HTTPResponse.getheaders() deprecation warning
...
related issue: https://github.com/openedx/edx-platform/issues/33584
note: this warning is rased from a third party library (elasticsearch)
2023-11-01 00:18:40 -03:00
Daniel Valenzuela
66c5be8c02
chore: ignore default_app_config warning
...
related issue: https://github.com/openedx/edx-platform/issues/33572
2023-11-01 00:18:40 -03:00
Robert Raposa
083ccbf09b
Revert "chore: remove bok-choy settings"
2023-10-31 15:27:44 -04:00
Feanil Patel
3003abb092
Merge pull request #33350 from salman2013/salman/remove-bok-choy
...
chore: remove bok-choy settings
2023-10-31 11:19:56 -04:00
Jenkins
99b6f6b6e9
chore: geoip2: update maxmind geolite country database
2023-10-30 10:26:42 -04:00
Andy Shultz
ad90c05b98
fix: remove unused and untested function
2023-10-26 11:00:37 -04:00
Andy Shultz
2fde582a4d
docs: remove TODO which asks a question where the answer is no
...
TODO posits cache key is not in use, it is used in this file via signal.
2023-10-26 11:00:27 -04:00
Andy Shultz
fadc9618d4
docs: fix old course_id arg description to modern(2015) usage
...
the code asserts that this is a key rather than a string
2023-10-26 10:59:30 -04:00
salman2013
942e713ff0
chore: resolve conflicts
2023-10-26 14:20:26 +05:00
Jenkins
e024d2b62d
chore: geoip2: update maxmind geolite country database
2023-10-25 16:59:21 -04:00
thezaeemaanwar
216f8df0d2
feat: Migrations for badges deletion
2023-10-26 01:03:26 +05:00
salman2013
8d7e451c98
Merge remote-tracking branch 'upstream/master' into salman/remove-bok-choy
2023-10-24 09:06:15 +05:00
Andrew Shultz
7770e51fdd
Merge pull request #33550 from openedx/ashultz0/rename_second_update_enrollment
...
fix: rename update cache functions to what they are
2023-10-23 09:17:55 -04:00
salman2013
9452cef97d
chore: resolve conflicts
2023-10-23 12:05:25 +05:00
Feanil Patel
2e75ced467
Merge pull request #33186 from thezaeemaanwar/remove_badges_app
...
[DEPR]: lms/djangoapps/badges
2023-10-20 10:29:43 -04:00
Andy Shultz
c3a24c126e
fix: rename update cache functions to what they are
2023-10-20 10:19:42 -04:00
Muhammad Abdullah Waheed
caf8e456e2
Revert "feat: Account and profile MFE legacy removal - redeployment ( #31893 )" ( #33542 )
...
This reverts commit 08f5e7e563 .
2023-10-19 12:26:29 +05:00