- Sep 09, 2021
-
-
Andy Shultz authored
MST-1015
-
Andy Shultz authored
-
Zia Fazal authored
feat: Added support for enterprise id in course_grade_passed_first_time event
-
AsadAzam authored
-
Awais Qureshi authored
feat: upgrade django-cors-headers to lateast version.
-
Binod Pant authored
ENT-4847 ENT-4847
-
Awais Ansari authored
-
Zainab Amir authored
-
RehanAziz authored
-
- Sep 08, 2021
-
-
Binod Pant authored
-
kenclary authored
pin edx-when to 2.1.0 for testing
-
Albert (AJ) St. Aubin authored
[MICROBA-1466]
-
Bianca Severino authored
[MST-1025] Use pending name change in IDV post_save signal
-
Ken Clary authored
-
Matt Hughes authored
JIRA:EDUCATOR-5112
-
Awais Qureshi authored
BREAKING CHANGES: - `CORS_ORIGIN_WHITELIST` now requires URI schemes. - Added new list `CORS_ORIGIN_WHITELIST_WITH_SCHEME` which contains all links of `CORS_ORIGIN_WHITELIST` with schemes and load the desired list after checking installed version. - For more details, visit this: https://github.com/adamchainz/django-cors-headers/blob/main/HISTORY.rst#320-2019-11-15
-
Bianca Severino authored
-
Tim McCormack authored
This is intended for use in the Studio OAuth transition (ARCHBOM-1887) but may be useful in the future as well.
-
David Ormsbee authored
Reverting because of errors seen in proctoring. The error from splunk: File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/edx_proctoring/views.py", line 590, in get data['onboarding_release_date'] = effective_start.isoformat() AttributeError: 'NoneType' object has no attribute 'isoformat' The effective date is coming from learning_sequences, which ultimately comes from edx-when.
-
Olivia Ruiz-Knott authored
refactor: Use post_delete for date override
-
Zainab Amir authored
-
Matthew Piatetsky authored
Feature: Add permissions filter to courses API [SE-4588]
-
Muhammad Ammar authored
chore: upgrade edx-enterprise to 3.28.2
-
Tinuade Adeleke authored
created CustomPagesCourseApp class feat: created custom pages course app plugin created CustomPagesCourseApp class added CUSTOM_PAGES_HELP_URL to lms and cms settings added entry point to setup.py feat: added toggle to ENABLE_CUSTOM_PAGES in lms and cms settings feat: removed the option to enable/disable the availability of custom pages course apps.
-
Kshitij Sobti authored
* feat!: Add data model for course app API The current course apps API makes individual queries to determine if a course app is enabled, which can be inefficient. With this change we now have a Django model that contains this information, allowing us to make bulk queries about all the course apps for a course in the API. It also adds a new signal handler that initialises the status of all course apps in a course on course publish. * Use celery tasks and a management commands to make cache async * Review feedback * update log messages use separate celery task for each course task
-
muhammad-ammar authored
-
Zainab Amir authored
- moved send_activation_email to user_authn app - registered task under both new and old name - exposed the old name for task invocation VAN-417
- Sep 07, 2021
-
-
J. Victor Martins authored
The new filter, called `permissions`, allows callers to filter courses per access granted to the specified username. Callers can now filter courses per roles, actions, etc.
-
Bianca Severino authored
chore: upgrade edx-name-affirmation to 0.9.1
-
Bianca Severino authored
-
julianajlk authored
REV-2133
-
Chris Deery authored
* fix: [AA-950] Add unit test to verify segment called correctly Add positive and negative test Moved flag update to same block as segment Moved WaffleFlag check to can_show_streak_discount_coupon for consistency
-
Chris Deery authored
* feat: [AA-940] Remove split_test from Masquerade dropdown Filter content groups that are not part of a cohort from the selection available to the select in the Masquerade bar. Refs AA-940 Co-authored-by:
cdeery <cdeery@edx.edu>
-
Jawayria authored
chore: Updated lms and cms settings
-
Kshitij Sobti authored
Profile images don't load in the devstack since the path for media files is broader than the path for profile images, reorderig them fixes this.
-
Jawayria authored
fix: Replaced ''' with ''' to prevent tests from failing on Django 3
-
kenclary authored
Use new version of edx-when.
-
Jawayria authored
chore: Removed django.utils.six as not supported in Django3
-
Jawayria authored
-