- Feb 11, 2020
-
-
Ayub-khan authored
-Updated middleware setting to use use middleware insted of middleware_classes -github install of django-method-override fork to support new style middleware in django1.11
-
- Feb 10, 2020
-
-
Manjinder Singh authored
These settings are used to toggle new authentication class in discussion and bookmarks app. The auth class is in openedx/core/lib/api/authentication.py and was added to replace deprecated OAuth2Authentication class in [rest_framework_oauth library](https://github.com/jpadilla/django-rest-framework-oauth)
-
- Jan 28, 2020
-
-
Adam Butterworth authored
[TNL-7043] If vertical block content is in an iframe in the learning microfrontend app, add a base tag in the head (of the iframe document) to force links to navigate the parent window.
-
- Jan 13, 2020
-
-
Brittney Exline authored
-
- Jan 07, 2020
-
-
Calen Pennington authored
Read STATICFILES_STORAGE_KWARGS from config to allow separate storage configuration for static assets
-
- Jan 03, 2020
-
-
Calen Pennington authored
-
- Jan 02, 2020
-
-
Calen Pennington authored
-
- Dec 30, 2019
-
-
Feanil Patel authored
-
Feanil Patel authored
This will remove imports from __future__ that are no longer needed. https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
-
- Dec 17, 2019
-
-
Calen Pennington authored
-
- Nov 21, 2019
-
-
Alan Zarembok authored
-
- Oct 11, 2019
-
-
Bill DeRusha authored
-
- Sep 26, 2019
-
-
Ned Batchelder authored
-
- Sep 25, 2019
-
-
Cory Lee authored
* Always run CSMHE migrations for every application in all contexts
-
- Sep 17, 2019
-
-
Ned Batchelder authored
API docs are now always available, no more toggle to enable them.
-
- Sep 03, 2019
-
-
Feanil Patel authored
- The fields need to be unicode not bytes. In python 2 it was auto converting. - The static url base has been allowed to be a unicode string for a while.
-
- Aug 30, 2019
-
-
Braden MacDonald authored
https://github.com/edx/edx-platform/pull/20645 This introduces: * A new XBlock runtime that can read and write XBlocks that are persisted using Blockstore instead of Modulestore. The new runtime is currently isolated so that it can be tested without risk to the current courseware/runtime. * Content Libraries v2, which store XBlocks in Blockstore not modulestore * An API Client for Blockstore * "Learning Context" plugin API. A learning context is a more abstract concept than a course; it's a collection of XBlocks that serves some learning purpose.
-
- Aug 16, 2019
-
-
Feanil Patel authored
-
Diana Huang authored
-
- Aug 08, 2019
- Aug 07, 2019
-
-
adeelehsan authored
Prod-349
-
- Jul 12, 2019
-
-
DawoudSheraz authored
-
- Jul 02, 2019
-
-
Amit authored
* reword INCR-483: Make compatible with Python 3.x without breaking Python 2.7 support pick INCR-483: Re-run isort for lms/envs/test.py INCR-483: change import order INCR-483: PyLint fixes * INCR-483: Fixes useless suppression * INCR-483: Remove unused get_swagger_view
-
- Jun 28, 2019
-
-
adeelehsan authored
Dashboard is set to load 250 courses instead of all the courses. A flag is also added to change the number the courses to load. PROD-204
-
- Jun 20, 2019
-
-
Usman Khalid authored
Some deprecated functionality has been removed: - Reading data field and transforms being applied in the init() method. - The source field. - The source_visible attribute.
-
- Jun 19, 2019
-
-
Mushtaq Ali authored
Add CSRF_TRUSTED_ORIGINS settings to successfully make POST requests from edx-learner-portal to edx-platform - ENT-2025
-
- Jun 07, 2019
-
-
Thomas Tracy authored
* Add IdentityServer3 Backend This adds a backend for users who want to use IdentityServer3 as their SSO provider. It can be used with the OAuth2ProviderConfig in django admin to point to an external provider.
-
- May 21, 2019
-
-
adeelehsan authored
changed ICP license to link and added sentence with ICP license PROD-277
-
- May 09, 2019
-
-
Christopher Pappas authored
ENT-1887 | Adding logic for new business marketing footer url construction, while maintaining backwards compatibility Fixing quality test Testsing out a default value for the sake of jenkins tests. will revert Fix footer test from being flaky Moving an import statement ran isort. adding a test. fixing 1 quality issue Quality cleanups Attempting more quality fixes adding back in config variable name for default value Adding ENTERPRISE_MARKETING_FOOTER_QUERY_PARAMS to common settings Changing marketing_url logic to only concatenate enterprise url to root if the enterprise url is relative (starts with a /) quality fixes
-
- May 01, 2019
-
-
Nimisha Asthagiri authored
ARCH-636
-
- Apr 25, 2019
-
-
Douglas Hall authored
-
- Apr 17, 2019
-
-
Josue Balandrano Coronel authored
-
- Apr 10, 2019
-
-
irfanuddinahmad authored
-
- Apr 05, 2019
-
-
Christopher Pappas authored
Moving rbac settings above plugins Moving the setting above plugins in common.py for the lms and cms as well
-
- Apr 01, 2019
-
-
Matt Tuchfarber authored
-
- Mar 28, 2019
-
-
Cory Lee authored
-
- Mar 05, 2019
-
- Mar 02, 2019
-
-
Mike Dikan authored
Removing the Deprecated the 'external_auth' package in favor of 'third_party_auth' which is the current recommendation.
-
- Mar 01, 2019
-