1. 27 Apr, 2017 1 commit
  2. 03 Mar, 2017 1 commit
  3. 13 Nov, 2015 2 commits
  4. 04 Nov, 2015 1 commit
    • Add support for file upload · 37c1176a
      - Allow image, pdf-image, or custom file types
      - Global black list extensions to prevent unsafe file types
      - Custom file upload is white listed only
      
      # Conflicts:
      #	AUTHORS
      #	openassessment/templates/openassessmentblock/edit/oa_edit.html
      #	openassessment/xblock/static/js/openassessment-lms.min.js
      #	openassessment/xblock/static/js/openassessment-studio.min.js
      #	openassessment/xblock/static/js/spec/lms/oa_response.js
      #	openassessment/xblock/static/js/src/lms/oa_base.js
      #	openassessment/xblock/static/js/src/lms/oa_response.js
      #	openassessment/xblock/static/js/src/oa_server.js
      #	openassessment/xblock/static/js/src/studio/oa_edit.js
      #	openassessment/xblock/static/js/src/studio/oa_edit_settings.js
      #	test/acceptance/tests.py
      Pan Luo committed
  5. 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
  6. 08 Jul, 2014 1 commit