1. 20 Jul, 2016 1 commit
  2. 07 Jun, 2016 1 commit
  3. 23 May, 2016 1 commit
  4. 23 Mar, 2016 1 commit
  5. 07 Jan, 2016 1 commit
  6. 15 Jun, 2015 1 commit
  7. 25 Feb, 2015 1 commit
  8. 16 Jan, 2015 1 commit
  9. 15 Jan, 2015 1 commit
  10. 06 Jan, 2015 1 commit
  11. 19 Dec, 2014 1 commit
  12. 15 Dec, 2014 1 commit
  13. 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
  14. 05 Nov, 2014 1 commit
  15. 20 Oct, 2014 1 commit
  16. 16 Sep, 2014 1 commit
  17. 21 May, 2014 1 commit
  18. 17 May, 2014 1 commit
  19. 24 Mar, 2014 1 commit
  20. 25 Feb, 2014 2 commits
  21. 09 Jan, 2014 1 commit
  22. 06 Jan, 2014 1 commit
    • Add pagination to Studio's Files and Uploads page · f9c45586
      These changes implement STUD-813. The commit consists of the
      following logical changes:
       - a REST API has been implemented for a course's assets
       - the page itself now fetches the assets client-side
       - the Backbone.Paginator library is used to support pagination
       - the AssetCollection has been refactored to extend
         Backbone.Paginator.requestPager so that it can be paged
       - an abstract PagingView class has been added to generalize
         the communication with a paging REST API
       - the AssetsView has been reimplemented to extend PagingView
       - two new child views have been added:
         - PagingHeader: the paging controls above the list of assets
         - PagingFooter: the paging controls below the assets
      Andy Armstrong committed
  23. 20 Nov, 2013 1 commit
  24. 19 Nov, 2013 1 commit
  25. 24 Oct, 2013 1 commit
  26. 23 Oct, 2013 1 commit
  27. 04 Oct, 2013 1 commit
  28. 03 Oct, 2013 1 commit
  29. 01 Oct, 2013 1 commit
  30. 25 Sep, 2013 1 commit
  31. 24 Sep, 2013 1 commit
  32. 23 Sep, 2013 1 commit
  33. 20 Sep, 2013 2 commits
  34. 10 Sep, 2013 1 commit
  35. 09 Sep, 2013 1 commit
  36. 04 Sep, 2013 1 commit
  37. 29 Aug, 2013 2 commits