Commit Graph

321 Commits (705c978366146e85280af0dcf216e78d521352a3)

Author SHA1 Message Date
Erik Johnston b9391c9575
Add typing to SyncHandler (#6821) 5 years ago
Richard van der Hoff 5a246611e3
Type defintions for use in refactoring for redaction changes (#6803) 5 years ago
Erik Johnston 8df862e45d
Add `rooms.room_version` column (#6729) 5 years ago
Erik Johnston fa4d609e20
Make 'event.redacts' never raise. (#6771) 5 years ago
Erik Johnston 28c98e51ff
Add `local_current_membership` table (#6655) 5 years ago
Manuel Stahl d2906fe666 Allow admin users to create or modify users without a shared secret (#6495) 5 years ago
Richard van der Hoff d20c346544
port BackgroundUpdateTestCase to HomeserverTestCase (#6653) 5 years ago
Richard van der Hoff dc41fbf0dd Remove unused get_prev_events_and_hashes_for_room 5 years ago
Richard van der Hoff 5a04781643 rename get_prev_events_for_room to get_prev_events_and_hashes_for_room 5 years ago
Erik Johnston 75d8f26ac8
Split state groups into a separate data store (#6296) 5 years ago
Erik Johnston 2284eb3a53
Add database config class (#6513) 5 years ago
Richard van der Hoff 40eda84933
Fix race which caused deleted devices to reappear (#6514) 5 years ago
Erik Johnston 852f80d8a6 Fixup tests 5 years ago
Erik Johnston 9a4fb457cf Change DataStores to accept 'database' param. 5 years ago
Erik Johnston 4a33a6dd19 Move background update handling out of store 5 years ago
Erik Johnston 756d4942f5 Move DB pool and helper functions into dedicated Database class 5 years ago
Erik Johnston ee86abb2d6 Remove underscore from SQLBaseStore functions 5 years ago
Amber Brown 0f87b912ab
Implementation of MSC2314 (#6176) 5 years ago
Hubert Chathi 0d27aba900
add etag and count to key backup endpoints (#5858) 5 years ago
Hubert Chathi bb6cec27a5 rename get_devices_by_remote to get_device_updates_by_remote 5 years ago
Erik Johnston 7c8c97e635 Split purge API into events vs state 5 years ago
Erik Johnston 69f0054ce6 Port to use state storage 5 years ago
Erik Johnston 326b3dace7 Make ObservableDeferred.observe() always return deferred. 5 years ago
Hubert Chathi 4697c0de0b remove unneeded imports 5 years ago
Hubert Chathi 4cf3a30a20 switch to using HomeserverTestCase 5 years ago
Hubert Chathi 29a0bc5637 remove some unnecessary lines 5 years ago
Hubert Chathi 848cd388d9 delete keys when deleting backups 5 years ago
Erik Johnston 3ca4c7c516 Use new EventPersistenceStore 5 years ago
Hubert Chathi 3e3f9b684e fix unit test 5 years ago
Erik Johnston c66a06ac6b Move storage classes into a main "data store". 5 years ago
Neil Johnson a0d0ba7862
Fix MAU reaping where reserved users are specified. (#6168) 5 years ago
Hubert Chathi 4908fb3b30 make storage layer in charge of interpreting the device key data 5 years ago
Erik Johnston bc244627ac Fix postgres unit tests 5 years ago
Erik Johnston f44f1d2e83 Fix errors storing large retry intervals. 5 years ago
Erik Johnston ce7a3e7e27 Fix fetching censored redactions from DB 5 years ago
Neil Johnson 034db2ba21 Fix dummy event insertion consent bug (#6053) 5 years ago
Erik Johnston faac453f08 Test that pruning of old user IPs works 5 years ago
Erik Johnston acb62a7cc6 Test background update 5 years ago
Erik Johnston 51d28272e2 Query devices table for last seen info. 5 years ago
Richard van der Hoff 1e19ce00bf
Add 'failure_ts' column to 'destinations' table (#6016) 5 years ago
Amber Brown 55d5b3af88
Servers-known-about statistic (#5981) 5 years ago
Erik Johnston ad9b64b496 Fix test 5 years ago
Erik Johnston 3ff0422d2d Make redaction retention period configurable 5 years ago
Erik Johnston a4bf72c30c Censor redactions in DB after a month 5 years ago
Half-Shot 0fb5189072 Fix registration test 5 years ago
Richard van der Hoff 4e97eb89e5 Handle loops in redaction events 5 years ago
Richard van der Hoff 1cad8d7b6f
Convert RedactionTestCase to modern test style (#5768) 5 years ago
Erik Johnston 73bbaf2bc6 Add unit test for current state membership bg update 5 years ago
Amber Brown 4806651744
Replace returnValue with return (#5736) 5 years ago
Amber Brown 7ad1d76356
Support Prometheus_client 0.4.0+ (#5636) 5 years ago