- 14 Apr, 2015 1 commit
-
-
Added setting to enable/disable library indexing + moved is_index_enabled into search indexer classes Added task and signal to fire library reindex
E. Kolpakov committed
-
- 13 Apr, 2015 1 commit
-
-
- sharing enabled for custom URLs only if URL actually specified
Matt Drayer committed
-
- 10 Apr, 2015 1 commit
-
-
Indexing moved to celery task. Reorganised indexing to always allow for full course reindex. Indexing code no longer needs to be in common, because it is triggered by signal instead of being called.g
Davorin Sego committed
-
- 28 Mar, 2015 1 commit
-
-
The replacement strings need to be unicode, so that when STUDIO_NAME contains non-ascii characters python can handle it correctly without raising exceptions. Also, the value of STUDIO_SHORT_NAME can be read from cms.env.json.
louyihua committed
-
- 23 Mar, 2015 1 commit
-
-
This makes these files importable, and puts them into the new best guess as to where files should live.
Ned Batchelder committed
-
- 14 Mar, 2015 1 commit
-
-
stv committed
-
- 11 Mar, 2015 2 commits
-
-
David Baumgold committed
-
When configured, set an additional cookie with the CSRF token for use by subdomains. The cookie can have a different name than the default CSRF cookie, preventing conflicts between cookies from different domains (e.g. ".edx.org", "courses.edx.org", and "edge.edx.org"). The new cookie is included only on the enrollment API views so that the scope of this change is limited to the end-points that require cross-domain POST requests.
Will Daly committed
-
- 09 Mar, 2015 2 commits
-
-
This allows the holder of a third-party access token (e.g. from Google or Facebook) to get a first-party access token for the edX account linked to the given access token.
Greg Price committed -
When configured, set an additional cookie with the CSRF token for use by subdomains. The cookie can have a different name than the default CSRF cookie, preventing conflicts between cookies from different domains (e.g. ".edx.org", "courses.edx.org", and "edge.edx.org"). The new cookie is included only on the enrollment API views so that the scope of this change is limited to the end-points that require cross-domain POST requests.
Will Daly committed
-
- 05 Mar, 2015 2 commits
-
-
E. Kolpakov committed
-
Jonathan Piacenti committed
-
- 04 Mar, 2015 1 commit
-
-
Carson Gee committed
-
- 26 Feb, 2015 2 commits
-
-
This is compatible with Django > 1.5, and allows us to re-enable the ProfilingDebugPanel
Braden MacDonald committed -
Daniel Friedman committed
-
- 25 Feb, 2015 1 commit
-
-
Martyn James committed
-
- 23 Feb, 2015 1 commit
-
-
The new "country access" implementation replaces the old implementation. Middleware and tests have been updated accordingly, but deprecated models are preserved for backwards compatibility.
Will Daly committed
-
- 17 Feb, 2015 1 commit
-
-
xblock-external-ui: Alternate referer check for CORS requests xblock-external-ui: Allow to disable httponly on session cookies xblock-external-ui: Add a unit test for CorsCSRFMiddleware
Xavier Antoviaque committed
-
- 11 Feb, 2015 2 commits
-
-
TNL-1380
cahrens committed -
David Ormsbee committed
-
- 09 Feb, 2015 1 commit
-
-
cahrens committed
-
- 02 Feb, 2015 1 commit
-
-
Bertrand Marron committed
-
- 30 Jan, 2015 1 commit
-
-
Martyn James committed
-
- 29 Jan, 2015 1 commit
-
-
Davorin Sego committed
-
- 28 Jan, 2015 2 commits
-
-
Chris Rodriguez committed
- 27 Jan, 2015 1 commit
-
-
[second attempt which addresses bug building Studio]
Will Daly committed
-
- 22 Jan, 2015 1 commit
-
-
David Baumgold committed
-
- 21 Jan, 2015 1 commit
-
- 20 Jan, 2015 1 commit
-
-
Respond to review comments: - Rename build and config files for consistency between lms/studio. - Fix merge conflicts with lms require config. - Devstack uses optimized pipeline to skip require JS optimizer step - Add tests for render_require_js_path_overrides
Will Daly committed
-
- 16 Jan, 2015 3 commits
-
-
Martyn James committed
-
path.py objects report themselves as class objects, which confuses the heck out of pylint. It tries to match variable names using the class-rgx regular expression instead of the constant-rgx regular expression, and it doesn't match, so it throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
David Baumgold committed -
Matt Drayer committed
-
- 15 Jan, 2015 3 commits
-
-
Zia Fazal committed
-
Andy Armstrong committed
-
TNL-652
Andy Armstrong committed
-
- 14 Jan, 2015 2 commits
-
-
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
polesye committed -
David Baumgold committed
-
- 12 Jan, 2015 2 commits
-
-
Braden MacDonald committed
-
SOL-1, SOL-2, SOL-3
Braden MacDonald committed
-