- Feb 29, 2020
-
-
Sandro authored
Signed-off-by:
Sandro Jäckel <sandro.jaeckel@gmail.com>
-
- Feb 28, 2020
-
-
Patrick Cloke authored
-
Dirk Klimpel authored
Fix #6910
-
- Feb 27, 2020
-
-
Patrick Cloke authored
-
Erik Johnston authored
Instead lets just warn if the worker has a media listener configured but has the media repository disabled. Previously non media repository workers would just ignore the media listener.
-
Richard van der Hoff authored
to stop the federationhandler trying to do master stuff
-
James authored
Signed-off-by:
James Hebden <james@ec0.io>
-
Richard van der Hoff authored
I cracked, and added some type definitions in synapse.storage.
-
- Feb 26, 2020
-
-
Richard van der Hoff authored
When we get an invite over federation, store the room version in the rooms table. The general idea here is that, when we pull the invite out again, we'll want to know what room_version it belongs to (so that we can later redact it if need be). So we need to store it somewhere...
-
Patrick Cloke authored
Properly convert a coroutine into a Deferred in federation_base to fix an error when joining a room.
-
Erik Johnston authored
-
Uday Bansal authored
Signed-off-by:
Uday Bansal <43824981+udaybansal19@users.noreply.github.com>
-
Andrew Morgan authored
Ensure 'deactivated' parameter is a boolean on user admin API, Fix error handling of call to deactivate user (#6990)
-
- Feb 25, 2020
-
-
Richard van der Hoff authored
Some of the database deltas rely on `config.server_name` being set correctly, so we should check that it is before running the deltas. Fixes #6870.
-
Richard van der Hoff authored
Some of the database deltas rely on `config.server_name` being set correctly, so we should check that it is before running the deltas. Fixes #6870.
-
Erik Johnston authored
-
Fridtjof Mund authored
I made a mistake in https://github.com/matrix-org/synapse/pull/6921 - the quotes break the postgres container's startup script (or docker-compose), which makes initdb fail: https://github.com/matrix-org/synapse/pull/6921#issuecomment-590657154 Signed-off-by:
Fridtjof Mund <fridtjof@das-labor.org>
-
- Feb 24, 2020
-
-
Richard van der Hoff authored
`_process_received_pdu` is only called by `on_receive_pdu`, which ignores any events for unknown rooms, so this is redundant.
-
Richard van der Hoff authored
This is intended as a precursor to storing room versions when we receive an invite over federation, but has the happy side-effect of fixing #3374 at last. In short: change the store_room with try/except to a proper upsert which updates the right columns.
-
Richard van der Hoff authored
* Give `notif_template_html`, `notif_template_text` default values (fixes #6960) * Don't complain if `smtp_host` and `smtp_port` are unset, since they have sensible defaults (fixes #6961) * Set the example for `enable_notifs` to `True`, for consistency and because it's more useful * Raise errors as ConfigError rather than RuntimeError for nicer formatting
-
- Feb 21, 2020
-
-
Patrick Cloke authored
-
Dirk Klimpel authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
Ensure good comprehension hygiene using flake8-comprehensions.
-
Richard van der Hoff authored
Increase MAX_EVENTS_BEHIND for replication clients
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Andrew Morgan authored
Some small fixes to the copy in #6907.
-
- Feb 20, 2020
-
-
Patrick Cloke authored
Stop emitting room alias update events during room creation/upgrade.
-
Hubert Chathi authored
-
Ruben Barkow-Kuder authored
Signed-off-by:
Ruben Barkow-Kuder <github@r.z11.de>
-
- Feb 19, 2020
-
-
Erik Johnston authored
-
Erik Johnston authored
This may make gc go a bit faster as the gc will know things like caches/data stores etc. are frozen without having to check.
-
Erik Johnston authored
The state res v2 algorithm only cares about the difference between auth chains, so we can pass in the known common state to the `get_auth_chain` storage function so that it can ignore those events.
-
Richard van der Hoff authored
-
Erik Johnston authored
-