Commit Graph

9 Commits

Author SHA1 Message Date
Jérôme Schneider 8b1775a3ad backends: add has_sp_login method to test if a local login is already used
Refs #6000
2015-01-30 11:30:46 +01:00
Jérôme Schneider 4c755abe69 backends: add last_connection_date and creation_date to update_or_create
Closes #5542
2014-09-19 16:27:01 +02:00
Jérôme Schneider ee0e90771f backends: syntax fixes 2014-09-19 10:56:04 +02:00
Jérôme Schneider 5294fd40c4 backends: implement a new ldap storage backend
Closes #5425
2014-09-16 09:37:08 +02:00
Jérôme Schneider 0bc96bcc0b backends: fix typo (dafault instead of default) 2014-09-13 17:37:52 +02:00
Jérôme Schneider c62aae3856 backends: complete rewrite of the interface
The old interface was to specific for sqlalchemy this new one allow to
write new backends

WARNING: this commit could break compability for some filter which uses
the old interface
2014-09-10 18:51:54 +02:00
Jérôme Schneider b5f19ef9c7 config: allow external application to modify config 2013-05-22 18:46:50 +02:00
Jérôme Schneider e6211639e3 backend: fixes backends import and sql backend
Migrate from sqlalchemy-migrate to alembic

 * mandaye/auth/authform.py: fix backend sql call
 * mandaye/backends/sql.py: fixes
 * mandaye/backends/default.py: fix backend call
 * mandaye/config.py: new backend call
2013-05-22 11:40:48 +02:00
Jérôme Schneider e0ea574b04 Fixes #710: manage storage backends and implement sql one
WARNING: this commit brake sql migrations
2013-05-21 11:59:19 +02:00