- Feb 10, 2014
-
-
David Baumgold authored
Fix pylint/pep8 warnings, use JsonResponse instead of HttpResponse where useful, put in TODOs to change HTTP status codes to be more accurate.
-
- Jan 30, 2014
-
-
Dave St.Germain authored
-
- Dec 03, 2013
-
-
David Baumgold authored
-
- Sep 06, 2013
-
-
Jason Bau authored
* Fix open redirect vulnerability * Add Logging To AUDIT_LOG : Note I had to change existing tests that mocked AUDIT_LOG with this * Use external_auth.views.SHIBBOLETH_DOMAIN_PREFIX in student.views * Add a bunch of documentation * PEP8 / Pylint
-
Jason Bau authored
* If a shib users type in their email on the regular login page, redirects them to /shib-login/ * Modify student.views.accounts_login to handle redirects generated by @login_required for courses that use shib for access control. Redirect those logins to /shib-login/?next=
-
- Aug 02, 2013
-
-
Diana Huang authored
-
- Jul 31, 2013
-
-
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.)
-
- Mar 27, 2013