forked-synapse/synapse/storage/databases/main
Patrick Cloke 9562f0c2f1
Ensure emails are canonicalized before fetching associated user. (#11547)
This should fix pushers with an email in non-canonical form is used as
the pushkey.
2021-12-10 07:17:28 -05:00
..
__init__.py Get directory db file to pass mypy (#11339) 2021-11-15 12:59:05 +00:00
account_data.py
appservice.py Add type annotations to tests.storage.test_appservice. (#11488) 2021-12-02 15:30:05 +00:00
cache.py
censor_events.py
client_ips.py
deviceinbox.py Improve performance of remove_{hidden,deleted}_devices_from_device_inbox (#11421) 2021-11-25 15:14:54 +00:00
devices.py Send and handle cross-signing messages using the stable prefix. (#10520) 2021-12-08 10:01:38 +00:00
directory.py Get directory db file to pass mypy (#11339) 2021-11-15 12:59:05 +00:00
e2e_room_keys.py
end_to_end_keys.py Keep fallback key marked as used if it's re-uploaded (#11382) 2021-11-19 11:40:12 +00:00
event_federation.py Disambiguate queries on state_key (#11497) 2021-12-02 22:42:58 +00:00
event_push_actions.py Improved push typing (#11409) 2021-11-30 11:49:20 +00:00
events_bg_updates.py Store arbitrary relations from events. (#11391) 2021-11-22 12:01:47 -05:00
events_forward_extremities.py
events_worker.py Disambiguate queries on state_key (#11497) 2021-12-02 22:42:58 +00:00
events.py Do not allow cross-room relations, per MSC2674. (#11516) 2021-12-09 13:16:01 -05:00
filtering.py
group_server.py
keys.py
lock.py
media_repository.py
metrics.py
monthly_active_users.py Ensure emails are canonicalized before fetching associated user. (#11547) 2021-12-10 07:17:28 -05:00
openid.py
presence.py
profile.py Database storage profile passes mypy (#11342) 2021-11-15 12:59:33 +00:00
purge_events.py Disambiguate queries on state_key (#11497) 2021-12-02 22:42:58 +00:00
push_rule.py Add type hints to synapse/storage/databases/main/events_worker.py (#11411) 2021-11-26 18:41:31 +00:00
pusher.py
receipts.py Add a constant for receipt types (m.read). (#11531) 2021-12-08 12:26:29 -05:00
registration.py Ensure emails are canonicalized before fetching associated user. (#11547) 2021-12-10 07:17:28 -05:00
rejections.py
relations.py Do not allow cross-room relations, per MSC2674. (#11516) 2021-12-09 13:16:01 -05:00
room_batch.py
room.py Add dedicated admin API for blocking a room (#11324) 2021-11-18 17:43:49 +00:00
roommember.py Disambiguate queries on state_key (#11497) 2021-12-02 22:42:58 +00:00
search.py
session.py
signatures.py
state_deltas.py Improve log messages for stream ids (#11536) 2021-12-08 14:15:14 +00:00
state.py
stats.py
stream.py Comments on the /sync tentacles (#11494) 2021-12-02 20:58:32 +00:00
tags.py
transactions.py Add admin API to get some information about federation status (#11407) 2021-12-06 16:59:50 +00:00
ui_auth.py
user_directory.py
user_erasure_store.py