MatrixSynapse/synapse/storage
Matthew Hodgson 47d99a20d5 Add user_directory_include_pattern config param to expand search results to additional users
Initial commit; this doesn't work yet - the LIKE filtering seems too aggressive.
It also needs _do_initial_spam to be aware of prepopulating the whole user_directory_search table with all users...
...and it needs a handle_user_signup() or something to be added so that new signups get incrementally added to the table too.

Committing it here as a WIP
2017-11-29 16:46:45 +00:00
..
engines
schema Avoid locking for upsert on pushers tables 2017-11-16 17:52:23 +00:00
util
__init__.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
_base.py Fix broken ref to IntegrityError 2017-11-16 16:03:38 +00:00
account_data.py Up cache size of get_global_account_data_by_type_for_user 2017-11-13 09:52:11 +00:00
appservice.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
background_updates.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +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
end_to_end_keys.py
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
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 Avoid no-op media deletes 2017-11-04 09:50:15 +02: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 Add user profiles to summary from group server 2017-08-25 16:23:58 +01:00
push_rule.py
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 Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
rejections.py
room.py
roommember.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
search.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +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 Add user_directory_include_pattern config param to expand search results to additional users 2017-11-29 16:46:45 +00:00