Go to file
kakwa 2df56d2de2 fix template over-escaping + python 3 support
The templates were html escaping the generated js code for the
autofill and the role management. This was breaking these features.
It's okay to not escape these as they are coming from a trusted source
(configuration file).

Also make the templates python3 compatible (not need to import Set in
python 3)
2019-02-06 21:38:11 +01:00
conf adding example for unix socket in defautl conf 2017-06-09 23:24:20 +02:00
docs remove duplicated import in docs conf.py 2017-06-12 19:47:43 +02:00
goodies adding an nginx configuration exmaple for fastcgi 2017-06-09 23:09:11 +02:00
ldapcherry Protect against XSS vulnerabilities in URL redirection 2019-01-02 14:31:10 -06:00
misc fix some errors in unused code 2017-01-31 20:59:49 +01:00
resources fix template over-escaping + python 3 support 2019-02-06 21:38:11 +01:00
scripts implementing debug mode in console 2016-07-06 21:54:08 +02:00
tests remove useless tests 2017-06-12 19:50:42 +02:00
.gitignore ignore .eggs directory 2016-07-07 20:21:10 +02:00
.travis.yml fix setup.py 2017-04-06 20:58:20 +02:00
ChangeLog.rst Update ChangeLog.rst 2019-01-02 23:59:03 +01:00
LICENSE Initial commit 2014-06-02 19:46:14 +02:00
MANIFEST.in adding manifest 2015-11-03 22:24:27 +01:00
README.rst Update README.rst 2018-02-07 19:54:23 +01:00
requirements.txt changing install order 2015-07-20 00:11:48 +02:00
run_test.sh pretier and cleaner run_test.sh 2015-07-31 20:30:04 +02:00
setup.py fix import of version in docs/conf.py and setup.py 2017-04-06 20:46:58 +02:00

README.rst