MatrixSynapse/synapse
Sean Quah 6da8591f2e
Add type hints to `synapse/storage/databases/main/account_data.py` (#11546)
2021-12-13 16:28:10 +00:00
..
_scripts
api Add a constant for receipt types (m.read). (#11531) 2021-12-08 12:26:29 -05:00
app
appservice Add type annotations to `tests.storage.test_appservice`. (#11488) 2021-12-02 15:30:05 +00:00
config Additional type hints for the config module, part 2. (#11480) 2021-12-09 16:15:46 +00:00
crypto
events Do not allow cross-room relations, per MSC2674. (#11516) 2021-12-09 13:16:01 -05:00
federation Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) (#11527) 2021-12-07 13:51:11 +00:00
groups
handlers Make `get_device` return None if the device doesn't exist rather than raising an exception. (#11565) 2021-12-13 15:39:43 +00:00
http Use HTTPStatus constants in place of literals in `synapse.http` (#11543) 2021-12-09 11:58:25 +00:00
logging
metrics
module_api Fix `ModuleApi.looping_background_call` for non-async functions (#11524) 2021-12-07 11:41:31 +00:00
push Ensure emails are canonicalized before fetching associated user. (#11547) 2021-12-10 07:17:28 -05:00
replication Save the OIDC session ID (sid) with the device on login (#11482) 2021-12-06 12:43:06 -05:00
res
rest Make `get_device` return None if the device doesn't exist rather than raising an exception. (#11565) 2021-12-13 15:39:43 +00:00
server_notices
spam_checker_api
state
static
storage Add type hints to `synapse/storage/databases/main/account_data.py` (#11546) 2021-12-13 16:28:10 +00:00
streams
util Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) (#11527) 2021-12-07 13:51:11 +00:00
__init__.py 1.49.0rc1 2021-12-07 13:56:09 +00:00
event_auth.py
notifier.py
py.typed
python_dependencies.py Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) (#11527) 2021-12-07 13:51:11 +00:00
server.py
types.py
visibility.py