- Nov 15, 2018
-
-
Samuel Dorsaz authored
-
- Jul 07, 2017
-
-
Ben Cail authored
-
- Jun 05, 2017
-
-
bcail authored
-
Samuel Dorsaz authored
-
- Apr 26, 2017
-
-
Helen Sherwood-Taylor authored
Django does this in more recent versions of its remote user middleware and it makes sense to do the same here.
-
- Apr 18, 2017
-
-
Helen Sherwood-Taylor authored
Since the README was changed from `.md` to `.rst` pip install no longer works.
-
- Apr 14, 2017
-
-
David Baumgold authored
And reformat to reStructuredText
-
- Apr 11, 2017
-
-
bcail authored
-
- Apr 10, 2017
-
-
bcail authored
* test Django 1.10, Django 1.11, and Python 3.6 * don't test any django versions except 1.11 on python 3.6 * add TEMPLATES setting and remove admin app
-
- Aug 22, 2016
-
-
Ryan Castner authored
-
bcail authored
-
- Jul 12, 2016
-
-
Neelay Shah authored
* change order of user.set_unusable_password() setting a password for user needs to be before auth.login() because get_session_auth_hash() returns the salted_hmac value of salt and password. If it remains after the auth.login() it will return a different auth_hash than what's stored in session "request.session[HASH_SESSION_KEY]". Also we don't need to update the user's password every time he logs in. * moved setting password from middle-ware to backend @ initial user-creation. * moved setting password from middle-ware to backend @ initial user-creation.
-
- Jun 09, 2016
-
-
bcail authored
-
- May 25, 2016
-
-
Timothy Allen authored
* Fix some PEP-8 formatting issues (four spaces), update to 1.8+ style of URL patterns. * Switch to v1.8 style TEMPLATE settings. * Small spacing issue. * Tabs to spaces for code blocks. * Finalize PEP-8 for middleware docs.
-
Sören Berger authored
* Add permission group mapping * Fixed typos in documentation
-
- May 23, 2016
-
-
bcail authored
* add a .gitattributes file to make all files use LF * normalize all the line endings * remove an unused function; whitespace changes
-
Sören Berger authored
* Always set user attributes from shibboleth parameters * Converted parse_attributes() method to static method * Only write user object when shib_meta changed * Added test for ensure shibboleth metadata
-
- May 20, 2016
-
-
bcail authored
Replace url pattern in urls.py for Django 1.10 compatibility
-
Sören Berger authored
-
- May 02, 2016
-
-
Joseph Rhoads authored
set version to 0.8-dev for new development
-
Ben Cail authored
-
Joseph Rhoads authored
set version to 0.7 in setup.py
-
Ben Cail authored
-
- Feb 29, 2016
-
-
Joseph Rhoads authored
we can always call django.setup() now, because we only support django…
-
- Feb 26, 2016
-
-
Ben Cail authored
-
- Feb 24, 2016
-
-
Joseph Rhoads authored
bump version to 0.6-dev, update contact info
-
- Feb 22, 2016
-
-
Ben Cail authored
-
Joseph Rhoads authored
Remove django 1.6 and 1.7 from testing, since they're EOL, and remove…
-
Ben Cail authored
Remove django 1.6 and 1.7 from testing, since they're EOL, and remove python 2.6 since django 1.8 requires python 2.7
-
Joseph Rhoads authored
Tests
-
Ben Cail authored
-
Ben Cail authored
-
Ben Cail authored
-
Ben Cail authored
-
Ben Cail authored
-
Ben Cail authored
-
bcail authored
Made create_unknown_user an optional setting in the django config.
-
bcail authored
Fixed the import of app_settings for python 3.4.
-
- Feb 20, 2016
-
-
Brad Busenius authored
-
- Feb 18, 2016
-
-
Brad Busenius authored
nothing is set, it defaults to True.
-