- 02 May, 2016 1 commit
-
-
This includes the course key/path for a given contentserver request, whether or not the asset is locked, cacheable, has been modified, etc. This should give us some better insight as to what sort of requests are coming into the contentserver to figure out whether or use of a CDN in front of these assets is as efficient as effective as it could be.
Toby Lawrence committed
-
- 12 Apr, 2016 1 commit
-
-
This reverts commit 09586d8a.
Toby Lawrence committed
-
- 08 Apr, 2016 1 commit
-
-
Ned Batchelder committed
-
- 06 Apr, 2016 1 commit
-
-
This includes the course key/path for a given contentserver request, whether or not the asset is locked, cacheable, has been modified, etc. This should give us some better insight as to what sort of requests are coming into the contentserver to figure out whether or use of a CDN in front of these assets is as efficient as effective as it could be.
Toby Lawrence committed
-
- 07 Mar, 2016 1 commit
-
-
Toby Lawrence committed
-
- 27 Jan, 2016 1 commit
-
-
This introduces a mechanism to control the time-to-live for an unlocked course asset, which will allow browsers and intermediate proxies/caches to cache these course assets, determinstically. Locked assets, with their nature of requiring authorization, are not eligible for caching.
Toby Lawrence committed
-
- 14 May, 2015 1 commit
-
-
Also, I replaced a number of tearDown methods with addCleanup instead. And also remove some unneeded patch.stopall() calls.
Ned Batchelder committed
-
- 08 Apr, 2015 1 commit
-
-
Syed Hassan Raza committed
-
- 10 Mar, 2015 1 commit
-
-
Jonathan Piacenti committed
-
- 09 Feb, 2015 1 commit
-
-
Have not been able to work out why.
cahrens committed
-
- 15 Jan, 2015 1 commit
-
-
instead of a 500 error. Add 404 test.
John Eskew committed
-
- 01 Dec, 2014 1 commit
-
-
Sarina Canelake committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 31 Oct, 2014 1 commit
-
-
TE-489
muhammad-ammar committed
-
- 28 Oct, 2014 1 commit
-
-
First step in moving assets out of the contentstore (optionally). https://openedx.atlassian.net/browse/PLAT-77
John Eskew committed
-
- 23 Sep, 2014 3 commits
-
-
PLAT-104
Usman Khalid committed -
PLAT-104
Usman Khalid committed -
This commit makes the following changes: 1. If there are syntactic errors in the Range header, it is ignored and the full content is returned. This conforms to the spec. 2. In case of multiple ranges in the header, the full content is returned. This behavior differs from the spec which says that a multipart response should be returned. PLAT-104
Usman Khalid committed
-
- 19 Aug, 2014 2 commits
-
-
David Baumgold committed
-
Currently, users can only download ContentStore files from first byte to last byte. With this change, when a request to the ContentStore includes the HTTP "Range" parameter, it is parsed and StaticContentStream will stream the requested bytes. This change makes possible to stream video files (.mp4 especially) from the ContentStore. Users can now seek a specific time in the video without loading all the file. This is useful for courses with a limited number of students that doesn't require a dedicated video server.
MarCnu committed
-
- 07 Aug, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 14 Jul, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 10 Jul, 2014 2 commits
-
-
Conflicts: cms/djangoapps/contentstore/views/tests/test_container_page.py common/djangoapps/external_auth/tests/test_shib.py common/djangoapps/student/tests/test_login.py common/lib/xmodule/xmodule/modulestore/tests/django_utils.py common/lib/xmodule/xmodule/modulestore/tests/factories.py common/lib/xmodule/xmodule/modulestore/xml_importer.py lms/djangoapps/branding/tests.py lms/djangoapps/courseware/tests/test_submitting_problems.py lms/djangoapps/courseware/tests/test_video_handlers.py lms/djangoapps/instructor_task/tests/test_base.py lms/djangoapps/instructor_task/tests/test_integration.py
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
- 07 Jul, 2014 1 commit
-
-
LMS-2876
Don Mitchell committed
-
- 26 Jun, 2014 1 commit
-
-
Refactor get_parent_locations STUD-1663
Nimisha Asthagiri committed
-
- 16 Jun, 2014 1 commit
-
-
LMS-2801
Don Mitchell committed
-
- 30 May, 2014 1 commit
-
-
Julia Hansbrough committed
-
- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-
- 07 May, 2014 1 commit
-
-
This commit updates common/djangoapps. These keys are now objects with a limited interface, and the particular internal representation is managed by the data storage layer (the modulestore). For the LMS, there should be no outward-facing changes to the system. The keys are, for now, a change to internal representation only. For Studio, the new serialized form of the keys is used in urls, to allow for further migration in the future. Co-Author: Andy Armstrong <andya@edx.org> Co-Author: Christina Roberts <christina@edx.org> Co-Author: David Baumgold <db@edx.org> Co-Author: Diana Huang <dkh@edx.org> Co-Author: Don Mitchell <dmitchell@edx.org> Co-Author: Julia Hansbrough <julia@edx.org> Co-Author: Nimisha Asthagiri <nasthagiri@edx.org> Co-Author: Sarina Canelake <sarina@edx.org> [LMS-2370]
Calen Pennington committed
-
- 20 Mar, 2014 1 commit
-
-
Jay Zoldak committed
-
- 18 Oct, 2013 1 commit
-
-
This reverts commit a517dc20.
Don Mitchell committed
-
- 10 Oct, 2013 1 commit
-
-
This reverts commit ec01253e, reversing changes made to ae8c9710.
John Jarvis committed
-
- 08 Oct, 2013 1 commit
-
-
as a first step to separating db connection from modeling and to support location mapper and contentstore using same db config as modulestore
Don Mitchell committed
-
- 24 Sep, 2013 1 commit
-
-
Julian Arni committed
-
- 23 Sep, 2013 2 commits
-
-
And include Don's fix for partial course_id lookup.
Julian Arni committed -
Julian Arni committed
-
- 20 Sep, 2013 2 commits
-
-
Julian Arni committed
-
Includes static server tests.
Julian Arni committed
-
- 16 Aug, 2013 1 commit
-
-
Chris Dodge committed
-