1. 07 Jan, 2015 1 commit
  2. 06 Jan, 2015 1 commit
  3. 29 Dec, 2014 1 commit
  4. 22 Dec, 2014 2 commits
  5. 19 Dec, 2014 1 commit
  6. 17 Dec, 2014 1 commit
  7. 12 Dec, 2014 1 commit
  8. 11 Dec, 2014 1 commit
  9. 10 Dec, 2014 1 commit
  10. 01 Dec, 2014 2 commits
  11. 12 Nov, 2014 1 commit
  12. 09 Nov, 2014 1 commit
  13. 07 Nov, 2014 1 commit
  14. 04 Nov, 2014 1 commit
  15. 28 Oct, 2014 1 commit
  16. 17 Oct, 2014 1 commit
    • Remove references to /tmp in tests · 24f90307
      Including:
      
      * Change path for mongo_metadata_inheritance to use unique temp dir
      * Update SASS_CACHE_PATH with thread-safe temp dir
      * Remove hard coded directory reference for grades download tests
      * Remove hard coded directory reference for direct mongo test
      Jesse Zoldak committed
  17. 16 Oct, 2014 1 commit
  18. 24 Sep, 2014 2 commits
  19. 23 Sep, 2014 2 commits
    • Basic Mobile API (v0.5) and Video Abstraction Layer integration. · 4f5d8b30
      Note that the features in this release are opt-in, and course and video
      behavior will remain the same unless a course explicitly opts in.
      
      Major pieces of functionality with this commit:
      
      Allows the listing of a user's enrollments, course videos, and updates. In
      order to make a course available for mobile use, course staff must explicitly
      set the Course Advanced Setting "Mobile Course Available" to true. Course staff
      will always see their own courses through the Mobile API regardless of this
      setting, but students will only be allowed to see a course through the Mobile
      API if this setting is set to "true". By default, a Course will *not* be
      available for mobile use.
      
      This is a Django app for video resource management. It is completely optional,
      and is intended to allow video and operations teams to create new encodings of
      videos (e.g. low res for mobile) and change CDNs without having to edit course
      data directly. Course teams can now use a "EdX Video ID" setting for Videos,
      which will leverage VAL. Video units that do not fill in an "EdX Video ID" will
      behave exactly as they always have.
      
      * The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag.
      * VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag.
      * VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER).
      * The Mobile API is a read-only API, but VAL requires database migrations.
      * Applications that make use of either the Mobile API or VAL must be registered
        with the OAuth2 provider app in Django Admin.
      David Ormsbee committed
  20. 17 Sep, 2014 1 commit
  21. 16 Sep, 2014 1 commit
  22. 20 Aug, 2014 1 commit
  23. 12 Aug, 2014 1 commit
  24. 11 Aug, 2014 1 commit
  25. 11 Jul, 2014 1 commit
  26. 10 Jul, 2014 1 commit
    • Update tests to allow LMS tests to use published branch setting. · 8855b12b
      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
  27. 28 Jun, 2014 1 commit
  28. 26 Jun, 2014 2 commits
  29. 24 Jun, 2014 1 commit
  30. 28 May, 2014 1 commit
  31. 12 May, 2014 1 commit
  32. 05 May, 2014 2 commits
  33. 25 Apr, 2014 1 commit
  34. 15 Apr, 2014 1 commit