synapse-old/synapse/rest/client/v2_alpha
Dirk Klimpel 8327eb9280
Add options to prevent users from changing their profile. (#7096)
2020-03-27 19:15:23 +00:00
..
__init__.py
_base.py Admin API to list, filter and sort rooms (#6720) 2020-01-22 13:36:43 +00:00
account.py Add options to prevent users from changing their profile. (#7096) 2020-03-27 19:15:23 +00:00
account_data.py
account_validity.py
auth.py Clean-up some auth/login REST code (#7115) 2020-03-20 16:22:47 -04:00
capabilities.py
devices.py Validate that the session is not modified during UI-Auth (#7068) 2020-03-26 07:39:34 -04:00
filter.py
groups.py
keys.py Validate that the session is not modified during UI-Auth (#7068) 2020-03-26 07:39:34 -04:00
notifications.py
openid.py
password_policy.py Allow server admins to define and enforce a password policy (MSC2000). (#7118) 2020-03-26 16:51:13 +00:00
read_marker.py
receipts.py
register.py Allow server admins to define and enforce a password policy (MSC2000). (#7118) 2020-03-26 16:51:13 +00:00
relations.py Add `allow_departed_users` param to `check_in_room_or_world_readable` 2020-02-19 08:52:51 +00:00
report_event.py
room_keys.py Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150) 2020-03-27 13:30:22 +00:00
room_upgrade_rest_servlet.py Add `rooms.room_version` column (#6729) 2020-01-27 14:30:57 +00:00
sendtodevice.py Fixup synapse.rest to pass mypy (#6732) 2020-01-20 17:38:21 +00:00
sync.py Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
tags.py
thirdparty.py
tokenrefresh.py
user_directory.py