- Jul 22, 2021
-
-
Dillon Dumesnil authored
fix: AA-912: Hide URL after due date if subsection is marked as hide …
-
Piotr Surowiec authored
When a sequence title was unavailable for a user (e.g. before starting a timed exam), the `None` value was displayed in course breadcrumbs. This hides it in such cases and ensures that a trailing breadcrumb separator is not displayed.
-
Farhaan Bukhsh authored
Signed-off-by:
Farhaan Bukhsh <farhaan@opencraft.com>
-
- Jul 21, 2021
-
-
Dillon Dumesnil authored
A bug was reported of a learner accessing content that should have been hidden due to the hide after due setting in Studio by the course team by clicking on the Progress tab. This takes into account that value and will now hide the URL on the Progress tab in that scenario.
-
Binod Pant authored
refactor: Extract core functionality of enrollment api in a python api to avoid REST calls from edx-enterprise (#28202) * feat: Refactor out non REST portions of enrollment api from enrollment POST method For use with edx-enterprise to avoid making REST calls for bulk enrollment and other use cases ENT-4746 * feat: Remove unused test Testing is covered by test_views * refactor: isort isort fixes * docs: ADR for why this change ADR ENT-4746 * test: Fix test failure by restoring course_id to correct object * test: Test fix * refactor: pylint fixes * refactor: raise from to avoid pylint error * refactor: Start to work toward a util in enterprise_support instead of refactoring this endpoint * feat: Add util function in enterprise_support to eventually handle enrollment, only used by bulk enrollment for now * feat: One more revised idea, this time low risk in edx platform and also helps address enterprise specific flow. testing pending * feat: syntax and unused constant * feat: Restore view and add new util function to use in edx-enterprise instead * feat: breakpoint * unused import * feat: don't fail on existing enrollment * docs: ADR update * docs: docstring minor update * test: unit test add_user_to_course_cohort * refactor: imports * feat: remove unused error classes * refactor: lint * test: Test cases * test: Two more tests for negative cases * feat: missing init.py file * test: Fix tests to use correct user mock * unused import * refactor: Review feedback, test fixes, needs rebase now * feat: rebase changes * feat: keep audit_log with similar logic as in the view * refactor: Review feedback, test constant usage
-
connorhaugh authored
Instead of having json errors in transcript acquisition and conversion cause errors, have transcription conversion and acquisition simply return an error message in the transcription which can prompt a change from the user. Although not uploading a transcript is handled, transcripts can often cause errors in edit, export, and other activities due to json errors. These errors block the entire use of these features, so to allow for reupload, etc, we add an error message instead of transcript and log the event. In response to [TNL-8539](https://openedx.atlassian.net/secure/RapidBoard.jspa?rapidView=580&projectKey=TNL&modal=detail&selectedIssue=TNL-8539) Testing: Unit tests coverage is included in the PR. Upload, import, and export of courses with transcriptions is also easily hand-testable. Just create a video in studio, add an irrelevant transcript. Then try to import, export, and edit the problem. Expected behavior is success.
-
Andrew Shultz authored
chore: update edx-proctoring library to 3.20.2
-
Andy Shultz authored
-
David Ormsbee authored
This is to help diagnose performance issues around the SequenceMetadata API, as part of TNL-8330.
-
Albert (AJ) St. Aubin authored
that did not generate certs
-
Bianca Severino authored
feat: pass verified name flag into user api
-
Jansen Kantor authored
(AU-48) Team ORAs rely on the Teams Config Service to render both the student_view and studio_view in studio. We added the service in e0d57fe1, but that appears to only provide it in studio_view. This adds it for student_view.
-
Jansen Kantor authored
-
Andrew Shultz authored
chore: edx-proctoring update to 3.20.1
-
- Jul 20, 2021
-
-
Bianca Severino authored
-
Andy Shultz authored
proctoring version update disconnects the IP columns, next version will drop them MST-872
-
Adam Stankiewicz authored
-
Bianca Severino authored
chore: install edx-name-affirmation
-
Andy Shultz authored
-
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`
-