summary refs log tree commit diff
path: root/synapse/_scripts/synapse_port_db.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaces all usages of `StreamIdGenerator` with `MultiWriterIdGenerator` (#17...Erik Johnston2024-05-301-10/+61
* Add support for MSC3823 - Account Suspension (#17051)Shay2024-05-011-1/+1
* Add support for moving `/push_rules` off of main process (#17037)Erik Johnston2024-03-281-6/+3
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-131-11/+11
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
* Update license headersPatrick Cloke2023-11-211-12/+16
* Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)Patrick Cloke2023-11-091-2/+1
* Portdb: don't copy a table that gets rebuilt (#16563)David Robertson2023-10-271-1/+1
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-2/+7
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-3/+3
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-101-1/+1
* Properly setup the additional sequences in the portdb script. (#16043)Patrick Cloke2023-08-011-3/+15
* Add basic read/write lock (#15782)Erik Johnston2023-07-051-1/+8
* Add foreign key constraint to `event_forward_extremities`. (#15751)Erik Johnston2023-07-051-0/+2
* Fix harmless exception in port DB script (#15814)Erik Johnston2023-06-211-0/+3
* Add an admin API endpoint to support per-user feature flags (#15344)Shay2023-04-281-0/+1
* Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458)Shay2023-04-261-1/+4
* Delete server-side backup keys when deactivating an account. (#15181)Shay2023-04-041-0/+2
* Make cleaning up pushers depend on the device_id instead of the token_id (#15...Quentin Gliech2023-03-241-1/+5
* Add a check to SQLite port DB script to ensure that the sqlite database passe...Shay2023-03-221-0/+8
* Revert "check sqlite database file exists before porting/#14692" (#15301)Shay2023-03-211-1/+1
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Teach portdb about `un_partial_stated_event_stream` (#15108)David Robertson2023-02-201-33/+52
* Always notify replication when a stream advances (#14877)Erik Johnston2023-01-201-0/+4
* Check sqlite database file exists before porting. (#14692)Jeyachandran Rathnam2022-12-221-1/+1
* Add an API for listing threads in a room. (#13394)Patrick Cloke2022-10-131-0/+2
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-291-1/+1
* Support enabling/disabling pushers (from MSC3881) (#13799)Brendan Abolivier2022-09-211-0/+1
* Add receipts event stream ordering (#13703)Nick Mills-Barrett2022-09-131-0/+2
* Drop unused tables from groups/communities. (#12967)Patrick Cloke2022-07-131-16/+0
* Ensure portdb selects _all_ rows with negative rowids (#13226)David Robertson2022-07-111-1/+4
* Check that `auto_vacuum` is disabled when porting a SQLite database to Postgr...reivilibre2022-07-071-0/+34
* Merge remote-tracking branch 'origin/release-v1.62' into developPatrick Cloke2022-06-301-4/+2
|\
| * Add index to help delete old push actions (#13141)Erik Johnston2022-06-301-4/+2
* | Improve performance of getting unread counts in rooms (#13119)Erik Johnston2022-06-291-0/+3
|/
* Speed up `get_unread_event_push_actions_by_room` (#13005)Erik Johnston2022-06-151-0/+4
* Replace noop background updates with DELETE. (#12954)Patrick Cloke2022-06-131-2/+0
* Fix Synapse git info missing in version strings (#12973)David Robertson2022-06-071-5/+2
* Remove remaining pieces of groups code. (#12966)Patrick Cloke2022-06-061-0/+1
* Remove groups code from synapse_port_db. (#12899)Patrick Cloke2022-06-031-8/+15
* Remove most groups datastore code. (#12895)Patrick Cloke2022-05-311-2/+2
* Disallow untyped defs in synapse._scripts (#12422)David Robertson2022-04-111-74/+147
* Make `synapse._scripts` pass typechecks (#12421)David Robertson2022-04-081-22/+31
* Track device list updates per room. (#12321)Erik Johnston2022-04-041-0/+1
* Move scripts directory inside synapse, exposing as setuptools entry_points (#...David Robertson2022-03-021-0/+1257