1. 25 Feb, 2015 1 commit
  2. 11 Feb, 2015 2 commits
  3. 09 Feb, 2015 1 commit
  4. 30 Jan, 2015 1 commit
  5. 29 Jan, 2015 1 commit
  6. 28 Jan, 2015 1 commit
  7. 27 Jan, 2015 1 commit
  8. 21 Jan, 2015 1 commit
  9. 20 Jan, 2015 1 commit
  10. 16 Jan, 2015 3 commits
  11. 15 Jan, 2015 3 commits
  12. 14 Jan, 2015 2 commits
  13. 12 Jan, 2015 1 commit
  14. 08 Jan, 2015 2 commits
  15. 07 Jan, 2015 2 commits
  16. 06 Jan, 2015 1 commit
  17. 24 Dec, 2014 1 commit
  18. 23 Dec, 2014 2 commits
  19. 19 Dec, 2014 1 commit
  20. 18 Dec, 2014 1 commit
  21. 16 Dec, 2014 1 commit
  22. 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
  23. 13 Dec, 2014 1 commit
  24. 09 Dec, 2014 1 commit
    • Limit Upload File Sizes to GridFS. · fb9320af
      This commit puts a limit on the size of files that
      course staff can upload to MongoDB. The limit is
      enforced on the frontend in javascript as well
      as backend via the /upload endpoint.
      
      The limit is hard-coded in cms/envs/common.py and
      may be changed according to the user's custom
      needs.
      
      If the user tries to upload a file that's too
      large, an error message will pop up, with a
      customizable url that pointing the user to an
      external page with an alternate upload procedure.
      This url is specified im cms/envs/common.py.
      If not set, this url will not be displayed.
      Jim committed
  25. 08 Dec, 2014 1 commit
  26. 05 Dec, 2014 2 commits
  27. 04 Dec, 2014 1 commit
  28. 01 Dec, 2014 3 commits