MatrixSynapse/synapse/config
Richard van der Hoff 1bbc9e2df6
Clean up exception handling in SAML2ResponseResource (#7614)
* Expose `return_html_error`, and allow it to take a Jinja2 template instead of a raw string

* Clean up exception handling in SAML2ResponseResource

  * use the existing code in `return_html_error` instead of re-implementing it
    (giving it a jinja2 template rather than inventing a new form of template)

  * do the exception-catching in the REST layer rather than in the handler
    layer, to make sure we catch all exceptions.
2020-06-03 10:41:12 +01:00
..
__init__.py
__main__.py
_base.py
_base.pyi
api.py
appservice.py
cache.py
captcha.py
cas.py
consent_config.py
database.py
emailconfig.py
groups.py
homeserver.py
jwt_config.py
key.py
logger.py
metrics.py
oidc_config.py
password.py
password_auth_providers.py
push.py
ratelimiting.py
redis.py
registration.py
repository.py
room_directory.py
saml2_config.py Clean up exception handling in SAML2ResponseResource (#7614) 2020-06-03 10:41:12 +01:00
server.py
server_notices_config.py
spam_checker.py
sso.py
stats.py Refactor HomeserverConfig so it can be typechecked (#6137) 2019-10-10 09:39:35 +01:00
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py
workers.py