MatrixSynapse/synapse/storage/databases/main
Jason Robinson da16d06301 Address pr feedback
* docs updates
* prettify SQL
* add missing copyright
* cursor_to_dict
* update touched files copyright years

Signed-off-by: Jason Robinson <jasonr@matrix.org>
2021-01-11 23:43:58 +02:00
..
schema Allow running sendToDevice on workers (#9044) 2021-01-07 20:19:26 +00:00
__init__.py Address pr feedback 2021-01-11 23:43:58 +02:00
account_data.py Improve the performance of calculating ignored users in large rooms (#9024) 2021-01-07 13:03:38 +00:00
appservice.py Fix error handling around when completing an AS transaction (#8693) 2020-10-30 16:50:48 +00:00
cache.py
censor_events.py Remove frozendict_json_encoder and support frozendicts everywhere 2020-10-28 15:56:57 +00:00
client_ips.py Fix error handling during insertion of client IPs (#9051) 2021-01-08 14:15:20 +00:00
deviceinbox.py Allow running sendToDevice on workers (#9044) 2021-01-07 20:19:26 +00:00
devices.py Add number of local devices to Room Details Admin API (#8886) 2020-12-11 10:42:47 +00:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Improve start time by adding index to e2e_cross_signing_keys (#8694) 2020-11-02 13:55:56 +00:00
event_federation.py Pass room_id to get_auth_chain_difference (#8879) 2020-12-04 15:52:49 +00:00
event_push_actions.py Fix handling of stream tokens for push. (#8943) 2020-12-15 10:41:34 -05:00
events.py Remove frozendict_json_encoder and support frozendicts everywhere 2020-10-28 15:56:57 +00:00
events_bg_updates.py Add admin API to list users' local media (#8647) 2020-10-27 14:12:31 +00:00
events_forward_extremities.py Address pr feedback 2021-01-11 23:43:58 +02:00
events_worker.py Fix optional parameter in stripped state storage method (#8688) 2020-10-30 00:22:31 +00:00
filtering.py
group_server.py
keys.py Add type hints to the crypto module. (#8999) 2021-01-04 10:04:50 -05:00
media_repository.py Fix race for concurrent downloads of remote media. (#8682) 2020-10-30 10:55:24 +00:00
metrics.py Fix user_daily_visits to not have duplicate rows for UA. (#8654) 2020-10-26 13:16:32 +00:00
monthly_active_users.py
openid.py
presence.py
profile.py Add type hints for account validity handler (#8620) 2020-10-26 14:17:31 -04:00
purge_events.py Drop (almost) unused index on event_json (#8845) 2020-11-30 18:44:09 +00:00
push_rule.py
pusher.py Convert internal pusher dicts to attrs classes. (#8940) 2020-12-16 11:25:30 -05:00
receipts.py Improve appservice handler to send only the most recent read receipts when no stream_id is stored. (#8744) 2020-11-18 18:54:09 +00:00
registration.py Allow re-using a UI auth validation for a period of time (#8970) 2020-12-18 07:33:57 -05:00
rejections.py
relations.py
room.py Make search statement in List Room and User Admin API case-insensitive (#8931) 2020-12-17 10:43:37 +00:00
roommember.py Speed up remote invite rejection database call (#8815) 2020-11-25 20:06:13 +00:00
search.py
signatures.py
state.py
state_deltas.py
stats.py Add an admin API for users' media statistics (#8700) 2020-11-05 18:59:12 +00:00
stream.py
tags.py
transactions.py Use autocommit mode for single statement DB functions. (#8542) 2020-10-14 15:50:59 +01:00
ui_auth.py
user_directory.py Use the simple dictionary in full text search for the user directory (#8959) 2020-12-17 14:42:30 +01:00
user_erasure_store.py