- Apr 05, 2020
-
-
Awais Qureshi authored
Adding missing aap.
-
- Apr 03, 2020
-
-
Adam Blackwell authored
Revert PROD-1395
-
Adam Blackwell authored
This reverts commit 3f122027.
-
Saad Yousaf authored
[PROD-1287] - Add investigation logs.
-
Waheed Ahmed authored
We were passing unstripped password value to `authenticate_new_user()` after creating a user which was resulting in password mismatch and was raising this error. PROD-656
-
SaadYousaf authored
-
Dillon Dumesnil authored
Revert "Update the LMS courses API for staff permissions"
-
Simon Chen authored
-
Dillon Dumesnil authored
-
Manjinder Singh authored
* Requiring at least one args in a mutually exclusive group to be set bulk_change_enrollment requires one of agrs: org or course to be set for it to function correctly. * Creating new function to verify initial password hash Starting with django 2.1, the function is_password_usable no longer checks whether encode is a valid password created by a django hasher(hasher in PASSWORD_HASHERS setting) Adding this function to create constant behavior as we upgrade django versions
-
Uzair Rasheed authored
Refactor bulk unenroll mgmt cmd
-
edX Transifex Bot authored
-
Michael Terry authored
Upgrade edx-when to 1.2.0
-
Michael Terry authored
This adds django admin access to its models. AA-93
-
uzairr authored
Bulk unenroll command is not supporting unenrolling all the learners from multiple courses.This PR will enhance this mgmt cmd so that it can support un-enrollment of learners from multiple courses. PROD-1347
-
Nimisha Asthagiri authored
Django2: student admin views permission fix
-
Ahtisham Shahid authored
updated xblock-poll version
-
Hammad Ahmad Waqas authored
ENT-2740 | Flaky tests due to UNIQUE constraint failed on enterprise_enterprisecourseenrollment.id
-
Ahtisham Shahid authored
-
adeelehsan authored
Merge pull request #23591 from edx/aehsan/prod-1395/certificate_verification_enabled_for_software_secure Certification verification enabled
-
HammadAhmadWaqas authored
-
adeelehsan authored
Previously software secure was using self sign certificates. Now they are not using it that's why we are enabling ssl certificate verfication. PROD-1395
-
- Apr 02, 2020
-
-
Nimisha Asthagiri authored
-
Tim McCormack authored
Before Django 2.1, the dict was being stringified as `{'name': 'file.txt'}` (note the single quotes) and producing a JSON parse error in https://github.com/edx/edx-platform/blob/9cf2f9f/cms/djangoapps/contentstore/views/assets.py#L541 which was then converted to a 400 error. However, in Django 2.1, django.test.client starts JSON-encoding request bodies when an appropriate content-type is set: https://github.com/django/django/compare/2.0.8..2.1#diff-97160f50594424a40f2621d5a3c581ccR320 This results in the JSON parse succeeding, and the expected error never occurs; instead, there is a KeyError when the `locked` attribute is missing from the dict. For now, removing the test, since it is blocking Django 2 upgrade work, and we need to get off of (unsupported) Django 1.11 ASAP. We should probably repair and restore this test, but it is likely that we'll want to change the code it is testing first, since that code is insufficiently defensive and handles both multipart form data and JSON without properly checking which kind it is dealing with, as well as assuming too much about what keys are present in the JSON. I've filed ARCHBOM-1090 for this followup work.
-
Matthew Piatetsky authored
[REV-1123] Modify the program dashboard to make it pass the bundle parameter which is necessary to see the program discounted price
-
Matthew Piatetsky authored
Modify the program dashboard to make it pass the bundle parameter which is necessary to see the program discounted price REV-1123
-
edX cache uploader bot authored
-
Jeremy Bowman authored
Replace some usage of deprecated assertions with non-deprecated equivalents.
-
Manjinder Singh authored
* Adding samesite cookie option in django 2.1 and above Django 2.1 release note: Added the SESSION_COOKIE_SAMESITE setting to set the SameSite cookie flag on session cookies.
-
Manjinder Singh authored
This is part of the django 2 upgrade
-
Nick authored
AA-85 mobile reset dates
-
Dillon Dumesnil authored
Update the LMS courses API for staff permissions
-
Diana Huang authored
Add a migration that was generated for Django 2.
-
Nimisha Asthagiri authored
Django2 LoginTest: fix expired cookie date format change
-
edX requirements bot authored
-
edX cache uploader bot authored
-
Saad Yousaf authored
[PROD-1287] - Add logs to optimized ProblemGradeReport code.
-
SaadYousaf authored
-
Nicholas D'Alfonso authored
- render reset dates banner in webview for mobile app. - improve banner redirect mechanism
-