Commit Graph

178 Commits (48278a0d09c19f008910b10ec5922327c09533f2)

Author SHA1 Message Date
Erik Johnston 6250b95efe
Add index to `local_group_updates.stream_id` (#11231) 3 years ago
reivilibre 4c838112dc
Remove unnecessary list comprehension in `synapse_port_db` to fix linting in CI (#11043) 3 years ago
Patrick Cloke f4b1a9a527
Require direct references to configuration variables. (#10985) 3 years ago
Nick Barrett c80878d22a
Add `--run-background-updates` option to `update_database` script. (#10954) 3 years ago
Sean 924276f482
Add a partial index to `presence_stream` to speed up startups (#10748) 3 years ago
Erik Johnston 6655ea5587
Add script for getting info about recently registered users (#10290) 3 years ago
Quentin Gliech bd4919fb72
MSC2918 Refresh tokens implementation (#9450) 3 years ago
Richard van der Hoff daca7b2794
Fix off-by-one-error in synapse_port_db (#9991) 4 years ago
Richard van der Hoff 6482075c95
Run `black` on the scripts (#9981) 4 years ago
Richard van der Hoff 51065c44bb
Fix port_db on empty db (#9930) 4 years ago
Erik Johnston 9d25a0ae65
Split presence out of master (#9820) 4 years ago
Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 4 years ago
Ankit Dobhal d66f9070cd
Fixed code misc. quality issues (#9649) 4 years ago
Erik Johnston 16108c579d
Fix SQL delta file taking a long time to run (#9516) 4 years ago
Patrick Cloke 65a9eb8994
Include newly added sequences in the port DB script. (#9449) 4 years ago
Erik Johnston 7036e24e98
Add background update for add chain cover index (#9029) 4 years ago
Erik Johnston b530eaa262
Allow running sendToDevice on workers (#9044) 4 years ago
Richard van der Hoff 3ad699cc65
Fix generate_log_config script (#8952) 4 years ago
Erik Johnston 1b15a3d92c
Fix port script so that it can be run again after failure. (#8755) 4 years ago
Erik Johnston 41a389934e
Fix port script fails when DB has no backfilled events. (#8729) 4 years ago
Erik Johnston 5829872bec
Fix port script to handle foreign key constraints (#8730) 4 years ago
Erik Johnston 1eb9de90c0
Improve start time by adding index to e2e_cross_signing_keys (#8694) 4 years ago
Andrew Morgan a312e890f5
Cast errors generated during synapse_port_db to str (#8585) 4 years ago
Hubert Chathi 3cd78bbe9e
Add support for MSC2732: olm fallback keys (#8312) 4 years ago
Erik Johnston e3debf9682
Add logging on startup/shutdown (#8448) 4 years ago
Dagfinn Ilmari Mannsåker bd715e1278
Add `ui_auth_sessions_ips` table to `synapse_port_db` ignore list (#8410) 4 years ago
Patrick Cloke f3e5c2e702 Mark the shadow_banned column as boolean in synapse_port_db. (#8386) 4 years ago
Erik Johnston 6fdf577593
Add new sequences to port DB script (#8387) 4 years ago
Patrick Cloke 13099ae431
Mark the shadow_banned column as boolean in synapse_port_db. (#8386) 4 years ago
Jonathan de Jong 837293c314
Remove obsolete __future__ imports (#8337) 4 years ago
Brendan Abolivier 2ffd6783c7
Revert #7736 (#8039) 4 years ago
Erik Johnston a7bdf98d01
Rename database classes to make some sense (#8033) 4 years ago
Brendan Abolivier 8dff4a1242
Re-implement unread counts (#7736) 4 years ago
Richard van der Hoff c445bc0cad Use a postgres sequence to generate guest user IDs 4 years ago
Patrick Cloke 24110255cd
Sync ignored table names in synapse_port_db to current database schema (#7717) 4 years ago
Patrick Cloke 95e41f368b
Allow local media to be marked as safe from being quarantined. (#7718) 4 years ago
Patrick Cloke 6418b0379f
Ignore the UI Auth sessions when porting from sqlite to postgresql (#7711) 5 years ago
Dagfinn Ilmari Mannsåker a3f11567d9
Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
Erik Johnston e5c67d04db
Add option to move event persistence off master (#7517) 5 years ago
Erik Johnston d7983b63a6
Support any process writing to cache invalidation stream. (#7436) 5 years ago
Ivan Vilata-i-Balaguer 837f62266b Avoid attribute error when `password_config` present but empty (#6753) 5 years ago
Brendan Abolivier 07124d028d
Port synapse_port_db to async/await (#6718) 5 years ago
Erik Johnston 28c98e51ff
Add `local_current_membership` table (#6655) 5 years ago
Richard van der Hoff bf46821180 Refuse to start if sqlite is older than 3.11.0 5 years ago
Richard van der Hoff e97d1cf001 Modify check_database to take a connection rather than a cursor 5 years ago
Richard van der Hoff 85db7f73be
Add a background update to clear tombstoned rooms from the directory (#6648) 5 years ago
Richard van der Hoff 08815566bc
Automate generation of the sample and debian log configs (#6627) 5 years ago
Erik Johnston 75d8f26ac8
Split state groups into a separate data store (#6296) 5 years ago
Richard van der Hoff b95b762560
Add an export_signing_key script (#6546) 5 years ago
Erik Johnston 2284eb3a53
Add database config class (#6513) 5 years ago