1. 14 Mar, 2017 1 commit
  2. 13 Dec, 2016 1 commit
  3. 07 Apr, 2016 1 commit
  4. 09 Mar, 2016 1 commit
  5. 18 Feb, 2016 1 commit
  6. 25 Jan, 2016 1 commit
  7. 22 Jan, 2016 1 commit
  8. 20 Jan, 2016 1 commit
  9. 19 Jan, 2016 1 commit
    • Show staff assessment in staff tools · afb12dfd
      Generalizing the display of completed assessments in staff tools, and
      including staff assessments in the view, which had previously been missing.
      
      Includes a new unit test for this behavior, and updates acceptance tests as well.
      Eric Fischer committed
  10. 11 Jan, 2016 1 commit
    • Staff can view uploaded files · 53d9ef92
      Emulating the approach used by peer_mixin to allow staff to actually
      see uploaded files. Also updates oa_student_info to make use of
      oa_uploaded_file.html instead of duplicating that logic. Test
      updates also included.
      Eric Fischer committed
  11. 07 Jan, 2016 1 commit
  12. 22 Dec, 2015 1 commit
  13. 16 Dec, 2015 3 commits
  14. 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
  15. 02 Nov, 2015 1 commit
  16. 27 Oct, 2015 1 commit
  17. 23 Oct, 2015 1 commit
  18. 02 Apr, 2015 1 commit
  19. 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
  20. 02 Mar, 2015 1 commit
  21. 11 Feb, 2015 1 commit
  22. 27 Jan, 2015 1 commit
  23. 14 Jan, 2015 1 commit
  24. 05 Aug, 2014 1 commit
  25. 24 Jul, 2014 1 commit
  26. 17 Jun, 2014 1 commit
  27. 09 Jun, 2014 2 commits
  28. 04 Jun, 2014 1 commit
  29. 30 May, 2014 2 commits
  30. 29 May, 2014 1 commit
  31. 23 May, 2014 1 commit
  32. 21 May, 2014 2 commits
  33. 14 May, 2014 2 commits