summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-27Fix new 3PID bindings being associated with rewritten IS's server names ↵Brendan Abolivier1-3/+8
instead of the original one This would make unbind requests fail because Synapse is using the server name it has in DB as destination_is to generate signature, and Sydent uses its own server name there when verifying it, so if a mismatch happens, which is the case if the name gets rewritten for routing purposes, the unbind requests fail on the signature verification.
2019-06-24Split public rooms directory auth config in twoBrendan Abolivier6-20/+49
2019-06-19Fix typo in deactivation background jobBrendan Abolivier2-1/+2
2019-06-18Add tests for constraints on changing the rule for a roomBrendan Abolivier1-0/+60
2019-06-18Add tests for 3PID invitesBrendan Abolivier1-12/+146
2019-06-18Don't process 3PIDs in _apply_restrictedBrendan Abolivier1-1/+3
2019-06-18Remove unused importBrendan Abolivier1-1/+0
2019-06-18Add tests for inviting with access rulesBrendan Abolivier1-2/+102
2019-06-18LintBrendan Abolivier1-1/+0
2019-06-18Remove unused importsBrendan Abolivier1-3/+0
</