- Apr 09, 2019
-
-
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
-
- Apr 03, 2019
-
-
Anders authored
Make synapse_port_db --curses work with Python 3. Signed-off-by:
Anders Jensen-Waud <anders@jensenwaud.com>
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Andrew Morgan authored
-
Richard van der Hoff authored
This is a bit fiddly due to the keyring doing weird things with logcontexts.
-
Neil Johnson authored
Remove presence list support as per MSC 1819
-
Erik Johnston authored
Implement MSC1915 - 3PID unbind APIs
-
Amber Brown authored
-
- Apr 02, 2019
-
-
Erik Johnston authored
Make starting pushers faster during start up
-
Erik Johnston authored
-