Skip to content
Snippets Groups Projects
  1. Jul 31, 2013
  2. Jul 22, 2013
  3. Jul 17, 2013
  4. Jul 16, 2013
  5. Jul 12, 2013
  6. Jun 26, 2013
  7. Jun 24, 2013
  8. Jun 21, 2013
  9. Jun 19, 2013
    • Ned Batchelder's avatar
      Fix strings that should be raw. · df6d3f9b
      Ned Batchelder authored
      df6d3f9b
    • Ned Batchelder's avatar
    • Jason Bau's avatar
      084160c1
    • Jason Bau's avatar
      Turn off Agreement to Terms of Service for Stanford shib · ca649d3c
      Jason Bau authored
      As stipulated by Stanford's office of general counsel
      ca649d3c
    • Jason Bau's avatar
      The bulk of Shibboleth authentication for Stanford · 824fb9a3
      Jason Bau authored
      Highlights:
      * The url '/shib-login/' interfaces with apache/mod_shib via
        request.META to handle shibboleth login and registrations
      * Courses can designate 'enrollment_domains' to limit enrollment
        to users with a linked ExternalAuthMap verified by a particular
        identity provider
      * Tests
      * Logging
      
       Changes to be committed:
      
      	new file:   common/djangoapps/external_auth/migrations/0001_initial.py
      	new file:   common/djangoapps/external_auth/migrations/__init__.py
      	new file:   common/djangoapps/external_auth/tests/test_shib.py
      	modified:   common/djangoapps/external_auth/views.py
      	modified:   common/djangoapps/student/views.py
      	modified:   common/lib/xmodule/xmodule/course_module.py
      	modified:   lms/djangoapps/courseware/access.py
      	modified:   lms/djangoapps/courseware/tests/test_access.py
      	modified:   lms/envs/common.py
      	modified:   lms/envs/dev.py
      	modified:   lms/envs/test.py
      	modified:   lms/templates/courseware/course_about.html
      	modified:   lms/templates/dashboard.html
      	modified:   lms/templates/extauth_failure.html
      	modified:   lms/templates/navigation.html
      	modified:   lms/templates/register.html
      	modified:   lms/templates/signup_modal.html
      	modified:   lms/urls.py
      	renamed:    lms/wsgi_apache.py -> lms/wsgi_apache_lms.py
      824fb9a3
  10. Jun 17, 2013
  11. Jun 10, 2013
  12. Jun 05, 2013
  13. Jun 04, 2013
  14. May 28, 2013
  15. May 23, 2013
  16. May 17, 2013
  17. May 10, 2013
  18. May 08, 2013
  19. May 03, 2013
    • Diana Huang's avatar
      Use new login page for marketing site when student is trying to · 3e217c8f
      Diana Huang authored
      access login_required page.
      3e217c8f
    • Greg Price's avatar
      Modify course registration flow for new login and registration pages · e5846e64
      Greg Price authored
      Now that we are using separate pages for login and registration rather than
      modals, clicking the registration button for a course should direct an
      unauthenticated user to the registration page, and the user should be enrolled
      in the course upon successful registration. Likewise, an unauthenticated user
      attempting to unenroll from a course should be directed to the login page and
      subsequently unenrolled from the course upon successful login. The enrollment
      change service also now uses HTTP status codes rather than JSON to communicate
      status to the front end.
      e5846e64
    • Victor Shnayder's avatar
      Press updates · aae40b43
      Victor Shnayder authored
      LH: 381, 382, 383
      aae40b43
  20. Apr 29, 2013
    • dcadams's avatar
      Modifications to instructor dashboard - enrollment tab: · c64f0b1a
      dcadams authored
      - Remove single enrollment/unenrollment
      - Make unenrollment work with multi-email listbox.
      - Provide checkbox for auto-enroll on activate if user not yet signed
      up.
      - Enroll student when activating if auto-enroll flag set.
      c64f0b1a
  21. Apr 25, 2013
  22. Apr 17, 2013
  23. Apr 11, 2013
  24. Apr 09, 2013