- 12 Jan, 2019 3 commits
-
-
Valentin Samir authored
Update version to 1.0.0
-
Valentin Samir authored
-
Valentin Samir authored
-
- 21 May, 2018 2 commits
-
-
Valentin Samir authored
-
Valentin Samir authored
-
- 30 Apr, 2018 2 commits
-
-
Valentin Samir authored
-
-
- 29 Apr, 2018 8 commits
-
-
Valentin Samir authored
-
Valentin Samir authored
-
Valentin Samir authored
-
Valentin Samir authored
-
Valentin Samir authored
-
Valentin Samir authored
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.
-
Valentin Samir authored
-
Valentin Samir authored
Always return authenticationDate, longTermAuthenticationRequestTokenUsed and isFromNewLogin attributes As specified in the CAS response XML schema (see Appendix A). Fix #37 as returned attributes are now never empty.
-
- 27 Jan, 2018 1 commit
-
-
Valentin Samir authored
-
- 17 Nov, 2017 4 commits
-
-
Valentin Samir authored
-
Valentin Samir authored
Update version to 0.9.0 v0.9.0 - 2017-11-17 =================== Added ----- * Dutch translation * Protuguese translation (brazilian variant) * Support for ldap3 version 2 or more (changes in the API) All exception are now in ldap3.core.exceptions, methodes for fetching attritutes and dn are renamed. * Possibility to disable service message boxes on the login pages Fixed ----- * Then using the LDAP auth backend with ``bind`` method for password check, do not try to bind if the user dn was not found. This was causing the exception ``'NoneType' object has no attribute 'getitem'`` describe in #21 * Increase the max size of usernames (30 chars to 250) * Fix XSS js injection
-
Valentin Samir authored
-
Valentin Samir authored
-
- 29 Aug, 2017 1 commit
-
-
Roberto Morati authored
-
- 25 Apr, 2017 3 commits
-
-
Valentin Samir authored
Add changelog for merges 03a06926 and 253b4311
-
Valentin Samir authored
Added a way to disable the service messages on the login page
-
Valentin Samir authored
The username was really small
-
- 07 Apr, 2017 1 commit
-
-
Valentin Samir authored
-
- 30 Mar, 2017 1 commit
-
-
Jorik Kraaikamp authored
-
- 29 Mar, 2017 9 commits
-
-
Jorik Kraaikamp authored
-
Jorik Kraaikamp authored
-
Jorik Kraaikamp authored
-
Jorik Kraaikamp authored
-
Valentin Samir authored
All exception are now in ldap3.core.exceptions, methodes for fetching attritutes and dn are renamed.
-
Valentin Samir authored
Then using the LDAP auth backend with ``bind`` method for password check, do not try to bind if the user dn was not found. This was causing the exception ``'NoneType' object has no attribute 'getitem'`` describe in #21
-
Valentin Samir authored
-
Valentin Samir authored
Added dutch translations
-
Jorik Kraaikamp authored
-
- 08 Mar, 2017 2 commits
-
-
Valentin Samir authored
Update version to 0.8.0 Added ----- * Add a test for login with missing parameter (username or password or both) * Add ldap auth using bind method (use the user credentials to bind the the ldap server and let the server check the credentials) * Add CAS_TGT_VALIDITY parameter: Max time after with the user MUST reauthenticate. Fixed ----- * Allow both unicode and bytes dotted string in utils.import_attr * Fix some spelling and grammar on log messages. (thanks to Allie Micka) * Fix froms css class error on success/error due to a scpaless block * Disable pip cache then installing with make install Changed ------- * Update french translation
-
Valentin Samir authored
-
- 20 Nov, 2016 2 commits
-
-
Valentin Samir authored
-
Valentin Samir authored
-
- 07 Oct, 2016 1 commit
-
-
Valentin Samir authored
-