1. 09 Mar, 2015 1 commit
  2. 05 Mar, 2015 1 commit
    • Allow file upload to backends other than S3 · c9d7aa82
      We would like to support open assessment file uploads for open-edx
      installs without access to S3, e.g: to the local fileystem. To that end,
      we propose to abstract away some of the logic behind the file upload
      backends so that other backends may be implemented.
      
      In this proposed implementation, the uploaded files are stored in the
      following folder structure:
      
              root/bucket/prefix/
                      filename.jpg/
                              content
                              metadata.json
      
      Note that a couple new settings need to be defined in order to use this
      feature; a new urls.py file must also be included.
      Régis Behmo committed
  3. 26 Feb, 2015 2 commits
  4. 18 Feb, 2015 3 commits
  5. 13 Feb, 2015 4 commits
  6. 11 Feb, 2015 2 commits
  7. 03 Feb, 2015 4 commits
  8. 02 Feb, 2015 1 commit
  9. 31 Jan, 2015 1 commit
  10. 30 Jan, 2015 1 commit
  11. 28 Jan, 2015 1 commit
  12. 27 Jan, 2015 1 commit
  13. 15 Jan, 2015 2 commits
  14. 14 Jan, 2015 2 commits
  15. 05 Jan, 2015 2 commits
  16. 01 Jan, 2015 2 commits
  17. 31 Dec, 2014 2 commits
  18. 29 Dec, 2014 1 commit
  19. 24 Dec, 2014 1 commit
  20. 22 Dec, 2014 1 commit
  21. 17 Dec, 2014 4 commits
  22. 15 Dec, 2014 1 commit