forked-synapse/synapse/rest
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
..
admin Add an admin API to get the current room state (#9168) 2021-02-02 11:16:29 +00:00
client Merge branch 'social_login' into develop 2021-01-28 22:08:11 +00:00
consent Replace username picker with a template (#9275) 2021-02-01 15:52:50 +00:00
key Add type hints to the crypto module. (#8999) 2021-01-04 10:04:50 -05:00
media Try to recover from unknown encodings when previewing media. (#9164) 2021-01-26 07:32:17 -05:00
synapse Put SAML callback URI under /_synapse/client. (#9289) 2021-02-02 09:43:50 +00:00
__init__.py Show a confirmation page during user password reset (#8004) 2020-09-10 11:45:12 +01:00
health.py Add health check endpoint (#8048) 2020-08-07 14:21:24 +01:00
well_known.py Give public_baseurl a default value (#9159) 2021-01-20 12:30:41 +00:00