- Jan 25, 2021
-
-
Michael Roytman authored
Merge pull request #26147 from edx/mroytman/MST-545-pass-proctoring-improvements-toggle-edx-proctoring pass value of EXAM_RESUME_PROCTORING_IMPROVEMENTS feature toggle to ed…
-
Carla Duarte authored
AA-568: dates widget styling
-
Carla Duarte authored
-
Bianca Severino authored
[MST-543] Allow InstructorService to retrieve proctoring escalation email
-
Bianca Severino authored
-
Michael Roytman authored
pass value of EXAM_RESUME_PROCTORING_IMPROVEMENTS feature toggle to edx-proctoring Javascript via the student-proctored-exam-container div
-
Alex Dusenbery authored
Update edx-enterprise to 3.17.11 and edx-rbac to 1.4.1; Adds an optional applies_to_all_contexts field to the SystemWideRoleAssignment model.
-
Robert Raposa authored
Enable annotation linting with edx-lint
-
Syed Muhammad Dawoud Sheraz Ali authored
Fix TypeError during transcript upload to S3
-
Régis Behmo authored
On a platform that is configured to upload video transcripts to S3 (`DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"`), uploads from the studio fail with a TypeError: "Unicode-objects must be encoded before hashing" A full stacktrace of the issue can be found here: https://sentry.overhang.io/share/issue/2249b6f67d794c7e986cc288758f4ebe/ This error is triggered by md5 hashing in the botocore library, which itself is used by the S3Boto3Storage storage class. This error does not occur with filesystem-based uploads because it does not perform checksum verification. The reason why this error would not occur on edx.org is unknown. Similar issues were already fixed from edxval. To address this issue, we encode the transcript file content prior to sending it to s3.
-
Régis Behmo authored
We upgrade edx-lint to use the latest feature toggle and annotation custom linter. Note that we do not yet make use of code annotation linting, typically run with `code_annotations --lint ...`. Note that we also fix new linting errors detected by the new checkers.
-
Ahtisham Shahid authored
* Improved traces for new relic in cms dashboard
-
- Jan 23, 2021
-
-
Usama Sadiq authored
Merge pull request #26142 from edx/testeng/bokchoy_auto_cache_update_cf1e6aeb39c0a811897f5ef92c7f5a34b83afa52 Bokchoy Testing DB Cache update
-
- Jan 22, 2021
-
-
edX cache uploader bot authored
-
David Ormsbee authored
[MNG-1904] Fix: update new runtime's runtime.anonymous_student_id to store in DB
-
Waheed Ahmed authored
Updated Facebook SSO button color acccording to their brand guidelines. VAN-296
-
Waheed Ahmed authored
If an enterprise customer is associated with the request, keep the user on the monolith FE and do not redirect them to MFE. VAN-125
-
Saad Yousaf authored
* Logo text for edge * Refactored code Co-authored-by:
Asad <asadazam93@gmail.com>
-
Usama Sadiq authored
Python Requirements Update
-
jawad khan authored
LEARNER-8097 Added self paced in course serializer
-
edX requirements bot authored
-
- Jan 21, 2021
-
-
Braden MacDonald authored
This addresses a longstanding TODO item to make runtime.anonymous_student_id for content libraries v2 work the same way as it does for XBlocks in regular courses, persisting the "context ID" (equivalent to course ID) to the database. This way, if SECRET KEY is changed, existing anonymous IDs will continue to work unchanged. This is a potentially breaking change, but should mostly affect capa problems using external code graders or Matlab code input, and I'm not aware of any such usage of the new runtime / libraries v2.
-
Michael Roytman authored
update version of edx-proctoring library to 2.5.13
-
Michael Roytman authored
-
Matthew Piatetsky authored
[AA-497] Only set due dates on subsections that contain graded assignments with a score and a nonzero weight
-
Kyle McCormick authored
Deprecated edx-platform import paths (for example, `student` instead of `common.djangoapps.student`) currently raise warnings when used. We want to fully remove support for those paths. As an easily reversible way to initially remove support, we add a new setting to LMS and Studio called `ERROR_ON_DEPRECATED_EDX_PLATFORM_IMPORTS`, defaulting to False. We set it to True for devstack and will set it to True in Stage and Production soon. If critical errors occur, we can easily flip the setting back to False.
-
Kyle McCormick authored
The correct path is `common.djangoapps.course_modes...`
-
M. Zulqarnain authored
* Upgrade social-auth-core * Fixing a test. Co-authored-by:
Usama Sadiq <usama.sadiq@arbisoft.com> Co-authored-by:
Awais Qureshi <awais.qureshi@arbisoft.com>
-
edX requirements bot authored
-
Zainab Amir authored
-
- Jan 20, 2021
-
-
Matthew Piatetsky authored
Previously we were only checking the graded attribute which doesn't account for ungraded assignments https://openedx.atlassian.net/browse/AA-497
-
Bianca Severino authored
Update edx-proctoring to 2.5.12
-
stvn authored
* Commits: Bump version of lti-consumer-xblock to include fixed migrations
-
Bianca Severino authored
-
Kshitij Sobti authored
Bump version of lti-consumer-xblock to include fixed migrations from https://github.com/edx/xblock-lti-consumer/pull/136
-
Nathan Sprenkle authored
-
Sarina Canelake authored
[BD-03] [TNL-7805] [BB-3371] LTI Discussion Tab
-
Hammad Ahmad Waqas authored
edx-enterprise version bump.
-
edX cache uploader bot authored
-
Kshitij Sobti authored
-