isso/isso
Shimmy Xu 7eed747e7a Use html.escape for Python versions where cgi.escape is removed (#600)
Use html.escape as cgi.escape is removed in 3.8
2019-12-12 23:05:59 +01:00
..
css Merge pull request #490 from vincentbernat/fix/css-notification 2018-11-27 19:48:49 +00:00
db Add a approve-if-email-previously-approved setting. 2019-12-07 18:28:51 +00: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 Set subject for notification about new comment, subject should not be empty (#589) 2019-11-25 10:06:42 +01:00
img Add a basic admin interface (Fix issue #10) 2017-04-23 13:45:24 +02:00
js Make Isso compatible with Content Security Policies without script-src 'unsafe-inline' (#597) 2019-12-04 00:24:49 +01:00
templates Make Isso compatible with Content Security Policies without script-src 'unsafe-inline' (#597) 2019-12-04 00:24:49 +01:00
tests Return 200 with empty array when there are no comments #301 (#565) 2019-10-01 01:04:28 +02:00
utils Fix another python3-specific flake. 2018-11-03 14:53:54 +00:00
views Use html.escape for Python versions where cgi.escape is removed (#600) 2019-12-12 23:05:59 +01:00
__init__.py Activate generic importer + document usage 2019-01-01 22:37:00 +01:00
compat.py Fix flake8 errors. 2019-04-14 15:21:23 +00:00
config.py Fix flake8 errors. 2019-04-14 15:21:23 +00:00
core.py Fix flake8 errors. 2019-04-14 15:21:23 +00:00
defaults.ini actually include isso/defaults.ini 2016-01-09 01:01:39 +01:00
dispatch.py autopep8 the code and then flake8 2018-02-08 22:46:14 +01:00
migrate.py Fix compatibility with new XML API. 2019-01-18 20:04:13 +00:00
run.py symlink share/isso.conf to isso/defaults.ini and include it properly 2016-01-09 00:15:04 +01:00
wsgi.py Use AF_INET if AF_UNIX isn't available (i.e. Windows) 2018-08-07 20:44:16 +10:00