isso/isso
Martin Zimmermann 5ce48de94a add POST request to get comment counts for multiple URLs
The old way via `GET /count?uri=...` still works, but is now deprecated
and might be removed in future releases.
The new way is much more efficient especially fore multiple listings.

The internal implemention is improvable though.
2014-03-25 18:50:21 +01:00
..
css reduce heading size in comments, fix #26 2013-12-12 12:10:50 +01:00
db add POST request to get comment counts for multiple URLs 2014-03-25 18:50:21 +01:00
ext set SMTP timeout to 10 seconds and make it configurable, ref 9a735e8 2014-03-04 09:47:54 +01:00
js add POST request to get comment counts for multiple URLs 2014-03-25 18:50:21 +01:00
utils exit if no website(s) are configured and remove default host 2014-03-20 17:07:38 +01:00
views add POST request to get comment counts for multiple URLs 2014-03-25 18:50:21 +01:00
__init__.py exit if no website(s) are configured and remove default host 2014-03-20 17:07:38 +01:00
compat.py add POST request to get comment counts for multiple URLs 2014-03-25 18:50:21 +01:00
core.py remove warning when SMTP is not configured as notifcation backend 2014-03-20 17:07:42 +01:00
dispatch.py isso.dispatch now dispatches multiple sites based on relative URLs 2013-12-08 19:09:56 +01:00
migrate.py add test for disqus import 2013-12-18 13:08:54 +01:00
run.py make_app uses threading.Lock now by default 2013-12-16 15:40:18 +01:00
wsgi.py make CORS middleware more generic to use 2014-03-04 15:40:21 +01:00