- 14 Oct, 2015 1 commit
-
-
Giovanni Di Milia committed
-
- 14 Oct, 2014 1 commit
-
-
Usman Khalid committed
-
- 17 Sep, 2013 1 commit
-
-
Jason Bau committed
-
- 19 Jun, 2013 2 commits
-
-
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 -
wsgi_apache.py passes an apache env variable for SERVICE_VARIANT to the os environment, where it's normally set when we use gunicorn
Jason Bau committed
-
- 28 Aug, 2012 1 commit
-
-
Calen Pennington committed
-