forked-synapse/synapse/storage
Patrick Cloke 4a55d267ee
Add an admin API for shadow-banning users. (#9209)
This expands the current shadow-banning feature to be usable via
the admin API and adds documentation for it.

A shadow-banned users receives successful responses to their
client-server API requests, but the events are not propagated into rooms.

Shadow-banning a user should be used as a tool of last resort and may lead
to confusing or broken behaviour for the client.
2021-01-25 14:49:39 -05:00
..
databases Add an admin API for shadow-banning users. (#9209) 2021-01-25 14:49:39 -05:00
engines Reduce serialization errors in MultiWriterIdGen (#8456) 2020-10-07 15:15:57 +01:00
schema Only run one background update at a time 2020-03-31 17:43:58 +01:00
util Speed up chain cover calculation (#9176) 2021-01-21 17:00:12 +00:00
__init__.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
_base.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
background_updates.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
database.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
keys.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
persist_events.py Try and drop stale extremities. (#8929) 2020-12-18 09:49:18 +00:00
prepare_database.py Remove old tables after schema version bump (#9055) 2021-01-11 13:58:19 +00:00
purge_events.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
push_rule.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
relations.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
roommember.py Add EventStreamPosition type (#8388) 2020-09-24 13:24:17 +01:00
state.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
types.py Pre-emptively fix synapse.storage.types.Connection for future mypy release (#8577) 2020-10-17 09:51:38 +01:00