forked-synapse/synapse/config
Patrick Cloke 580a15e039
Request JSON for oEmbed requests (and ignore XML only providers). (#10759)
This adds the format to the request arguments / URL to
ensure that JSON data is returned (which is all that
Synapse supports).

This also adds additional error checking / filtering to the
configuration file to ignore XML-only providers.
2021-09-08 07:17:52 -04:00
..
__init__.py
__main__.py
_base.py Allow using several custom template directories (#10587) 2021-08-17 10:23:14 +00:00
_base.pyi
_util.py
account_validity.py Add a warning when using deprecated template_dir settings (#10768) 2021-09-06 16:23:50 +02:00
api.py
appservice.py
auth.py
cache.py
captcha.py
cas.py
consent.py
database.py
emailconfig.py Add a warning when using deprecated template_dir settings (#10768) 2021-09-06 16:23:50 +02:00
experimental.py Merge branch 'master' into develop 2021-08-24 17:13:29 +01:00
federation.py
groups.py
homeserver.py Allow configuration of the oEmbed URLs. (#10714) 2021-08-31 18:37:07 -04:00
jwt.py
key.py
logger.py Make PeriodicallyFlushingMemoryHandler the default logging handler. (#10518) 2021-08-17 13:13:11 +01:00
metrics.py
modules.py
oembed.py Request JSON for oEmbed requests (and ignore XML only providers). (#10759) 2021-09-08 07:17:52 -04:00
oidc.py
password_auth_providers.py
push.py
ratelimiting.py Implement MSC3231: Token authenticated registration (#10142) 2021-08-21 22:14:43 +01:00
redis.py
registration.py Implement MSC3231: Token authenticated registration (#10142) 2021-08-21 22:14:43 +01:00
repository.py
room_directory.py
room.py
saml2.py
server_notices.py
server.py Add config option to use non-default manhole password and keys (#10643) 2021-09-06 16:08:03 +01:00
spam_checker.py
sso.py Add a warning when using deprecated template_dir settings (#10768) 2021-09-06 16:23:50 +02:00
stats.py
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py
workers.py