forked-synapse/synapse/rest/client/v2_alpha
Patrick Cloke 3f58fc848d
Type hints and validation improvements. (#9321)
* Adds type hints to the groups servlet and stringutils code.
* Assert the maximum length of some input values for spec compliance.
2021-02-08 13:59:54 -05:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Do not convert async functions to Deferreds in the interactive_auth_handler (#7944) 2020-07-24 09:43:49 -04:00
account_data.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
account_validity.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
account.py Ratelimit 3PID /requestToken API (#9238) 2021-01-28 17:39:21 +00:00
auth.py UI Auth via SSO: redirect the user to an appropriate SSO. (#9081) 2021-01-12 17:38:03 +00:00
capabilities.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
devices.py Kill off HomeServer.get_ip_from_request() (#9080) 2021-01-12 12:48:12 +00:00
filter.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
groups.py Type hints and validation improvements. (#9321) 2021-02-08 13:59:54 -05:00
keys.py Kill off HomeServer.get_ip_from_request() (#9080) 2021-01-12 12:48:12 +00:00
notifications.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
openid.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
password_policy.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
read_marker.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
receipts.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
register.py Type hints and validation improvements. (#9321) 2021-02-08 13:59:54 -05:00
relations.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
report_event.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
room_keys.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
room_upgrade_rest_servlet.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
sendtodevice.py Validate input parameters for the sendToDevice API. (#8975) 2020-12-29 12:47:45 -05:00
shared_rooms.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
sync.py Add admin API for logging in as a user (#8617) 2020-11-17 10:51:25 +00:00
tags.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
thirdparty.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
tokenrefresh.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
user_directory.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00