forked-synapse/synapse/storage
2018-02-13 16:44:46 +00:00
..
engines
schema fix GIST->GIN switch 2018-01-09 16:55:51 +00:00
util
__init__.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
_base.py Merge branch 'develop' into matthew/search-all-local-users 2017-11-30 01:51:38 +00:00
account_data.py Avoid locking account_data tables for upserts 2017-11-16 18:08:01 +00:00
appservice.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
background_updates.py Reinstate event_search_postgres_gist handler 2018-02-02 14:32:51 +00:00
client_ips.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
deviceinbox.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
devices.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
directory.py Add shutdown room API 2017-06-19 12:37:27 +01:00
end_to_end_keys.py Remove redundant invalidation 2017-05-23 09:46:59 +01:00
event_federation.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
event_push_actions.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
events.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
filtering.py replaced json.dumps with encode_canonical_json 2017-06-21 14:48:12 +02:00
group_server.py Fix typo 2017-11-09 15:56:16 +00:00
keys.py Invalidate signing key cache when we gat an update 2017-09-20 01:32:42 +01:00
media_repository.py Fix error on sqlite 3.7 2017-11-21 11:14:17 +00:00
openid.py
prepare_database.py DB schema interface for password auth providers 2017-10-31 14:01:53 +00:00
presence.py
profile.py fix StoreError syntax 2017-12-05 11:09:31 +00:00
push_rule.py Increase size of push rule caches 2017-05-18 17:17:53 +01:00
pusher.py Avoid locking for upsert on pushers tables 2017-11-16 17:52:23 +00:00
receipts.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
registration.py Reinstate event_search_postgres_gist handler 2018-02-02 14:32:51 +00:00
rejections.py
room.py Handle thumbnail urls 2017-06-19 17:48:28 +01:00
roommember.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
search.py GIN reindex: Fix syntax errors, improve exception handling 2018-02-13 16:44:46 +00:00
signatures.py
state.py Pull out bits of StateStore to a mixin 2017-11-14 11:43:58 +00:00
stream.py Remove preserve_context_over_{fn, deferred} 2017-11-14 11:22:42 +00:00
tags.py
transactions.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
user_directory.py fix pep8 and tests 2017-12-04 15:11:38 +00:00