forked-synapse/synapse/storage
Erik Johnston eaf4d11af9 Add configurable room list publishing rules
This allows specifying who and what is allowed to be published onto the
public room list
2019-02-14 16:02:23 +00:00
..
engines Fix UPSERTs on SQLite 3.24+ (#4477) 2019-01-28 15:43:32 +00:00
schema Analyze user_ips before running deduplication 2019-02-12 11:55:27 +00:00
util
__init__.py Fix flake8 (#4519) 2019-01-30 10:53:17 +00:00
_base.py Fix 'no unique or exclusion constraint' error (#4591) 2019-02-08 18:30:46 +00:00
account_data.py
appservice.py
background_updates.py Fix typos 2019-01-22 11:00:04 +00:00
client_ips.py Merge pull request #4627 from matrix-org/erikj/user_ips_analyze 2019-02-12 13:05:09 +00:00
deviceinbox.py
devices.py
directory.py
e2e_room_keys.py add new endpoint to update backup versions 2019-02-06 17:57:10 -05:00
end_to_end_keys.py Lets convert bytes to unicode instead 2018-11-08 12:33:13 +00:00
event_federation.py Refactor event building into EventBuilder 2019-01-29 11:13:00 +00:00
event_push_actions.py
events_worker.py Fix infinite loop when an event is redacted in a v3 room (#4535) 2019-01-31 15:34:17 +00:00
events.py Fix flake8 (#4519) 2019-01-30 10:53:17 +00:00
filtering.py
group_server.py
keys.py
media_repository.py
monthly_active_users.py Fix UPSERTs on SQLite 3.24+ (#4477) 2019-01-28 15:43:32 +00:00
openid.py
prepare_database.py Drop sent_transactions 2018-12-01 23:07:35 -06:00
presence.py
profile.py
push_rule.py
pusher.py Use native UPSERTs where possible (#4306) 2019-01-24 21:31:54 +11:00
receipts.py
registration.py Ensure synchrotrons can access is_support_user in the storage layer 2019-01-02 10:19:59 +00:00
rejections.py
room.py
roommember.py Use term 'out of band membership' instead 2019-01-24 17:33:19 +00:00
search.py Add an option to disable search for homeservers which may not be interested in it (#4230) 2018-12-04 12:01:02 +01:00
signatures.py
state.py Add configurable room list publishing rules 2019-02-14 16:02:23 +00:00
stream.py
tags.py
transactions.py
user_directory.py Run black on user directory code (#4635) 2019-02-13 23:05:32 +11:00
user_erasure_store.py