django-mellon/mellon
Benjamin Dauvergne dc1e4e56ea do not flatten attributes inplace, and convert expiry to seconds (fixes #9359)
Original datetime must be kept for setting the expiry, but expiry using datetime
is not supported when using JSON sessions, so we convert it to seconds expiry
before setting it.

We also make iso8601 parsed datetime timezone aware, to match with other
datetimes in Django.
2015-12-16 18:06:07 +01:00
..
locale/fr/LC_MESSAGES Revert "views: add an iframe mode to the login view" 2015-09-25 15:38:13 +02:00
migrations add a model to store user<->NameID mapping (#7085) 2015-05-07 11:32:52 +02:00
south_migrations Add migrations for south 2015-06-05 21:46:36 +02:00
static/mellon first commit 2014-04-30 14:34:39 +02:00
templates/mellon Revert "views: add an iframe mode to the login view" 2015-09-25 15:38:13 +02:00
__init__.py Set version only from git tags 2015-03-09 13:01:43 +01:00
adapters.py adapters: prevent collision in provision_groups() (fixes #9327) 2015-12-15 10:52:10 +01:00
admin.py first commit 2014-04-30 14:34:39 +02:00
app_settings.py add PassiveAuthenticationMiddleware using a common domain cookie (fixes #8123) 2015-09-25 15:03:49 +02:00
backends.py backends: return None when authorization fails, return early if no user is found 2014-09-03 09:12:01 +02:00
middleware.py middleware: handle process_view (#9131) 2015-11-27 12:00:24 +01:00
models.py add a model to store user<->NameID mapping (#7085) 2015-05-07 11:32:52 +02:00
urls.py urls: fix error in pattern, includable patterns must not start with a ^ 2015-02-04 12:13:02 +01:00
utils.py do not flatten attributes inplace, and convert expiry to seconds (fixes #9359) 2015-12-16 18:06:07 +01:00
views.py do not flatten attributes inplace, and convert expiry to seconds (fixes #9359) 2015-12-16 18:06:07 +01:00