- 07 Jul, 2016 1 commit
-
-
These changes unify four different approaches to JWT creation, moving the core of the AccessTokenView to a general-purpose JwtBuilder class. This utility class defaults to using the system's JWT configuration, but it will allow overriding of the signing key and audience claim to support those clients which still require this. Part of ECOM-4566.
Renzo Lucioni committed
-
- 05 Jul, 2016 1 commit
-
-
Converts the dates on the dashboard, sidebar navigation, and important course dates to user specified time zone.
Kevin Kim committed
-
- 01 Jul, 2016 1 commit
-
-
This change improves grading performance by combining what had previously been multiple course tree traversals into a single traversal with combined filtering logic.
Nimisha Asthagiri committed
-
- 30 Jun, 2016 1 commit
-
-
2. Update COMPREHNSIVE_THEME_DIR to COMPREHENSIVE_THEME_DIRS 3. Update paver commands to support multi theme dirs 4. Updating template loaders 5. Add ENABLE_COMPREHENSIVE_THEMING flag to enable or disable theming via settings 6. Update tests 7. Add backward compatibility for COMPREHEHNSIVE_THEME_DIR
Matt Drayer committed
-
- 28 Jun, 2016 1 commit
-
-
* Renames discussion_module to discussion_xblock * Moves common/lib/xmodule/xmodule_discussion to openedx/core/lib/xblock_builtin/xblock_discussion
E. Kolpakov committed
-
- 27 Jun, 2016 1 commit
-
-
https://openedx.atlassian.net/browse/TNL-4865 Without this change, we get 500 errors when the server tries to deserialize cached data using a previous data structure.
Nimisha Asthagiri committed
-
- 24 Jun, 2016 3 commits
-
-
1. update query counts with more accuracy 2. don't use defaultdict in block_structure
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
- 16 Jun, 2016 1 commit
-
-
This commit "undoes"a previous hotfix, and allows a cms course_publish signal to trigger a block_structure update_course_in_cache task, which is run on an lms worker queue. Changes: -exposes ALTERNATE_QUEUE_ENVS -adds routing layer in celery.py -moves prior dev_with_worker settings file to devstack_with_worker -moves course_block api functionality into openedx/core/djangoapps/content/block_structure
Eric Fischer committed
-
- 08 Jun, 2016 1 commit
-
-
ECOM-2361
Ahsan Ulhaq committed
-
- 02 Jun, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 26 May, 2016 1 commit
-
-
This will be used to retrieve data for the program detail page. Part of ECOM-4415.
Renzo Lucioni committed
-
- 20 May, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 17 May, 2016 1 commit
-
-
ECOM-4441
Peter Fogg committed
-
- 09 May, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 04 May, 2016 1 commit
-
-
By default, disable all caching in tests, to preserve test independence. In order to enable caching, inherit from CacheSetupMixin, and specify which cache configuration is needed. [EV-32]
Calen Pennington committed
-
- 02 May, 2016 5 commits
-
-
Douglas Hall committed
-
John Eskew committed
-
Bill DeRusha committed
-
Bill DeRusha committed
-
Ibrahim committed
-
- 30 Apr, 2016 1 commit
-
-
Ibrahim committed
-
- 29 Apr, 2016 1 commit
-
-
[PERF-303] Integer XBlocks/XModules into the static asset pipeline. This PR, based on hackathon work from Christina/Andy, implements a way to discover all installed XBlocks and XModules and to enumerate their public assets, then pulling them in during the collectstatic phase and hashing them. In turn, the methods for generating URLs to resources will then returned the hashed name for assets, allowing them to be served from nginx/CDNs, and cached heavily.
Christina Roberts committed
-
- 25 Apr, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 20 Apr, 2016 1 commit
-
-
- Using jwt_decode_handler from edx-drf-extensions - Updated djangorestframework-jwt - Removed feature flag around JWT auth ECOM-4221
Clinton Blackburn committed
-
- 14 Apr, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 12 Apr, 2016 2 commits
-
-
John Eskew committed
-
This reverts commit a796b563. Conflicts: lms/envs/common.py openedx/core/djangoapps/theming/models.py pavelib/assets.py pavelib/paver_tests/test_assets.py
Matt Drayer committed
-
- 08 Apr, 2016 1 commit
-
-
Ned Batchelder committed
-
- 01 Apr, 2016 3 commits
-
-
Jonathan Piacenti committed
-
Jonathan Piacenti committed
-
ECOM-4013
Clinton Blackburn committed
-
- 30 Mar, 2016 2 commits
-
-
Available backends: * django-oauth-toolkit (DOT) * django-oauth2-provider (DOP) * Use provided client ID to select backend for * AccessToken requests * third party auth-token exchange * Create adapters to isolate library-dependent functionality * Handle django-oauth-toolkit tokens in edX DRF authenticator class MA-1998 MA-2000
J. Cliff Dyer committed -
MA-1998 Install and configure django_oauth_toolkit to coexist with existing oauth libraries.
J. Cliff Dyer committed
-
- 28 Mar, 2016 1 commit
-
-
ziafazal: improvements need for multi-tenancy ziafazal: fixed broken tests ziafazal: no need to add setting in test.py ziafazal: added hostname validation ziafazal: changes after feedback from mattdrayer ziafazal: fixed branding and microsite broken tests ziafazal: make STATICFILES_DIRS to list ziafazal: added theme directory to mako lookup for tests ziafazal: added more protection in test_util saleem-latif: Enable SCSS Overrides for Comprehensive Theming saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates saleem-latif: Correct errors in python tests mattdrayer: Fix invalid release reference mattdrayer: Update django-wiki reference to latest release saleem-latif: Update Theme storages to work with Caching, Pipeline and collectstatic saleem-latif: Incorporate feedback changes mattdrayer: Pylint violation fix mattdrayer: Fix broken pavelib test
Zia Fazal committed
-
- 17 Mar, 2016 1 commit
-
-
This will leverage the nose attrib plugin to allow us to break tests apart on our build system to run in parallel on separate nodes.
Ben Patterson committed
-
- 16 Mar, 2016 1 commit
-
-
This reverts commit 954dae58.
Jesse Zoldak committed
-
- 14 Mar, 2016 1 commit
-
-
ziafazal: improvements need for multi-tenancy ziafazal: fixed broken tests ziafazal: no need to add setting in test.py ziafazal: added hostname validation ziafazal: changes after feedback from mattdrayer ziafazal: fixed branding and microsite broken tests ziafazal: make STATICFILES_DIRS to list ziafazal: added theme directory to mako lookup for tests ziafazal: added more protection in test_util saleem-latif: Enable SCSS Overrides for Comprehensive Theming saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates saleem-latif: Correct errors in python tests mattdrayer: Fix invalid release reference mattdrayer: Update django-wiki reference to latest release
Zia Fazal committed
-
- 02 Mar, 2016 1 commit
-
-
- adaptation asides to be imported from the XML - updating SplitMongo to handle XBlockAsides (CRUD operations) - updating Studio to handle XBlockAsides handler calls - updating xblock/core.js to properly init XBlockAsides JavaScript
Dmitry Viskov committed
-