- 19 Jun, 2013 3 commits
-
-
By linking the users
Jason Bau committed -
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
-
- 18 Jun, 2013 37 commits
-
-
Fix a bug in diff-cover
Will Daly committed -
Feature/brian/regrade celery 2
brianhw committed -
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Cherry pick change to url matching regular expression. Fixes LMS-37
Calen Pennington committed -
remove assets.js from the PIPELINE_JS since it seems to cause that file ...
chrisndodge committed -
When changing variable names for code review critique, accidental cut/paste prevented intended behavior.
Don Mitchell committed -
Fix a few remaining tz naive dates
Don Mitchell committed -
Don Mitchell committed
-
Chris Dodge committed
-
Brian Wilson committed
-
Chris Dodge committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
need to import os
chrisndodge committed -
Brian Wilson committed
-
Brian Wilson committed
-
Rename fields in CourseTaskLog, including a task_key column for indexing. Use 'rescore' instead of 'regrade'. Clean up task submission.
Brian Wilson committed -
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Add tracking calls to reset (and delete). Add tests for delete. Remove sleep statement used for manual testing.
Brian Wilson committed -
Brian Wilson committed
-
Define MITX_FEATURES['ENABLE_COURSE_BACKGROUND_TASKS'] to allow background tasks to be removed from instructor dash.
Brian Wilson committed -
Brian Wilson committed
-
Brian Wilson committed
-
Add task-history-per-student button, and fix display of task messages.
Brian Wilson committed -
column from task-in-progress table).
Brian Wilson committed
-