isso/isso
Julien Enselme 6973128eac Correct auth without password or username.
If no username is set, returns an empty string. So the test `username is
not None` is always True. Idem for password. This can lead to
authentication problems. This commit fixes the test to `if username and
password` as it was in the previous version.
2015-03-07 16:00:28 +01:00
..
css add option to hide voting feature, closes #115 2014-08-18 12:32:16 +02:00
db Save the session-key as a unicode string in the db 2015-02-25 00:21:55 -08:00
demo Reverted change to demo file; changed web server config to mount the uWSGI app at the root, as it turns out it's capable of serving the demo file itself 2015-01-03 13:07:41 +00:00
ext Correct auth without password or username. 2015-03-07 16:00:28 +01:00
js Merge branch 'legacy/0.9' 2015-03-04 22:13:03 +01:00
tests Merge branch 'legacy/0.9' 2015-03-04 22:13:03 +01:00
utils Merge branch 'legacy/0.9' 2015-03-04 22:13:03 +01:00
views Merge branch 'legacy/0.9' 2014-08-18 13:09:24 +02:00
__init__.py Merge branch 'legacy/0.9' 2015-03-04 22:13:03 +01:00
compat.py add POST request to get comment counts for multiple URLs 2014-03-25 18:50:21 +01:00
config.py Merge branch 'legacy/0.9' 2014-10-08 18:06:56 +02:00
core.py import backports.configparser before configparser, #128 2014-10-07 12:09:41 +02:00
dispatch.py Merge branch 'legacy/0.9' 2014-07-09 12:37:53 +02:00
migrate.py Merge branch 'legacy/0.9' 2014-12-25 21:53:31 +01:00
run.py Merge branch 'legacy/0.9' 2014-07-09 12:37:53 +02:00
wsgi.py Merge branch 'legacy/0.9' 2015-03-04 22:13:03 +01:00