1. 28 Jun, 2014 3 commits
  2. 26 Jun, 2014 2 commits
    • Limit sneakpeek middleware from acting on API-like request · 9c2c8d54
      Impose the following restrictions on setting up sneakpeek
      * Has to be a GET
      * Cannot be a machine callback to handler from xqueue or xblock
      * Cannot be trying to list the LTI endpoints
      Jason Bau committed
    • Deny self-service certificates for anonymous users · 1d8ff75b
      Bugfix for the following condition:
      When anonymous (e.g., non-registered) access is enabled for a course,
      and that course also uses the /request_certificate endpoint (e.g., via
      the "Grade Me" button), anonymous users could request to be graded and
      given certificates.
      
      As a matter of policy, Stanford doesn't want to give certificates to
      anonymous students.
      
      Also adds defensive error checks in several more places.
      Joe Blaylock committed
  3. 25 Jun, 2014 10 commits
  4. 24 Jun, 2014 12 commits
  5. 23 Jun, 2014 2 commits
  6. 20 Jun, 2014 1 commit
    • Merge branch 'upstream/release' · ccffbe8a
      Conflicts:
      	cms/djangoapps/contentstore/views/checklist.py
      	cms/templates/index.html
      	cms/templates/widgets/header.html
      	cms/templates/widgets/sock.html
      	cms/urls.py
      	common/djangoapps/student/views.py
      	common/lib/capa/capa/tests/test_targeted_feedback.py
      	common/lib/xmodule/xmodule/course_module.py
      	common/lib/xmodule/xmodule/lti_module.py
      	common/lib/xmodule/xmodule/tests/test_lti20_unit.py
      	lms/djangoapps/certificates/queue.py
      	lms/djangoapps/certificates/views.py
      	lms/djangoapps/class_dashboard/dashboard_data.py
      	lms/djangoapps/class_dashboard/tests/test_dashboard_data.py
      	lms/djangoapps/courseware/access.py
      	lms/djangoapps/courseware/features/lti.feature
      	lms/djangoapps/courseware/models.py
      	lms/djangoapps/courseware/module_render.py
      	lms/djangoapps/courseware/tests/test_access.py
      	lms/djangoapps/courseware/tests/test_courses.py
      	lms/djangoapps/courseware/tests/test_lti_integration.py
      	lms/djangoapps/courseware/tests/test_module_render.py
      	lms/djangoapps/courseware/views.py
      	lms/djangoapps/instructor/views/instructor_dashboard.py
      	lms/templates/courseware/course_navigation.html
      	lms/templates/dashboard/_dashboard_course_listing.html
      	lms/templates/navigation.html
      	requirements/edx/github.txt
      stv committed
  7. 16 Jun, 2014 1 commit
  8. 11 Jun, 2014 9 commits