- Apr 16, 2019
-
-
Travis Ralston authored
* Use packages.matrix.org for packages See https://github.com/vector-im/riot-web/issues/9497 (applies to more than just Olm) * changelog
-
Silke Hofstra authored
Using systemd-python allows for logging to the systemd journal, as is documented in: `synapse/contrib/systemd/log_config.yaml`. Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
- Apr 15, 2019
-
-
Erik Johnston authored
Move some rest endpoints to client reader
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Apr 13, 2019
-
-
Richard van der Hoff authored
-
- Apr 11, 2019
-
-
Andrew Morgan authored
-
- Apr 10, 2019
-
-
Erik Johnston authored
Fix schema upgrade when dropping tables
-
Richard van der Hoff authored
Avoid sending syntax errors from the manhole to sentry.
-
- Apr 09, 2019
-
-
Brendan Abolivier authored
Add time-based account expiration
-
Brendan Abolivier authored
-
Erik Johnston authored
-
Erik Johnston authored
We need to drop tables in the correct order due to foreign table constraints (on `application_services`), otherwise the DROP TABLE command will fail. Introduced in #4992.
-
Richard van der Hoff authored
Rewrite Datastore.get_server_verify_keys
-
Richard van der Hoff authored
-
- Apr 08, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Rewrite this so that it doesn't hammer the database.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
since we're pulling everything out of KeyStore anyway, we may as well simplify it.
-
Richard van der Hoff authored
There's no point in collecting a merged dict of keys: it is sufficient to consider just the new keys which have been fetched by the most recent key_fetch_fns.
-
Richard van der Hoff authored
These have been unused since #4120, and with the demise of perspectives, it is unlikely that they will ever be used again.
-
Neil Johnson authored
add context to phonehome stats
-
Richard van der Hoff authored
Fix from_server buglet in get_keys_from_perspectives
-
Neil Johnson authored
Tables dropped: * application_services, * application_services_regex, * transaction_id_to_pdu, * stats_reporting * current_state_resets * event_content_hashes * event_destinations * event_edge_hashes * event_signatures * feedback * room_hosts * state_forward_extremities
-
Richard van der Hoff authored
make sure we store the name of the server the keys came from, rather than the origin server, after doing a fetch-from-perspectives.
-
Richard van der Hoff authored
Cleanups in the Keyring
-
- Apr 04, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
It's easier to check it in the caller than to complicate the interface with an extra param.
-
Richard van der Hoff authored
Make this just return the key dict, rather than a single-entry dict mapping the server name to the key dict. It's easy for the caller to get the server name from from the response object anyway.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Brendan Abolivier authored
-
Amber Brown authored
* rewrite & simplify * changelog * cleanup potential sql injection
-
Erik Johnston authored
Add delete group admin API
-
Andrew Morgan authored
Prevent kick events from succeeding if the user is not currently in the room.
-
Marcel Krüger authored
* Do not double encode fallback redirect URL Signed-off-by:
Marcel Fabian Krüger <zauguin@gmail.com>
-
Erik Johnston authored
Fix issue #4596
-
*=0=1=4=* authored
Correct default POSTGRES_USER in Docker README
-