anonymousland-synapse/tests
Travis Ralston b60bb28bbc
Add an admin API to get the current room state (#9168)
This could arguably replace the existing admin API for `/members`, however that is out of scope of this change.

This sort of endpoint is ideal for moderation use cases as well as other applications, such as needing to retrieve various bits of information about a room to perform a task (like syncing power levels between two places). This endpoint exposes nothing more than an admin would be able to access with a `select *` query on their database.
2021-02-02 11:16:29 +00:00
..
api
app
appservice
config
crypto
events
federation
handlers Put OIDC callback URI under /_synapse/client. (#9288) 2021-02-01 22:56:01 +00:00
http Support icons for Identity Providers (#9154) 2021-01-20 08:15:14 -05:00
logging
module_api
push Refactor email summary generation. (#9260) 2021-02-01 13:09:39 -05:00
replication Precompute joined hosts and store in Redis (#9198) 2021-01-26 13:57:31 +00:00
rest Add an admin API to get the current room state (#9168) 2021-02-02 11:16:29 +00:00
scripts
server_notices
state
storage
test_utils
util Fix chain cover update to handle events with duplicate auth events (#9210) 2021-01-22 19:44:08 +00:00
__init__.py
server.py Ratelimit 3PID /requestToken API (#9238) 2021-01-28 17:39:21 +00:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_preview.py Try to recover from unknown encodings when previewing media. (#9164) 2021-01-26 07:32:17 -05:00
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Ratelimit 3PID /requestToken API (#9238) 2021-01-28 17:39:21 +00:00
utils.py Ratelimit 3PID /requestToken API (#9238) 2021-01-28 17:39:21 +00:00