- Nov 26, 2019
-
-
Erik Johnston authored
Fix phone home stats
-
- Nov 25, 2019
-
-
Richard van der Hoff authored
Add some exception handling here so that events whose json cannot be parsed are ignored rather than getting us stuck in a loop. Fixes #6404.
- Nov 20, 2019
-
-
Andrew Morgan authored
-
Manuel Stahl authored
-
Brendan Abolivier authored
Only do `rc_login` ratelimiting on succesful login.
-
Brendan Abolivier authored
- Nov 18, 2019
-
-
Erik Johnston authored
Co-Authored-By:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-Authored-By:
Brendan Abolivier <babolivier@matrix.org>
-
- Nov 15, 2019
-
-
Andrew Morgan authored
-
- Nov 14, 2019
-
-
James authored
Signed-off-by:
James Hebden <james@ec0.io>
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
* 'develop' of github.com:matrix-org/synapse: Blacklist PurgeRoomTestCase (#6361) Set room version default to 5
-
Brendan Abolivier authored
Set room version default to 5
-
- Nov 13, 2019
-
-
Andrew Morgan authored
-
- Nov 12, 2019
-
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
- Nov 08, 2019
-
-
Brendan Abolivier authored
Fix the SQL SELECT query in _paginate_room_events_txn
-
Brendan Abolivier authored
-
Erik Johnston authored
Split purge API into events vs state and add PurgeEventsStorage
-
Erik Johnston authored
-
- Nov 07, 2019
-
-
Brendan Abolivier authored
MSC2326: Add background update to take previous events into account
-
Richard van der Hoff authored
... and update INSTALL.md to include py3.8. We'll also have to update the buildkite pipeline to run it
-
Brendan Abolivier authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Brendan Abolivier authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Brendan Abolivier authored
-
Brendan Abolivier authored
This reverts commit 1186612d.
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Doing a SELECT DISTINCT when paginating is quite expensive, because it requires the engine to do sorting on the entire events table. However, we only need to run it if we're filtering on 2+ labels, so this PR is changing the request so that DISTINCT is only used then.
-
Andrew Morgan authored
-
Richard van der Hoff authored
-