- Feb 26, 2021
-
-
Awais Qureshi authored
Upgrading mock package.
-
stvn authored
* Commits: fix: Upsize LTI Discussions iframe, 400px -> 800px
-
stvn authored
Otherwise, there's too much scrolling. Fixes: https://openedx.atlassian.net/browse/TNL-7996
-
stvn authored
* Commits: refactor: Convert discussions to pluggable app
-
stvn authored
This minimizes our footprint outside of the djangoapp, now and moving forward. Not only can we drop the `lms/envs/common.py` change, but we can also avoid touching `lms/urls.py` when we add the API. Everything can stay contained within `openedx/core/djangoapps/discussions`.
-
- Feb 25, 2021
-
-
JayRam Nai authored
-
stvn authored
* Commits: fix: Upgrade lti-consumer-xblock to v2.7.1
-
Ned Batchelder authored
The openedx.org/cla link is a redirection to Docusign. If the form has to change in the future, we can update the redirect at openedx.org. There are other changes to make to CONTRIBUTING.rst, but those will have to wait.
-
edx-abolger authored
Bumping edx-enterprise requirements to 3.17.44
-
Ned Batchelder authored
The openedx.org/cla link is a redirection to Docusign. If the form has to change in the future, we can update the redirect at openedx.org. There are other changes to make to CONTRIBUTING.rst, but those will have to wait.
-
Kyle McCormick authored
Course-team-authored JS expects $$course_id to be defined in the global scope. This has worked fine in Legacy courseware, but due to some differences in page loading (which I don't understand) between Legacy and Chromeless (ie New/MFE) XBlock rendering templates, $$course_id wasn't being assigned before course-team-authored JS was run, causing the scripts to break on the undefined variable. The fix here is to assign $$course_id in the <head>, guaranteeing that the variable is assigned before any other JS is run. TNL-7993
-
Christie Rice authored
-
stvn authored
for the lti_config migration fix.
-
Adrienne Bolger authored
-
Awais Qureshi authored
-
Justin Hynes authored
Log error when failing to award program certificate
-
Awais Qureshi authored
Upgrading http-pretty.
-
Christie Rice authored
-
Justin Hynes authored
-
Zaman Afzal authored
-
Awais Qureshi authored
-
Awais Qureshi authored
-
Awais Jibran authored
refactor: use q objects when fetching user using an identifier
-
M. Zulqarnain authored
*pyupgrade on static_templates, staticbook and support apps This reverts commit 1ec2e797 . * Apply suggestions from code review Co-authored-by:
Usama Sadiq <usama.sadiq@arbisoft.com>
-
edX requirements bot authored
-
edX cache uploader bot authored
-
stvn authored
* Commits: fix: Upgrade lti-consumer-xblock for migration fix
-
stvn authored
-
- Feb 24, 2021
-
-
Zachary Hancock authored
-
Matt Hughes authored
JIRA:EDUCATOR-5590
-
alangsto authored
-
alangsto authored
* update edx-proctoring version * update to newest version
-
Gábor Boros authored
-
Justin Hynes authored
MB-908 | Prevent ability for learner to appear on both certificate invalidation and certificate exceptions lists
-
Justin Hynes authored
[MICROBA-908] - When adding a learner to the allowlist we now check if they have an invalidated certificate on the blocklist - Refactor some pieces of the Certificate Invalidation flow - Make it so an error message is displayed when trying to add someone to CertificateInvalidation list if they already appear on the Allowlist - Add support to pass back and display an error message to Instructor Dashboard UI if a learner already appears on the certificate invalidation list when attempting to create certificate exceptions in bulk - Add python tests for backend changes - Disable xss linting warnings in certificate_bulk_whitelist.js (checked with security group first)
-
Christie Rice authored
-
Kyle McCormick authored
In preparation for switching LMS/Studio over from serving legacy courseware URLs in certain places (for example, resume_course_url) to serving learning micro-frontend URLs. TNL-7796
-
Aarif authored
-
Asad authored
-
Awais Jibran authored
-