django-cas-server/cas_server
Allie Micka 816d350548 Fix some spelling and grammar on log messages. 2016-09-18 11:26:09 +02:00
..
locale/fr/LC_MESSAGES Add a CAS_INFO_MESSAGES and CAS_INFO_MESSAGES_ORDER settings allowing to display messages 2016-08-24 18:01:45 +02:00
management Fix some english typos and update french translation 2016-08-24 17:21:50 +02:00
migrations Add a forgotten migration (only change help_text and validators) 2016-08-24 23:14:31 +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 Fix lang attribute in django 1.7 2016-08-27 11:13:55 +02:00
templatetags typo in templatetags docstrings 2016-08-02 15:22:27 +02:00
tests Add a test for login with missing parameter (username or password or both) 2016-09-10 15:24:30 +02:00
__init__.py Update version to 0.7.4 2016-09-07 20:19:18 +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 Corrects various errors spoted by travis and codacy 2016-08-06 11:44:58 +02:00
cas.py [cas.py] Append renew=true when validating tickets 2016-08-01 17:01:11 +02:00
default_settings.py Add a CAS_INFO_MESSAGES and CAS_INFO_MESSAGES_ORDER settings allowing to display messages 2016-08-24 18:01:45 +02:00
federate.py Support authentication renewal in federate mode 2016-08-01 17:36:33 +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 Fix some english typos and update french translation 2016-08-24 17:21:50 +02:00
urls.py Add secret as sensitive variables/post parameter for /auth 2016-07-31 12:28:10 +02:00
utils.py Allow both unicode and bytes dotted string in utils.import_attr 2016-09-18 11:21:33 +02:00
views.py Fix some spelling and grammar on log messages. 2016-09-18 11:26:09 +02:00