synapse-product/synapse/rest
Erik Johnston c9c544cda5
Remove ChainedIdGenerator. (#8123)
It's just a thin wrapper around two ID gens to make `get_current_token`
and `get_next` return tuples. This can easily be replaced by calling the
appropriate methods on the underlying ID gens directly.
2020-08-19 13:41:51 +01:00
..
admin Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
client Remove ChainedIdGenerator. (#8123) 2020-08-19 13:41:51 +01:00
consent Remove unnecessary maybeDeferred calls (#8044) 2020-08-07 09:44:48 -04:00
key Be stricter about JSON that is accepted by Synapse (#8106) 2020-08-19 07:26:03 -04:00
media Remove unnecessary maybeDeferred calls (#8044) 2020-08-07 09:44:48 -04:00
oidc Merge different Resource implementation classes (#7732) 2020-07-03 19:02:19 +01:00
saml2 Merge different Resource implementation classes (#7732) 2020-07-03 19:02:19 +01:00
__init__.py Allow server admins to define and enforce a password policy (MSC2000). (#7118) 2020-03-26 16:51:13 +00:00
health.py Add health check endpoint (#8048) 2020-08-07 14:21:24 +01:00
well_known.py public_base_url is actually public_baseurl 2019-08-26 21:01:56 -05:00