MatrixSynapse/synapse/storage/databases/main
Patrick Cloke 444b04058b
Document why auth providers aren't validated in the admin API. (#12004)
Since it is reasonable to give a future or past auth provider,
which might not be in the current configuration.
2022-02-18 17:24:25 +00:00
..
__init__.py
account_data.py Add a background database update to purge account data for deactivated users. (#11655) 2022-02-02 11:37:18 +00:00
appservice.py
cache.py
censor_events.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
client_ips.py
deviceinbox.py
devices.py
directory.py
e2e_room_keys.py
end_to_end_keys.py Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05:00
event_federation.py
event_push_actions.py
events.py
events_bg_updates.py
events_forward_extremities.py
events_worker.py
filtering.py
group_server.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
keys.py Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
lock.py
media_repository.py Improve type hints in storage classes. (#11652) 2021-12-29 13:04:28 +00:00
metrics.py
monthly_active_users.py Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) 2021-12-14 12:34:30 +00:00
openid.py
presence.py
profile.py Database storage profile passes mypy (#11342) 2021-11-15 12:59:33 +00:00
purge_events.py
push_rule.py
pusher.py
receipts.py
registration.py Document why auth providers aren't validated in the admin API. (#12004) 2022-02-18 17:24:25 +00:00
rejections.py
relations.py
room.py
room_batch.py
roommember.py Optimise calculating device_list changes in `/sync`. (#11974) 2022-02-15 15:01:00 +00:00
search.py Refactor search code to reduce function size. (#11991) 2022-02-15 13:47:05 +00:00
session.py
signatures.py
state.py
state_deltas.py
stats.py Add type hints to `synapse/storage/databases/main/stats.py` (#11653) 2021-12-29 08:01:13 -05:00
stream.py
tags.py
transactions.py
ui_auth.py Use auto_attribs/native type hints for attrs classes. (#11692) 2022-01-13 13:49:28 +00:00
user_directory.py
user_erasure_store.py