- Jan 21, 2021
-
-
Zainab Amir authored
-
- Jan 20, 2021
-
-
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
-
Kshitij Sobti authored
This PR lays the groundwork for a an LTI tab that can embed any LTI1.1-based tool as an course tab. It also adds another tab based on this LTI Tab that offers special support for embedding LTI-based discussion tools in a course tab. If enabled this will replace the existing discussion tab.
-
HammadAhmadWaqas authored
-
Usama Sadiq authored
Python Requirements Update
-
Ali Akbar authored
update thresholds after IM security fixes 5
-
edX requirements bot authored
-
- Jan 19, 2021
-
-
Matt Hughes authored
This will help us flip mysterious cases where proctored exams are marked inactive. JIRA:MST-609
-
Kyle McCormick authored
Pulls in: * Translation corrections (1.10.1) * Fix deprecated import, which is soon to be unsupported (1.10.2)
-
Ali-D-Akbar authored
-
Diana Huang authored
Add edx_sga to our code_owners mappings.
-
David Ormsbee authored
[SE-3530] Adds Boto3 support for Import/Export functionality
-
David Ormsbee authored
[MCKIN-26432] [BB-3158] Add Unit to breadcrumbs navigation
-
Diana Huang authored
-
Kyle McCormick authored
Pulls in: * Degreed API endpoints (3.17.8) * Fix deprecated third_party_auth import (3.17.9)
-
Saad Yousaf authored
Revert "[TNL-7361] - Restrict Instructor Tab from masquerading user with student role."
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Saad Yousaf authored
-
Usama Sadiq authored
remove markdown constraint
-
Ali Akbar authored
Incident Management Security Fixes 7
-
Usama Sadiq authored
Python Requirements Update
-
edX requirements bot authored
-
- Jan 18, 2021
-
-
Syed Muhammad Dawoud Sheraz Ali authored
* add last_login user and staff only field in user_api
-
edX requirements bot authored
-
usamasadiq authored
Use django-wiki version 1.0.0 Pin python3-saml<1.10.0
-
Awais Qureshi authored
Adding a common_constraints.txt
-
Awais Qureshi authored
-
Awais Qureshi authored
-
- Jan 15, 2021
-
-
Robert Raposa authored
fix cookie monitoring middleware
-
Régis Behmo authored
On missing sass directory, the following kind of warning was printed: Sass dir '[{'sass_source_dir': path('lms/static/sass'), 'css_destination_dir': Path('/openedx/themes/indigo/lms/static/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms/static/sas│.. s/partials'), path('lms/static/sass/partials'), path('lms/static/sass')]}, {'sass_source_dir': Path('/openedx/themes/indigo/lms/static/sass'), 'css_destination_dir': Path('/openedx/themes│. /indigo/lms/static/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms/static/sass/partials'), path('lms/static/sass/partials'), path('lms/static/sass')]}, {'sass_source_dir': Path('│ /openedx/themes/indigo/lms/static/certificates/sass'), 'css_destination_dir': Path('/openedx/themes/indigo/lms/static/certificates/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms│ /static/sass/partials'), Path('/openedx/themes/indigo/lms/static/sass')]}]' does not exists, skipping sass compilation for '/openedx/themes/indigo' Which was rather inconvenient. Instead, we now print the following warning: Sass dir '/openedx/themes/indigo/lms/static/certificates/sass' does not exists, skipping sass compilation for '/openedx/themes/indigo'
-
Robert Raposa authored
The cases of no cookies or no cookie groups found would cause an error. This was fixed and additional test coverage was added.
-
Ned Batchelder authored
Fix Markdown errors on discussions tab
-