forked-synapse/synapse/rest
Andrew Morgan b8ee03caff
Update m.id.phone to use 'phone' instead of 'number' (#7687)
The spec [states](https://matrix.org/docs/spec/client_server/r0.6.1#phone-number) that `m.id.phone` requires the field `country` and `phone`.

In Synapse, we've been enforcing `country` and `number`.

I am not currently sure whether this affects any client implementations.

This issue was introduced in #1994.
2020-06-15 17:46:23 +01:00
..
admin Fix type information on assert_*_is_admin methods (#7645) 2020-06-05 14:33:49 +01:00
client Update m.id.phone to use 'phone' instead of 'number' (#7687) 2020-06-15 17:46:23 +01:00
consent fix async/await consentresource (#5585) 2019-07-01 23:33:52 +10:00
key Convert remote key resource REST layer to async/await. (#7020) 2020-03-05 11:29:56 -05:00
media Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
oidc Implement OpenID Connect-based login (#7256) 2020-05-08 08:30:40 -04:00
saml2 Clean up exception handling in SAML2ResponseResource (#7614) 2020-06-03 10:41:12 +01:00
__init__.py Allow server admins to define and enforce a password policy (MSC2000). (#7118) 2020-03-26 16:51:13 +00:00
well_known.py public_base_url is actually public_baseurl 2019-08-26 21:01:56 -05:00