1. 05 Sep, 2017 1 commit
  2. 14 Jul, 2017 1 commit
  3. 10 Jul, 2017 1 commit
  4. 06 Jul, 2017 2 commits
  5. 05 Jul, 2017 1 commit
  6. 12 Jun, 2017 1 commit
  7. 30 May, 2017 1 commit
  8. 12 May, 2017 1 commit
  9. 20 Apr, 2017 1 commit
  10. 13 Apr, 2017 1 commit
  11. 16 Mar, 2017 2 commits
  12. 07 Mar, 2017 1 commit
  13. 08 Nov, 2016 1 commit
  14. 03 Aug, 2016 1 commit
  15. 24 Jun, 2016 1 commit
  16. 29 Apr, 2016 1 commit
    • Remove unnecessary VideoModule save_states. · f9d85e65
      Before this commit, roughly half the save_state AJAX calls for the
      VideoModule were done at load time, in order to send information about
      YouTube availability (the value for which was almost always true).
      
      This commit sends the value for what the LMS already thinks YouTube
      availability is for this user, so that the AJAX callback is only
      used in the case where the client side sees something different.
      
      [PERF-262]
      David Ormsbee committed
  17. 08 Apr, 2016 1 commit
  18. 18 Mar, 2016 1 commit
  19. 17 Mar, 2016 1 commit
  20. 14 Jan, 2016 1 commit
    • Removing CDN RPC · 54661008
      CR comments
      
      Whitespace
      
      wip test refactoring
      
      more test refactoring
      
      Re-write download URL too.
      
      Test fixes related to download change, and fix
      
      wip, re-locating tests
      
      update classname
      
      Quality fixes
      Edward Zarecor committed
  21. 07 Nov, 2015 1 commit
  22. 05 Nov, 2015 1 commit
  23. 27 Jul, 2015 1 commit
  24. 24 Jul, 2015 1 commit
  25. 12 Jun, 2015 1 commit
  26. 31 May, 2015 1 commit
    • Add Video Bumper. · 4c7bfb44
      Fix n-click behaviour on poster.
      Fix unit tests.
      Fix handler for non_en lang for bumper.
      Add more tests.
      Fix docstrings.
      Fix pep8.
      Fix static redirection with bumper.
      Fix button in IE11.
      Add video_bumper field in bok_choy.
      
      Fix pylink violations.
      
      Update docstrings and some clean up.
      
      Rename edx_video_id in bumper tests.
      
      Fix too long lines in help text.
      
      Address ui comments.
      
      Fix bumper events.
      
      Refactor bumper-transcripts code, fix bugs, address comments.
      Squashed commits:
      Fix download transcript button.
      [74e0c8c] Fix quality
      [a759f33] Fix error, when sub contains extension.
      [b30755c] Revert "Add video files to host for transcripts."
      
      This reverts commit cf8a96bf84346e17b6ad57ad4cc6a27d7a9118cd.
      [36f038a] Add video files to host for transcripts.
      [23f1655] Fix pep8 and pyling issues.
      [0f1f9d2] Update acceptance test.
      [765a27d] Wait for ajax in captions.
      [8ae72a3] Fix logic.
      [063450f] Fix unit tests.
      [d1075fc] Fix handlers tests.
      [25d31ad] Update bumper_utils.
      [cb5f9df] Remove maxDiff.
      [8738b1a] Code cleanup.
      [87dbcb7] Fix issues with transcripts.
      [ec899de] Fix transcripts in serializers.
      [444b1fc] Fix transcripts typo.
      [d524cb5] Fix bumper.
      [f62cf22] Fix video mongo tests.
      [8f1b55a] Fix dispatches.
      [53bc308] Add more fixes.
      [d5e3723] Fix test_video_handlers and rename the method.
      [93efc23] Fix mobile tests.
      [740e2ae] Fix pep8 and pylint.
      [47cfb66] Address comments, add fixes.
      [4e499d9] Add fixes.
      [8353553] Add improvements.
      
      Updated dispatch values)
      .
      
      Use ddt in bumper handler tests.
      
      Move common metadata to single place.
      
      Fix style.
      
      Update docstring.
      
      Fix poster button.
      
      Improve bumper events.
      
      Fix test after rebase.
      
      Address comments.
      
      Download transcript: use def video lang, not bump.
      
      Renamed date_last_view_bumper to bumper_last_view_date.
      
      Rename do_not_show_again_bumper to bumper_...
      
      Address comments.
      
      Fix tests for download for en lang.
      
      Fix bumper logic.
      
      Update strings.
      
      Update resizer.
      
      Remove resizer.
      
      Fix unit tests.
      
      Add tests.
      
      Fix bumper events.
      
      Clean up tests.
      
      Fix pylint violations.
      
      Fix pep8 and pylint violations.
      
      Update docs and method names.
      
      Update events.
      
      Make /static/ prefix a must.
      
      Fix wrong code.
      Alexander Kryklia committed
  27. 18 May, 2015 1 commit
    • Added a simple XBlockMixin for courseware licenses · 2159d341
      This allows course authors to choose between two difference licenses for their
      course content: All Rights Reserved, or Creative Commons. In the backend, XBlocks
      that wish to allow custom licenses need only inherit from LicenseMixin, which
      adds a `license` field as a string.
      
      License information is displayed in the Studio editor view, and just below the
      rendered XBlock in the LMS. In addition, if the course block itself has a custom
      license set, this license will display just below the main body of the page
      on courseware pages.
      
      This entire feature is gated behind the LICENSING feature flag.
      David Baumgold committed
  28. 07 May, 2015 1 commit
  29. 02 Apr, 2015 1 commit
  30. 31 Mar, 2015 1 commit
  31. 19 Mar, 2015 1 commit
  32. 06 Mar, 2015 1 commit
  33. 10 Feb, 2015 1 commit
    • Optimize video_module's __init__ method. · e9e59e85
      The overall behavior of the __init__ method has remained the same.
      What's changed is how it determines whether a field is explicitly set.
      
      Instead of using the slower performing editable_metadata_fields, it
      calls _field_data.has directly to check for explicitly set fields.
      Nimisha Asthagiri committed
  34. 05 Feb, 2015 1 commit
  35. 04 Feb, 2015 1 commit
  36. 28 Jan, 2015 1 commit
  37. 15 Dec, 2014 1 commit
    • Add back end for Studio video upload feature · 0687a62a
      This feature allows upload of video assets to S3. This requires that the
      VIDEO_UPLOAD_PIPELINE setting be properly configured and that each
      course be configured with a token issued by the media team for their
      processing purposes (e.g. linking the video with a YouTube channel).
      
      Co-authored-by: Greg Price <gprice@edx.org>
      Nimisha Asthagiri committed
  38. 18 Nov, 2014 1 commit