MatrixSynapse/tests
Erik Johnston c7e29ca277
POC delete stale non-e2e devices for users (#14038)
This should help reduce the number of devices e.g. simple bots the repeatedly login rack up.

We only delete non-e2e devices as they should be safe to delete, whereas if we delete e2e devices for a user we may accidentally break their ability to receive e2e keys for a message.

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
2022-11-29 10:36:41 +00:00
..
api
app
appservice Use `device_one_time_keys_count` to match MSC3202 (#14565) 2022-11-28 16:17:29 +00:00
config
crypto Fix /key/v2/server calls with URL-unsafe key IDs (#14490) 2022-11-18 19:56:42 +00:00
events
federation Include thread information when sending receipts over federation. (#14466) 2022-11-28 14:40:17 +00:00
handlers POC delete stale non-e2e devices for users (#14038) 2022-11-29 10:36:41 +00:00
http
logging
metrics
module_api Fix an invalid comparison of `UserPresenceState` to `str` (#14393) 2022-11-16 15:25:35 +00:00
push Initial support for MSC3931: Room version push rule feature flags (#14520) 2022-11-28 16:29:53 -07:00
replication
rest Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) 2022-11-28 15:54:18 -06:00
scripts
server_notices
state
storage POC delete stale non-e2e devices for users (#14038) 2022-11-29 10:36:41 +00:00
test_utils
util Add missing type hints to test.util.caches (#14529) 2022-11-22 17:35:54 -05:00
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_phone_home.py
test_rust.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py Faster joins: filter out non local events when a room doesn't have its full state (#14404) 2022-11-21 16:46:14 +01:00
unittest.py
utils.py