django-cas-server/cas_server
Valentin Samir 753e3b5625 Fix #38 calling django.contrib.staticfiles.templatetags.staticfiles.static before collectstatic raise a ValueError.
In debug bug, it actually works and do not raise an exception, but in
non-debug mode, it tries to search the staticfiles manifest for the file.
If there is no manifest because collectstatic has not been run before, this fails.
2018-04-29 19:04:59 +02:00
..
locale Added protuguese translation (brazilian variant) 2017-08-29 18:14:00 +02:00
management Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00
migrations added the missing migration 2017-03-30 15:25:49 +02:00
static/cas_server Add a CAS_INFO_MESSAGES and CAS_INFO_MESSAGES_ORDER settings allowing to display messages 2016-08-24 18:01:45 +02:00
templates/cas_server Always return authenticationDate, longTermAuthenticationRequestTokenUsed and isFromNewLogin attributes 2018-04-29 18:48:41 +02:00
templatetags typo in templatetags docstrings 2016-08-02 15:22:27 +02:00
tests Fix code style of previous commit 2018-04-29 19:04:44 +02:00
__init__.py Update version to 0.9.0 2017-11-17 15:32:42 +01: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 Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
auth.py Support for ldap3 version 2 or more (changes in the API) 2017-03-29 14:34:58 +02:00
cas.py Always return authenticationDate, longTermAuthenticationRequestTokenUsed and isFromNewLogin attributes 2018-04-29 18:48:41 +02:00
default_settings.py Fix #38 calling django.contrib.staticfiles.templatetags.staticfiles.static before collectstatic raise a ValueError. 2018-04-29 19:04:59 +02:00
federate.py Fix more spelling and grammar errors 2016-09-18 11:40:03 +02:00
forms.py Only check for valid username/password if username and password POST fields are posted. 2016-09-07 17:13:42 +02:00
models.py added the bigger username migration and change 2017-03-29 17:52:12 +02:00
urls.py Add secret as sensitive variables/post parameter for /auth 2016-07-31 12:28:10 +02:00
utils.py Add support for Django 2.0, fix #33 2018-01-27 10:44:34 +01:00
views.py Always return authenticationDate, longTermAuthenticationRequestTokenUsed and isFromNewLogin attributes 2018-04-29 18:48:41 +02:00