- 11 Mar, 2015 1 commit
-
-
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
-
- 10 Mar, 2015 2 commits
-
-
Reorganized course_structures app
Greg Price committed -
Celery requires all tasks to be in a tasks module. Also, the task has been updated to use default values if the the course structure generator encounters a block without the graded or format fields.
Clinton Blackburn committed
-
- 09 Mar, 2015 10 commits
-
-
Filter inline discussion topics and threads in the forums by access
Greg Price committed -
MA-272 Updated analytics shim for mobile video events
Greg Price committed -
Add an endpoint to exchange OAuth access tokens
Greg Price committed -
TNL-650 Conflicts: lms/djangoapps/django_comment_client/base/views.py lms/djangoapps/django_comment_client/tests/test_utils.py lms/djangoapps/django_comment_client/tests/utils.py lms/djangoapps/django_comment_client/utils.py
Daniel Friedman committed -
Shim has been updated to handle currents builds of the android and iOS apps which are not returning the correct semantics/events. Shim now includes the seek event.
christopher lee committed -
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 -
ECOM-1178: Embargo rules for continent codes.
Greg Price committed -
This commit fixes a bug that could occur when GeoIP returns a continent code ("EU" or "AN") instead of a country code. The previous implementation would block users in this case since the country code was not on the whitelist (consisting of all known country codes). The new implementation allows user access by default if we don't recognize the country code.
Will Daly committed -
Added listener and beacon for video cdn eval.
Greg Price committed -
Fixes DOC-1731: label change and time frame info
Greg Price committed
-
- 06 Mar, 2015 27 commits
-
-
Alison Hodges committed
-
Corey Goldberg committed
-
ECOM-1140: Instructor dashboard example certificates
Will Daly committed -
Match Studio logo logic to LMS
Sarina Canelake committed -
Add flaky decorator.
Christina Roberts committed -
Allow global staff to generate example certificates on the instructor dashboard. Allow global staff to enable/disable self-generated certificates for a course.
Will Daly committed -
Change .md file to .rst.
Ned Batchelder committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Related to TNL-1642.
cahrens committed -
Related to TNL-1619.
cahrens committed -
Fix failing forums unit test.
Daniel Friedman committed -
Ned/finish pr 7232
Ned Batchelder committed -
Certificate status when XQueue is unavailable.
Will Daly committed -
Ned Batchelder committed
-
Daniel Friedman committed
-
Add empty introspection rule for BlockTypeKeyField.
Ned Batchelder committed -
Use 'edx_lint write' to create our pylintrc from pylintrc_tweaks
Ned Batchelder committed -
David Baumgold committed
-
Revert "Merge pull request #6771 from edx/dan-f/forums-filter-discussion...
David Baumgold committed -
Awais786/ecom 1158 upgrade page
Awais Qureshi committed -
Awais committed
-
Show a select box when editing a library content block (SOL-123)
Xavier Antoviaque committed -
use 'commit_on_success' transaction decorator to avoid registering users...
zubair-arbi committed
-