MatrixSynapse/docs
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_api Add an admin API to get the current room state (#9168) 2021-02-02 11:16:29 +00:00
dev Refactor the CAS handler in prep for using the abstracted SSO code. (#8958) 2020-12-18 13:09:45 -05:00
privacy_policy_templates/en
systemd-with-workers Fix typo in docs/systemd-with-workers/README.md (#9035) 2021-01-07 15:31:01 +00:00
.sample_config_header.yaml
ACME.md
CAPTCHA_SETUP.md
MSC1711_certificates_FAQ.md
README.md
ancient_architecture_notes.md
application_services.md
architecture.md
auth_chain_diff.dot Use a chain cover index to efficiently calculate auth chain difference (#8868) 2021-01-11 16:09:22 +00:00
auth_chain_diff.dot.png Use a chain cover index to efficiently calculate auth chain difference (#8868) 2021-01-11 16:09:22 +00:00
auth_chain_difference_algorithm.md Use a chain cover index to efficiently calculate auth chain difference (#8868) 2021-01-11 16:09:22 +00:00
code_style.md
consent_tracking.md
delegate.md
federate.md
jwt.md
log_contexts.md
manhole.md
media_repository.md
message_retention_policies.md
metrics-howto.md
openid.md Put OIDC callback URI under /_synapse/client. (#9288) 2021-02-01 22:56:01 +00:00
opentracing.md
password_auth_providers.md
postgres.md Quote pip install with brackets to avoid shell interpretation. (#9151) 2021-01-18 11:12:20 -05:00
replication.md
reverse_proxy.md
room_and_user_statistics.md
sample_config.yaml Put SAML callback URI under /_synapse/client. (#9289) 2021-02-02 09:43:50 +00:00
sample_log_config.yaml
server_notices.md
spam_checker.md
sso_mapping_providers.md
structured_logging.md
synctl_workers.md
tcp_replication.md
turn-howto.md docs: Add link to Matrix VoIP tester for turn-howto (#9135) 2021-01-20 12:41:57 +00:00
url_previews.md
user_directory.md
workers.md Put SAML callback URI under /_synapse/client. (#9289) 2021-02-02 09:43:50 +00:00

README.md

Synapse Documentation

This directory contains documentation specific to the synapse homeserver.

All matrix-generic documentation now lives in its own project, located at matrix-org/matrix-doc

(Note: some items here may be moved to matrix-org/matrix-doc at some point in the future.)