- Nov 11, 2021
-
-
David Robertson authored
I'm not sure why this was excluded---it seemed to be passing for me. But it's easy enough to fixup.
-
David Robertson authored
-
David Robertson authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Dirk Klimpel authored
-
Patrick Cloke authored
-
- Nov 10, 2021
-
-
Neeeflix authored
Signed-off-by:
Jonas Zeunert <jonas@zeunert.org>
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Andrew Morgan authored
-
Richard van der Hoff authored
as of #11012, these parameters are unused.
-
Olivier Wilkinson (reivilibre) authored
Synapse 1.47.0rc2 (2021-11-10) ============================== This fixes an issue with publishing the Debian packages for 1.47.0rc1. It is otherwise identical to 1.47.0rc1.
-
Olivier Wilkinson (reivilibre) authored
-
Olivier Wilkinson (reivilibre) authored
-
Olivier Wilkinson (reivilibre) authored
-
- Nov 09, 2021
-
-
Stanislav Motylkov authored
-
Patrick Cloke authored
This was due to a conflict between #11282, which changed mypy configuration, and #11228, a normal change.
-
Dan Callahan authored
Signed-off-by:
Dan Callahan <danc@element.io>
-
Andrew Morgan authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Olivier Wilkinson (reivilibre) authored
-
David Robertson authored
Co-authored-by:
Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
Patrick Cloke authored
Adds experimental support for `relation_types` and `relation_senders` fields for filters.
-
Olivier Wilkinson (reivilibre) authored
-
Olivier Wilkinson (reivilibre) authored
-
Olivier Wilkinson (reivilibre) authored
-
Andrew Morgan authored
-
Erik Johnston authored
When fetching remote devices for the first time, we did not correctly include the cross signing keys in the returned results. c.f. #11159
-
rogersheu authored
Co-authored-by:
reivilibre <olivier@librepush.net>
-
Eric Eastwood authored
`get_insertion_event_by_batch_id` -> `get_insertion_event_id_by_batch_id` Split out from https://github.com/matrix-org/synapse/pull/11114
-
- Nov 08, 2021
-
-
Erik Johnston authored
Fixes #11259
-
Patrick Cloke authored
-
Richard van der Hoff authored
We might as well use a default value for `public_baseurl` based on `server_name` - in many cases, it will be correct.
-
Dan Callahan authored
Signed-off-by:
Dan Callahan <danc@element.io>
-
Erik Johnston authored
-
Erik Johnston authored
* Make lock better handle process being killed If the process gets killed and restarted (so that it didn't have a chance to drop its locks gracefully) then there may still be locks in the DB that are for the same instance that haven't yet timed out but are safe to delete. We handle this case by a) checking if the current instance already has taken out the lock, and b) if not then ignoring locks that are for the same instance. * Periodically check for old staged events This is to protect against other instances dying and their locks timing out.
-
- Nov 07, 2021
-
-
Dan Callahan authored
* Remove unused Vagrant scripts * Change package Architecture to any * Preinstall the wheel package when building venvs. Addresses the following warnings during Debian builds: Using legacy 'setup.py install' for jaeger-client, since package 'wheel' is not installed. Using legacy 'setup.py install' for matrix-synapse-ldap3, since package 'wheel' is not installed. Using legacy 'setup.py install' for opentracing, since package 'wheel' is not installed. Using legacy 'setup.py install' for psycopg2, since package 'wheel' is not installed. Using legacy 'setup.py install' for systemd-python, since package 'wheel' is not installed. Using legacy 'setup.py install' for pympler, since package 'wheel' is not installed. Using legacy 'setup.py install' for threadloop, since package 'wheel' is not installed. Using legacy 'setup.py install' for thrift, since package 'wheel' is not installed. * Allow /etc/default/matrix-synapse to be missing Per the systemd.exec manpage, prefixing an EnvironmentFile with "-": > indicates that if the file does not exist, it will not be read and no > error or warning message is logged. Signed-off-by:
Dan Callahan <danc@element.io>
-
- Nov 05, 2021
-
-
Julian authored
Co-authored-by:
David Robertson <david.m.robertson1@gmail.com> Co-authored-by:
Julian Vanden Broeck <julian.vandenbroeck@dalibo.com>
-
Erik Johnston authored
Fixes #11252
-