django-cas-server/cas_server
Yohann D'ANELLO 251cfb9b49
Construct a middleware without a get_response function is deprecated and will not work in a future release.
Signed-off-by: Yohann D'ANELLO <ynerant@¢rans.org>
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2020-12-22 23:07:33 +01:00
..
locale Added protuguese translation (brazilian variant) 2017-08-29 18:14:00 +02:00
management Support Django 2.2 and 3.0 2020-07-05 14:52:01 +02:00
migrations Fix squashed migrations, the app name should be 'cas_server' and not b'cas_server' 2018-05-21 13:25:36 +02:00
static/cas_server Bootstrap 4 templates (#47) 2020-07-05 14:52:01 +02:00
templates/cas_server Bootstrap 4 templates (#47) 2020-07-05 14:52:01 +02:00
templatetags typo in templatetags docstrings 2016-08-02 15:22:27 +02:00
tests django.conf.urls is deprecated and will be removed in Django 4.0, use django.urls.re_path instead 2020-12-22 23:07:33 +01:00
__init__.py Update to version 1.2.0 2020-07-05 15:27:15 +02:00
admin.py Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00
apps.py Support Django 2.2 and 3.0 2020-07-05 14:52:01 +02:00
auth.py set ldap3 client_strategy from sync to sync-restartable; in order to avoid error 32 broken pipe caused by time out 2019-01-25 15:28:07 +08:00
cas.py Always return authenticationDate, longTermAuthenticationRequestTokenUsed and isFromNewLogin attributes 2018-04-29 18:48:41 +02:00
default_settings.py Support Django 2.2 and 3.0 2020-07-05 14:52:01 +02:00
federate.py Fix more spelling and grammar errors 2016-09-18 11:40:03 +02:00
forms.py Support Django 2.2 and 3.0 2020-07-05 14:52:01 +02:00
models.py Code quality 2020-07-05 14:52:01 +02:00
urls.py django.conf.urls is deprecated and will be removed in Django 4.0, use django.urls.re_path instead 2020-12-22 23:07:33 +01:00
utils.py With Python 3.9, the crypt function raises an OSError 2020-12-22 23:07:33 +01:00
views.py Construct a middleware without a get_response function is deprecated and will not work in a future release. 2020-12-22 23:07:33 +01:00