| Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Call set_avatar_url with target_user, not user_id
Fixes https://github.com/matrix-org/synapse/issues/8871
* Create 8872.bugfix
* Update synapse/rest/admin/users.py
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
* Testing
* Update changelog.d/8872.bugfix
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
|
|
|
|
|
|
|
|
Authentication is done by checking a shared secret provided
in the Synapse configuration file.
|
|
This is so that we can choose which algorithm to use based on the room ID.
|
|
Pusher URLs now must end in `/_matrix/push/v1/notify` per the
specification.
|
|
Instead return the proper 400 error.
|
|
|
|
|
|
(#8878)
This was broken in #8801.
|
|
This removes the version pin of the `prometheus_client` dependency, in direct response to #8831. If merged, this will close #8831
As far as I can tell, no other changes are needed, but as I'm no synapse expert, I'm relying heavily on CI and maintainer reviews for this. My very primitive test of synapse with prometheus_client v0.9.0 on my home server didn't bring up any issues, so we'll see what happens.
Signed-off-by: Jordan Bancino
|
|
the constructor is called with a `module_api`.
|
|
The spec says we should return `M_FORBIDDEN` when someone tries to register and
registration is disabled.
|