- Nov 05, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Co-Authored-By:
Brendan Abolivier <babolivier@matrix.org> Co-Authored-By:
Erik Johnston <erik@matrix.org>
-
Richard van der Hoff authored
... to stop people causing DoSes with malicious web pages
-
- Oct 29, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Brendan Abolivier authored
-
Richard van der Hoff authored
another typo
-
Richard van der Hoff authored
fix typo
-
Erik Johnston authored
Make room directory search case insensitive
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
- Oct 28, 2019
-
-
Richard van der Hoff authored
Make sure that we check that events sent over /send_join, /send_leave, and /invite, are correctly signed and come from the expected servers.
- Oct 25, 2019
-
-
Erik Johnston authored
Remove repeated calls to config.stats_enabled.
-
Erik Johnston authored
Fix /keys/query API on workers.
-
Erik Johnston authored
-
Erik Johnston authored
The necessary getters were added only to the master store and not the worker stores.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Turns out that fetching variables from the config object is expensive, so doing it once at startup avoids unnecessary work.
-
- Oct 24, 2019
-
-
Erik Johnston authored
Move schema delta files to the correct data store.
-
Brendan Abolivier authored
Add new boolean column to synapse_port_db
-
Erik Johnston authored
-
Erik Johnston authored
They were put in the global schema delta directory due to a bad merge.
-
Andrew Morgan authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Neil Johnson authored
The expected use case is to suppress MAU limiting on small instances
-
- Oct 23, 2019
-
-
Andrew Morgan authored
-
Brendan Abolivier authored
Fix import paths in synapse_port_db
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Make `synapse_port_db` correctly create indexes in the PostgreSQL database, by having it run the background updates on the database before migrating the data. To ensure we're migrating the right data, also block the port if the SQLite3 database still has pending or ongoing background updates. Fixes #4877
-
Andrew Morgan authored
Add a linting script that enforces all boolean values in the default config be lowercase. This has annoyed me for a while so I decided to fix it.
-
Erik Johnston authored
Refactor storage layer to support multiple databases
-
- Oct 22, 2019
-
-
Erik Johnston authored
-