You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isso/isso
Shimmy Xu 7eed747e7a
Use `html.escape` for Python versions where `cgi.escape` is removed (#600)
4 years ago
..
css Merge pull request #490 from vincentbernat/fix/css-notification 6 years ago
db Add a approve-if-email-previously-approved setting. 5 years ago
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 10 years ago
ext Set subject for notification about new comment, subject should not be empty (#589) 5 years ago
img Add a basic admin interface (Fix issue #10) 7 years ago
js Make Isso compatible with Content Security Policies without `script-src 'unsafe-inline'` (#597) 5 years ago
templates Make Isso compatible with Content Security Policies without `script-src 'unsafe-inline'` (#597) 5 years ago
tests Return 200 with empty array when there are no comments #301 (#565) 5 years ago
utils Fix another python3-specific flake. 6 years ago
views Use `html.escape` for Python versions where `cgi.escape` is removed (#600) 4 years ago
__init__.py Activate generic importer + document usage 5 years ago
compat.py Fix flake8 errors. 5 years ago
config.py Fix flake8 errors. 5 years ago
core.py Fix flake8 errors. 5 years ago
defaults.ini actually include isso/defaults.ini 8 years ago
dispatch.py autopep8 the code and then flake8 6 years ago
migrate.py Fix compatibility with new XML API. 5 years ago
run.py symlink share/isso.conf to isso/defaults.ini and include it properly 8 years ago
wsgi.py Use AF_INET if AF_UNIX isn't available (i.e. Windows) 6 years ago