summary refs log tree commit diff
path: root/tests/unittest.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-23Do not check lint/test dependencies at runtime. (#8377)Patrick Cloke5-15/+25
moves non-runtime dependencies out of synapse.python_dependencies (test and lint)
2020-09-23Add note to reverse_proxy.md about disabling Apache's mod_security2 (#8375)Julian Fietkau2-0/+9
This change adds a note and a few lines of configuration settings for Apache users to disable ModSecurity for Synapse's virtual hosts. With ModSecurity enabled and running with its default settings, Matrix clients are unable to send chat messages through the Synapse installation.