- Jul 20, 2021
-
-
Adam Stankiewicz authored
-
Bianca Severino authored
chore: install edx-name-affirmation
-
Bianca Severino authored
-
Michael Terry authored
Support Learning MFE hosted on subpath.
-
Zach Hancock authored
-
Zach Hancock authored
-
Justin Hynes authored
fix: Unify required parameter checks
-
edX requirements bot authored
-
edX cache uploader bot authored
-
- Jul 19, 2021
-
-
taliaedX authored
chore: edx-enterprise version bump to 3.27.2
-
Talia Rhodes authored
-
Christie Rice authored
MICROBA-1373
-
Justin Hynes authored
fix: Retrieve grade and enrollment mode only once
-
Bianca Severino authored
Revert "[MST-801] Pass verified name flag into account settings"
-
Bianca Severino authored
This reverts commit 85dc8c8d.
-
Maari authored
* Fix retrieving BadgeAssertion data from Badgr With edx#27181, the integration with Badgr was updated and fixed to be working with the Badgr v2 API. However, retrieving the Badge Assertion data from Badgr still needs to be updated for the new json response structure so we can save it at our end as well. * Add BadgeAssertion table to LMS admin
-
David Ormsbee authored
CoursewareMeta alredy initializes self.course, so there's no need to separately call get_course_by_id for various attributes. This was resulting in separate modulestore fetches that would pull down the structure document and re-do all the expensive top-level course queries in modulestore.
-
Bianca Severino authored
-
Waheed Ahmed authored
Increment lockout counter upon `NonCompliantPasswordException` to prevent further login attempts after 6 attempts and also to prevent further reset password emails. Reports from some users receiving 100s of password emails, upon investigation seems like their password is not compliant with edX and has been compromised. VAN-192
-
Justin Hynes authored
feat!: Remove `AUDIT_CERT_CUTOFF_DATE` configuration setting
-
Zia Fazal authored
[ERTE-5] feat: Added enterprise uuid in event context for enterprise enrolment events
-
- Jul 16, 2021
-
-
Justin Hynes authored
[MICROBA-1351][DEPR-159] * Remove `AUDIT_CERT_CUTOFF_DATE`
-
Thomas Tracy authored
* [feat] add user_has_passing_grade to outline API * default to false * add tests * linting
-
Christie Rice authored
fix: Retrieve grade and enrollment mode only once and pass their values to the generation task, so those values can be saved in the cert. Also protect against missing course grades. MICROBA-1373
-
connorhaugh authored
Partner Support commonly raises the issue of instructors' custom Python problems not generating any response report on the instructor dashboard. Such errors are due to the operating restrictions placed on codejail. Sometimes not all answers can be processed by the server, which kills off some to accommodate. Instead of spiking the whole report, this change logs not only the error in our system, but also allows the mostly complete response to reach the instructor. This PR will decrease friction not only for Partner support and instructors, but T&L, who have periodically implemented workarounds to the problem. The PR merely implements exception handling for generating reports which logged exceptions and added them to the report, continuing the work done in TNL-8218 which did the same for grading.
-
Kira authored
-
João Cabrita authored
This implements the `legacy_link` method to the TextbooksCourseApp and makes the `legacy_link` URL absolute in the API response. Related tickets: * [TNL-8438](https://openedx.atlassian.net/browse/TNL-8438) * [BB-4416 (OpenCraft Internal)](https://tasks.opencraft.com/browse/BB-4416)
-
sofiayoon authored
fix: webpack loader config to display error
-
Dillon Dumesnil authored
fix: AA-856: update shift dates logic to ignore missed_deadlines
-
mohtamba authored
Add Waffle Flag for Bulk Allowances
-
jawad khan authored
Updating lti-consumer-xblock version to 3.0.1. This version only adds mutlti device support in student view of the xblock. LEARNBER-8413
-
- Jul 15, 2021
-
-
mohtamba authored
-
Sofia Yoon authored
-
Dillon Dumesnil authored
We ignore the missed_deadlines because this endpoint is used in the Learning MFE for learners who have remaining attempts on a problem and reset their due dates in order to submit additional attempts. This can apply for 'completed' (submitted) content that would not be marked as past_due
-
mohtamba authored
Add bulk allowance flag to allow for new feature to be enabled.
-
Kyle McCormick authored
This adds support for course staff masquerading as any other user when viewing their own course, via user={username} querystring parameter. Rules: * Anonymous users are repesented by a blank "user" value. * If there is no "user" parameter at all, render for the user making the request. * Global staff can view any course as any user. * Course staff and instructors can view their own course as any user (including other staff, the anonymous user, or users not enrolled in their course). This commit supports TNL-8330 (switching the frontend-app-learning MFE to use the Learning Sequences API instead if Course Blocks).
-
Zachary Hancock authored
-
Christie Rice authored
MICROBA-1373
-
Bianca Severino authored
[MST-806] Add CourseWaffleFlag for verified name
-
Albert (AJ) St. Aubin authored
[MICROBA-678] When a certificate is in an unexpected state (i.e. notpassing with a passing grade) this alert will allow the user to attempt to resolve the issue on their own. It will run the code that checks the certificates status. It requires that the course is configured to allow users to Request Certificates though.
-