forked-synapse/synapse/storage
2019-10-18 18:34:42 +01:00
..
engines Merge pull request #6156 from matrix-org/erikj/postgres_any 2019-10-10 16:41:36 +01:00
schema Merge branch 'develop' into uhoreg/e2e_cross-signing_merged 2019-10-18 11:39:40 +01:00
util Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
__init__.py use stream ID generator instead of timestamp 2019-08-28 17:17:21 -07:00
_base.py Fix SQLite take 2 2019-10-10 16:19:40 +01:00
account_data.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
appservice.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
background_updates.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_user_ips_2 2019-09-25 17:53:13 +01:00
client_ips.py Cleanup client_ips 2019-10-08 14:38:14 +01:00
deviceinbox.py Replace IN usage with helper funcs 2019-10-10 13:15:49 +01:00
devices.py Merge branch 'develop' into uhoreg/e2e_cross-signing_merged 2019-10-18 11:39:40 +01:00
directory.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
e2e_room_keys.py Opentrace e2e keys (#5855) 2019-08-22 11:28:12 +01:00
end_to_end_keys.py Merge branch 'develop' into cross-signing_sig_upload 2019-10-18 18:34:42 +01:00
event_federation.py Replace IN usage with helper funcs 2019-10-10 13:15:49 +01:00
event_push_actions.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
events_bg_updates.py Merge pull request #6156 from matrix-org/erikj/postgres_any 2019-10-10 16:41:36 +01:00
events_worker.py Replace IN usage with helper funcs 2019-10-10 13:15:49 +01:00
events.py Replace IN usage with helper funcs 2019-10-10 13:15:49 +01:00
filtering.py Disable bytes usage with postgres 2019-10-08 16:28:57 +01:00
group_server.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
keys.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
media_repository.py Lint 2019-10-07 17:44:41 +01:00
monthly_active_users.py Fix MAU reaping where reserved users are specified. (#6168) 2019-10-11 09:38:26 +01:00
openid.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
prepare_database.py Code style (Black) 2019-08-27 09:39:11 +01:00
presence.py Replace IN usage with helper funcs 2019-10-10 13:15:49 +01:00
profile.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
push_rule.py Fix yields and copy instead of move push rules on room upgrade (#6144) 2019-10-02 12:04:22 +01:00
pusher.py Disable bytes usage with postgres 2019-10-08 16:28:57 +01:00
receipts.py Replace IN usage with helper funcs 2019-10-10 13:15:49 +01:00
registration.py Fix RegistrationStore 2019-10-08 14:48:33 +01:00
rejections.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
relations.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
room.py Merge pull request #6154 from matrix-org/erikj/fix_appservice_pagination 2019-10-02 16:50:32 +01:00
roommember.py Replace IN usage with helper funcs 2019-10-10 13:15:49 +01:00
search.py Remove add_in_list_sql_clause 2019-10-10 15:35:46 +01:00
signatures.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
state_deltas.py Fix races in room stats (and other) updates. (#6187) 2019-10-10 11:29:01 +01:00
state.py Lint 2019-10-07 17:44:41 +01:00
stats.py add some logging to the rooms stats updates, to try to track down a flaky test (#6167) 2019-10-07 14:41:39 +01:00
stream.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
tags.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
transactions.py Add 'failure_ts' column to 'destinations' table (#6016) 2019-09-17 11:41:54 +01:00
user_directory.py Move user_directory's bg updates to a dedicated store 2019-10-07 17:34:45 +01:00
user_erasure_store.py Replace IN usage with helper funcs 2019-10-10 13:15:49 +01:00