- Dec 09, 2019
-
-
Neil Johnson authored
Back out cross-signing code added in Synapse 1.5.0, which caused a performance regression.
-
- Nov 27, 2019
-
-
Amber Brown authored
-
- Sep 23, 2019
-
-
Andrew Morgan authored
Implements MSC2290. This PR adds two new endpoints, /unstable/account/3pid/add and /unstable/account/3pid/bind. Depending on the progress of that MSC the unstable prefix may go away. This PR also removes the blacklist on some 3PID tests which occurs in #6042, as the corresponding Sytest PR changes them to use the new endpoints. Finally, it also modifies the account deactivation code such that it doesn't just try to deactivate 3PIDs that were bound to the user's account, but any 3PIDs that were bound through the homeserver on that user's account.
-
- Sep 20, 2019
-
-
Andrew Morgan authored
As per [MSC2290](https://github.com/matrix-org/matrix-doc/pull/2290/files#diff-05cde9463e9209b701312b3baf2fb2ebR151), we're dropping the bind parameter from `/account/3pid`. This endpoint can now only be used for adding threepid's to the user's account on the homeserver.
-
- Jul 08, 2019
-
- Jul 04, 2019
-
-
Andrew Morgan authored
* Add a sytest blacklist file * Add changelog * Add blacklist to manifest
-