Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-27 | Fix new 3PID bindings being associated with rewritten IS's server names ↵ | Brendan Abolivier | 1 | -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-24 | Split public rooms directory auth config in two | Brendan Abolivier | 6 | -20/+49 | |
2019-06-19 | Fix typo in deactivation background job | Brendan Abolivier | 2 | -1/+2 | |
2019-06-18 | Add tests for constraints on changing the rule for a room | Brendan Abolivier | 1 | -0/+60 | |
2019-06-18 | Add tests for 3PID invites | Brendan Abolivier | 1 | -12/+146 | |
2019-06-18 | Don't process 3PIDs in _apply_restricted | Brendan Abolivier | 1 | -1/+3 | |
2019-06-18 | Remove unused import | Brendan Abolivier | 1 | -1/+0 | |
2019-06-18 | Add tests for inviting with access rules | Brendan Abolivier | 1 | -2/+102 | |
2019-06-18 | Lint | Brendan Abolivier | 1 | -1/+0 | |
2019-06-18 | Remove unused imports | Brendan Abolivier | 1 | -3/+0 | |