- Mar 12, 2021
-
-
Michael Terry authored
The new version switches how you specify recipients, to use lms_user_id instead of usernames. AA-489
-
- Mar 11, 2021
-
-
Alex Dusenbery authored
-
edX requirements bot authored
-
- Mar 10, 2021
-
-
Awais Jibran authored
-
Zachary Hancock authored
-
- Mar 09, 2021
-
-
nadeemshahzad authored
-
Ahtisham Shahid authored
Updated drag and drop version
-
edX requirements bot authored
-
- Mar 08, 2021
-
-
Alex Dusenbery authored
feat: Upgrade edx-enterprise to 3.17.48 | Adds a mgmt command to update all SystemWideEnterpriseUserRoleAssignment records in a way that makes them more explicitly defined. ENT-4099.
-
Bianca Severino authored
-
alangsto authored
-
edX requirements bot authored
-
- Mar 06, 2021
-
-
Michael Roytman authored
feat: This upgrades the version of edx-proctoring library to 3.7.6. This includes a fix to a bug that prevented course staff members from marking proctored exam attempts as ready_to_resume. The bug was that the course ID was being incorrectly determined by the StudentProctoredExamAttempt PUT handler. (#26880)
-
- Mar 05, 2021
-
-
Nathan Sprenkle authored
-
edX requirements bot authored
-
- Mar 04, 2021
-
-
Adrienne Bolger authored
-
- Mar 03, 2021
-
-
Simon Chen authored
MST-669 bump up the version of edx-proctoring for new 'other_course_approved' proctoring status on Student Onboarding Status panel (#26839)
-
Aarif authored
-
Michael Roytman authored
* The original use of user.has_perm('can_take_proctored_exam') in the get_active_enrollments_for_course method had very poor performance when used for multiple learners. The permission is not designed for use in bulk operations. It was being called for each user in a loop by edx-proctoring, resulting in many queries to the database. This lead to timeouts on the client. This change exposes a new service endpoint that performs this permission checking in the database, resulting in one single query to the necessary LMS SQL tables and many fewer queries to the modulestore. * bump version of edx-proctoring to 3.7.3
-
- Mar 02, 2021
-
-
alangsto authored
Add hover for accordion update edx-proctoring version
-
Bianca Severino authored
-
edX requirements bot authored
-
- Mar 01, 2021
-
-
edX requirements bot authored
-
- Feb 26, 2021
-
-
Awais Qureshi authored
-
edX requirements bot authored
-
- Feb 25, 2021
-
-
stvn authored
for the lti_config migration fix.
-
Adrienne Bolger authored
-
Awais Qureshi authored
-
Zaman Afzal authored
-
Awais Qureshi authored
-
Awais Qureshi authored
-
edX requirements bot authored
-
stvn authored
-
- Feb 24, 2021
-
-
Matt Hughes authored
JIRA:EDUCATOR-5590
-
alangsto authored
-
alangsto authored
* update edx-proctoring version * update to newest version
-
edX requirements bot authored
-
- Feb 23, 2021
-
-
Binod Pant authored
-
Michael Roytman authored
feat: bump version of edx-proctoring library to 3.6.2: change "proctoring_started" to "onboarding_started" in Student Onboarding Status panel, make time_remaining_seconds model field read only, and fix message bug on the Django admin panel for ProctoredExamStudentAttempt model This release changes learner onboarding status from "proctoring_started" to "onboarding_started" to more clearly describe the learner's onboarding status in the Instructor Dashboard Student Onboarding Status panel. This impacts course authors, developers, and operators. This release adds the time_remaining_seconds field of ProctoredExamStudentAttempt model to readonly_fields in Django admin page so it is not required when editing the model. This impacts developers. This release updates reference to Exception.message to use string representation of the exception, as message is no longer an attribute of the Exception class. This impacts developers.
-
Usama Sadiq authored
* Remove edx-proctoring constraint * Ran make upgrade
-