1. 31 Jul, 2013 3 commits
  2. 30 Jul, 2013 1 commit
  3. 29 Jul, 2013 1 commit
  4. 24 Jul, 2013 1 commit
  5. 23 Jul, 2013 1 commit
  6. 18 Jul, 2013 4 commits
  7. 08 Jul, 2013 1 commit
  8. 02 Jul, 2013 2 commits
  9. 01 Jul, 2013 6 commits
  10. 26 Jun, 2013 1 commit
  11. 24 Jun, 2013 1 commit
  12. 19 Jun, 2013 1 commit
    • The bulk of Shibboleth authentication for Stanford · 824fb9a3
      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
      Jason Bau committed
  13. 18 Jun, 2013 11 commits
  14. 11 Jun, 2013 1 commit
  15. 10 Jun, 2013 3 commits
  16. 07 Jun, 2013 1 commit
  17. 05 Jun, 2013 1 commit
    • Theme the authenticated index view · f25fdebe
      Much like the work done on the default (unauthenticated) index view,
      adjust the background image (actually, let the CSS handle it instead
      of an embedded `style` attribute in the HTML). Other adjustments
      (language, logo) are made for Stanford specifically and need to be
      reworked for general theming.
      Nate Hardison committed