- Oct 31, 2019
-
-
adeel khan authored
Fix escaping of html tags.
-
Waheed Ahmed authored
Run make upgrade.
-
Waheed Ahmed authored
Upgraded xblock-google-drive to latest commit hash.
-
- Oct 30, 2019
-
-
edX Transifex Bot authored
-
Adeel Khan authored
Using six.text_type() is converting MarkSafe object created using HTML function to simple string which is essential html tags interpolation. Applying escaping via Text function on this string object is causing escaping of html tags. PROD-834
-
Diana Huang authored
Making student account deletion components a bit site aware
-
edX cache uploader bot authored
-
Jeremy Bowman authored
-
Syed Muhammad Dawoud Sheraz Ali authored
Revert "enable video url rewrite flag"
-
Troy Sankey authored
Enable PII Annotations checking enforcement
-
Matt Tuchfarber authored
Add data migration to fix ecommerce_worker email
-
Calen Pennington authored
Fix typo in user_metadata.html (which was being obscured by mako non-…
-
Manjinder Singh authored
- edx-sga recently released new release that supports python 3.5
-
edX requirements bot authored
-
Calen Pennington authored
-
Uzair Rasheed authored
Disable language preference cookie to mobile views.
-
uzairr authored
Language preference cookie is not allowing to change the site language on mobile-apps affecting user-experience.To improve it, mobile team suggested to disable the language preference cookie for the request originated from mobile. PROD-782
-
adeel khan authored
Fixing templates for double escaping.
-
Awais Jibran authored
Improve logging when a CAPA problem fails to display HTML
-
Awais Jibran authored
fixed language issue and added test
-
Awais Jibran authored
-
Awais Jibran authored
-
Awais Jibran authored
JavaScript Error when inserting second image in Studio
-
Syed Muhammad Dawoud Sheraz Ali authored
enable video url rewrite flag
-
Awais Jibran authored
-
DawoudSheraz authored
-
- Oct 29, 2019
-
-
Matt Hughes authored
See lms/djangoapps/program_enrollments/docs/decisions/0002-matriculation-on-user_social_auth_change.rst for more details JIRA:EDUCATOR-4770
-
Kyle McCormick authored
Wrap CourseModule.teams_configuration in TeamsConfig class, centralizing parsing, validation, error handling, etc. Wrapped object is exposed on 'teams_conf' field. Old code still uses 'teams_configuration' dict; we should change this in the future (MST-18). MST-16
-
Troy Sankey authored
The CMS check is currently reporting 94.5% coverage, so I must lower to that value or else quality checks will fail on master after I merge. DE-1764
-
Troy Sankey authored
DE-1764
-
Matt Tuchfarber authored
ecommerce_worker is the only service user with a @fake.email instead of an @example.com email address. This was fixed manually in a devstack sql dump, but was lost during the next sql dump. This will fix it moving forward so we don't have to work around it.
-
Alex Dusenbery authored
-
Diana Huang authored
Remove nodeenv install for jenkins.
-
Ned Batchelder authored
Fixed exception in VisibleBlocks.bulk_create due to incorrect argument passed
-
Diana Huang authored
-
Manjinder Singh authored
* Fix type mismatches in coursewaqre * Fix type mismatch in credit migrations * Fix type mismatch in status migrations * Fix type mismatch in user_api migrations * Review Fixes
-
Nimisha Asthagiri authored
User Authn: Remove deprecated, ENABLE_COMBINED_LOGIN_REGISTRATION
-
Nimisha Asthagiri authored
-
Adeel Khan authored
Some of the email templates are escaped in such a way that could potentially cause double escaping i.e via django default behaviour and other via interpolate_html tag. Fixing it by only applying escape via tag. PROD-810
-