django-cas-server/cas_server
Valentin Samir 2298b94f78 Add SqlAuthUser and LdapAuthUser auth classes. Deprecate the usage of SqlAuthUser in favor of SqlAuthUser.
SqlAuthUser use django databases management, and thus is compatible with all SQL databases supported
by django: postgresql, mysql, sqlite3 and oracle.

LdapAuthUser use the full pythonic ldap3 module
2016-07-31 17:09:27 +02:00
..
locale/fr/LC_MESSAGES Fix inversion between two gettext string 2016-07-30 19:20:52 +02:00
management Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
migrations Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
static/cas_server fix some codacy errors 2016-07-29 15:18:10 +02:00
templates/cas_server Fix inversion between two gettext string 2016-07-30 19:20:52 +02:00
tests Remove english "translation" and use full english text in the sources. Update french translation. 2016-07-30 01:34:43 +02:00
__init__.py Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
admin.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
apps.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
auth.py Add SqlAuthUser and LdapAuthUser auth classes. Deprecate the usage of SqlAuthUser in favor of SqlAuthUser. 2016-07-31 17:09:27 +02:00
cas.py [cas.py] factor the charset detection in a function 2016-07-29 16:34:39 +02:00
default_settings.py Add SqlAuthUser and LdapAuthUser auth classes. Deprecate the usage of SqlAuthUser in favor of SqlAuthUser. 2016-07-31 17:09:27 +02:00
federate.py Drop dependancies django-picklefield and django-bootstrap3 2016-07-24 10:51:29 +02:00
forms.py Remove english "translation" and use full english text in the sources. Update french translation. 2016-07-30 01:34:43 +02:00
models.py Remove english "translation" and use full english text in the sources. Update french translation. 2016-07-30 01:34:43 +02:00
urls.py Add secret as sensitive variables/post parameter for /auth 2016-07-31 12:28:10 +02:00
utils.py Add SqlAuthUser and LdapAuthUser auth classes. Deprecate the usage of SqlAuthUser in favor of SqlAuthUser. 2016-07-31 17:09:27 +02:00
views.py Remove english "translation" and use full english text in the sources. Update french translation. 2016-07-30 01:34:43 +02:00