- Sep 07, 2019
-
-
Hubert Chathi authored
-
- Sep 06, 2019
-
-
Amber Brown authored
-
Andrew Morgan authored
`sid` is required to be part of `three_pid_creds`. We were 500'ing if it wasn't provided instead of returning `M_MISSING_PARAM`.
-
Erik Johnston authored
Correctly handle non-bool m.federate flag
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Move get_threepid_validation_session and delete_threepid_session into RegistrationWorkerStore
-
Erik Johnston authored
Fix destructuring assumption bug with using load_jinja2_templates
-
Andrew Morgan authored
Co-Authored-By:
Erik Johnston <erik@matrix.org>
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Erik Johnston authored
Don't assume there is a 'self' arg in @trace decorator
-
Andrew Morgan authored
Allow Synapse to send registration emails + choose Synapse or an external server to handle 3pid validation (#5987) This is a combination of a few different PRs, finally all being merged into `develop`: * #5875 * #5876 * #5868 (This one added the `/versions` flag but the flag itself was actually [backed out](https://github.com/matrix-org/synapse/commit/891afb57cbdf9867f2848341b29c75d6f35eef5a#diff-e591d42d30690ffb79f63bb726200891) in #5969. What's left is just giving /versions access to the config file, which could be useful in the future) * #5835 * #5969 * #5940 Clients should not actually use the new registration functionality until https://github.com/matrix-org/synapse/pull/5972 is merged. UPGRADE.rst, changelog entries and config file changes should all be reviewed closely before this PR is merged.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Sep 05, 2019
-
-
Jorik Schellekens authored
-
Jorik Schellekens authored
-
Erik Johnston authored
Link the send loop with the edus contexts
-
Jorik Schellekens authored
Co-Authored-By:
Erik Johnston <erik@matrix.org>
-
Jorik Schellekens authored
Co-Authored-By:
Erik Johnston <erik@matrix.org>
-
Jorik Schellekens authored
-
Jorik Schellekens authored
-
Jorik Schellekens authored
-
Jorik Schellekens authored
The contexts were being filtered too early so the send loop wasn't being linked to them unless the destination was whitelisted.
-
Andrew Morgan authored
-
Jorik Schellekens authored
-
Andrew Morgan authored
Implements `POST /_matrix/client/r0/account/3pid/unbind` from [MSC2140](https://github.com/matrix-org/matrix-doc/blob/dbkr/tos_2/proposals/2140-terms-of-service-2.md#post-_matrixclientr0account3pidunbind).
-
- Sep 04, 2019
-
-
Hubert Chathi authored
Cross-signing [2/4] - upload/download keys
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Andrew Morgan authored
Removes the `bind_email` and `bind_msisdn` parameters from the `/register` C/S API endpoint as per [MSC2140: Terms of Service for ISes and IMs](https://github.com/matrix-org/matrix-doc/pull/2140/files#diff-c03a26de5ac40fb532de19cb7fc2aaf7R107).
-
Andrew Morgan authored
Very small code cleanup.
-
Erik Johnston authored
Previously the stats were not being correctly populated.
-
- Sep 03, 2019
-
-
Andrew Morgan authored
-
Travis Ralston authored
* Ensure the list media admin API is always available This API is required for some external media repo implementations to operate (mostly for doing quarantine operations on a room). * changelog
-