Skip to content
Snippets Groups Projects
  1. Aug 02, 2013
  2. Jul 31, 2013
  3. Jul 02, 2013
  4. Jun 19, 2013
    • 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
  5. Jun 05, 2013
    • Nate Hardison's avatar
      Use the contact email setting instead of if/else · 2ab00eef
      Nate Hardison authored
      Remove the Stanford-specific if/else hack to set the appropriate
      contact email address and use the `CONTACT_EMAIL` setting instead.
      2ab00eef
    • Nate Hardison's avatar
      Theme the courseware dashboard · 227271fe
      Nate Hardison authored
      Again, most of the work here is replacing "edX" with the
      `PLATFORM_NAME` setting. Need to ensure that the `news` boolean is
      indeed a falsy value as well, or just add a `theme_enabled()` test
      to disable the news block entirely (since news is an edX-specific
      feature).
      227271fe
  6. May 16, 2013
    • Greg Price's avatar
      Remove dashboard links for unstarted courses · b8d2276d
      Greg Price authored
      If a course is not started, the course image and title on the dashboard link
      to the course about page. Because the LMS course about pages do not exist
      (i.e. 404) with the marketing site enabled, we simply do not use a link if
      the course has not started.
      b8d2276d
  7. May 06, 2013
    • Diana Huang's avatar
      Address code review feedback · 6110b54c
      Diana Huang authored
      * Fix indentation/line break issues
      * Handle marketing root URL as a separate case in marketing_link
      * Move link map to its own setting.
      6110b54c
  8. May 03, 2013
  9. Mar 08, 2013
  10. Mar 06, 2013
  11. Jan 29, 2013
  12. Jan 16, 2013
  13. Jan 15, 2013
  14. Jan 10, 2013
  15. Jan 09, 2013
  16. Jan 08, 2013
  17. Jan 07, 2013
  18. Jan 06, 2013
  19. Jan 04, 2013
  20. Dec 21, 2012
  21. Dec 20, 2012
  22. Dec 19, 2012
  23. Dec 18, 2012
  24. Dec 17, 2012
  25. Dec 14, 2012
  26. Nov 26, 2012
Loading