summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-09Allow newly-registered users to lookup their own profilesBrendan Abolivier1-0/+4
When a user creates an account and the 'require_auth_for_profile_requests' config flag is set, and a client that performed the registration wants to lookup the newly-created profile, the request will be denied because the user doesn't share a room with themselves yet.
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-18