Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-08 | Clarify config template comments (#8891) | Richard van der Hoff | 4 | -16/+9 | |
2020-12-07 | Call set_avatar_url with target_user, not user_id (#8872) | Will Hunt | 3 | -3/+9 | |
* 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> | |||||
2020-12-07 | Do not raise a 500 exception when previewing empty media. (#8883) | Patrick Cloke | 3 | -12/+22 | |
2020-12-07 | Add type hints for HTTP and email pushers. (#8880) | Patrick Cloke | 8 | -101/+168 | |
2020-12-07 | Add type hints to the push mailer module. (#8882) | Patrick Cloke | 3 | -40/+85 | |
2020-12-04 | Add authentication to replication endpoints. (#8853) | Patrick Cloke | 7 | -15/+184 | |
Authentication is done by checking a shared secret provided in the Synapse configuration file. | |||||
2020-12-04 | Pass room_id to get_auth_chain_difference (#8879) | Erik Johnston | 6 | -17/+33 | |
This is so that we can choose which algorithm to use based on the room ID. | |||||
2020-12-04 | Add additional validation to pusher URLs. (#8865) | Patrick Cloke | 6 | -30/+106 | |
Pusher URLs now must end in `/_matrix/push/v1/notify` per the specification. | |||||
2020-12-04 | Do not 500 if the content-length is not provided when uploading media. (#8862) | Patrick Cloke | 2 | -1/+2 | |
Instead return the proper 400 error. | |||||
2020-12-04 | Minor update to |