- Jul 31, 2013
-
-
Calen Pennington authored
Remove unused course_filter page removes university_profile urls and templates removes all university_profile views remove news from templates/index
-
Brian Wilson authored
Add audit log definition, and use for logging of logins in external_auth and student apps. Move test_login to student app. Improve conditional tests for Shibboleth login logic. (Does not include reconfiguring log settings.)
-
- Jul 22, 2013
-
-
Adam Palay authored
-
Adam Palay authored
-
- Jul 17, 2013
- Jul 16, 2013
- Jul 12, 2013
-
-
David Baumgold authored
-
- Jun 26, 2013
-
-
Jean Manuel Nater authored
-
- Jun 24, 2013
- Jun 21, 2013
-
-
Ned Batchelder authored
-
Sarina Canelake authored
-
Sarina Canelake authored
-
Jason Bau authored
* Changed unicode test cases to ascii encoding * Removed 'stanford' hardcoding in TOS logic in lieu of 'SHIB_DISABLE_TOS' MIT_FEATURES flag * made 'external_auth' always an installed_app in lms * log.exception changd to log.error where appropriate But: did not change skipping tests to changing settings, for reasons stated here: https://github.com/edx/edx-platform/pull/67#issuecomment-19790330
-
- Jun 19, 2013
-
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Jason Bau authored
-
Jason Bau authored
As stipulated by Stanford's office of general counsel
-
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
-
- Jun 17, 2013
-
-
Jean Manuel Nater authored
-
- Jun 10, 2013
-
-
Don Mitchell authored
Make django use_tz
-
- Jun 05, 2013
-
-
Nate Hardison authored
When a non-edX theme is enabled, then don't return anything for "top news," which is edX-specific.
-
dcadams authored
-
- Jun 04, 2013
-
-
dcadams authored
-
- May 28, 2013
-
-
Jane Manning authored
-
- May 23, 2013
-
-
Calen Pennington authored
The most common error is Amazon SES having blacklisted an email address. However, we handle any error being raised during user.email_user. Fixes JIRA LMS-131
-
- May 17, 2013
-
-
Greg Price authored
-
- May 10, 2013
-
-
Greg Price authored
-
- May 08, 2013
-
-
Greg Price authored
-
- May 03, 2013
-
-
Diana Huang authored
access login_required page.
-
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.
-
Victor Shnayder authored
LH: 381, 382, 383
-
- Apr 29, 2013
-
-
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.
-
- Apr 25, 2013
-
-
Diana Huang authored
* hide the login behind a setting that is turned off by default * clean out some of the outdated settings and hardcoded test strings
-
- Apr 17, 2013
-
-
Calen Pennington authored
-
- Apr 11, 2013
-
-
John Jarvis authored
Previously it was only set for login
-
- Apr 09, 2013
-
-
John Jarvis authored
-