- Nov 10, 2020
-
-
Awais Qureshi authored
This reverts commit c1fe3c3a.
-
Bianca Severino authored
Set expiration_date field in IDVerificationAttempt model
-
edX cache uploader bot authored
-
taliaedX authored
update edx-enterprise to latest release
-
Bianca Severino authored
-
Kyle McCormick authored
-
Jansen Kantor authored
-
Kyle McCormick authored
* Generate common/djangoapps import shims for LMS * Generate common/djangoapps import shims for Studio * Stop appending project root to sys.path * Stop appending common/djangoapps to sys.path * Import from common.djangoapps.course_action_state instead of course_action_state * Import from common.djangoapps.course_modes instead of course_modes * Import from common.djangoapps.database_fixups instead of database_fixups * Import from common.djangoapps.edxmako instead of edxmako * Import from common.djangoapps.entitlements instead of entitlements * Import from common.djangoapps.pipline_mako instead of pipeline_mako * Import from common.djangoapps.static_replace instead of static_replace * Import from common.djangoapps.student instead of student * Import from common.djangoapps.terrain instead of terrain * Import from common.djangoapps.third_party_auth instead of third_party_auth * Import from common.djangoapps.track in...
-
Ned Batchelder authored
Squash experiments DeprecatedEdxPlatformImportWarning
-
Usama Sadiq authored
Python Requirements Update
-
edX requirements bot authored
-
- Nov 09, 2020
-
-
Robert Raposa authored
[BD-21] Upgrade edx-completion and fix corresponding unit tests
-
Muhammad Soban Javed authored
This reverts commit 39a22734.
-
Talia Rhodes authored
-
JJ authored
Skip auto-enrolling users if they are already enrolled in their auto-enroll enabled courses to prevent downgrading users from paid course modes to audit/free course modes when they activate their account.
-
Régis Behmo authored
Some tests were still relying on deprecated WaffleSwitchNamespace.override method, which was working before because we were importing WaffleSwitchNamespace from waffle_utils.__init__. This no longer works after we import WaffleSwitchNamespace from edx-toggles.
-
Kyle McCormick authored
Codejail logs all calls to `safe_exec` that include a `slug`. Provide a `slug` in the Python-safe-exec debug view so that usages of it are logged (for debugging purposes).
-
Kyle McCormick authored
TNL-7649
-
David Ormsbee authored
SysAdmin: Removed external authentication map repair button from User Tab
-
David Ormsbee authored
remove users listing and staff listing download csv from the sysadmin
-
Awais Qureshi authored
* Revert "Revert "Update routing config" * Removed settings from lms/celery.py and cms/celery.py * Moved settings import from top-level to function's scopes Co-authored-by:
Soban Javed <iamsobanjaved@gmail.com>
-
Waheed Ahmed authored
Pasting a longer password than allowed limit silently truncated to the max value, resulting in creating an account with a password user is unaware of because no validation error occurs. VAN-86
-
adeel khan authored
Adds error message for logistration MFE.
-
- Nov 08, 2020
-
-
Adeel Khan authored
This adds new user facing locked out messaging for logistration MFE. VAN-105
-
- Nov 07, 2020
-
-
Jayram Nai authored
-
- Nov 06, 2020
-
-
Manjinder Singh authored
* Fixing code-annotations
-
Ned Batchelder authored
asadiqbal08/Added a deprecation message for SysAdmin
-
jawad khan authored
Get last visited block id as user staus with version v1 VAN-85
-
Michael Terry authored
AA-408: Treat group_access as inheritable in gating transformer
-
Robert Raposa authored
[BD-21] Improve waffle_utils tests to not rely on internal API
-
Adeel Ehsan authored
Added next and cours_id params in register endpoint
-
Kyle McCormick authored
We are curious whether async jail_code calls on Celery workers have different resource limit configurations than synchronous calls on LMS/Studio. We suspect it may be different because codejail is configured via a Django Middleware, which may not be initialized for Celery workers. TNL-7649
-
adeelehsan authored
VAN-6
-
Régis Behmo authored
This is required for a smooth upgrade of edx-toggles.
-
Zaman Afzal authored
* ENT-3509 Upgrade edx-enterprise to version 3.10.4
-
Simon Chen authored
-
- Nov 05, 2020
-
-
Muhammad Soban Javed authored
Revert "Update routing config"
-
Muhammad Soban Javed authored
-
Michael Terry authored
ContentTypeGateTransformer was not considering parent values of 'group_access' when providing its own default value for it. Also fix a few minor bugs around the place.
-
Robert Raposa authored
[BD-21] Improve monitoring of waffle deprecation with custom attributes
-