MatrixSynapse/synapse
David Robertson 95a038c106
Unify HTTP query parameter type hints (#12415)
* Pull out query param types to `synapse.http.types`
* Use QueryParams everywhere
* Simplify `encode_query_args`
* Add annotation which would have caught #12410
2022-04-08 13:06:51 +01:00
..
_scripts
api
app
appservice
config
crypto
events
federation Unify HTTP query parameter type hints (#12415) 2022-04-08 13:06:51 +01:00
groups Remove `HomeServer.get_datastore()` (#12031) 2022-02-23 11:04:02 +00:00
handlers Fix rejecting invites over federation (#12409) 2022-04-07 15:54:16 +01:00
http Unify HTTP query parameter type hints (#12415) 2022-04-08 13:06:51 +01:00
logging Add opentracing spans to calls to external cache (#12380) 2022-04-07 13:18:29 +01:00
metrics
module_api Add a module callback to react to account data changes (#12327) 2022-04-01 11:22:48 +02:00
push
replication Add opentracing spans to calls to external cache (#12380) 2022-04-07 13:18:29 +01:00
res
rest Do not add groups to sync results if disabled. (#12408) 2022-04-07 09:29:56 -04:00
server_notices Update the server notices user profile in room if changed. (#12115) 2022-04-08 07:51:27 -04:00
spam_checker_api
state Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
static
storage
streams
util
__init__.py
event_auth.py
notifier.py
py.typed
python_dependencies.py Narrow the `importlib_metadata` dependency (#12400) 2022-04-06 17:37:56 +01:00
server.py
types.py
visibility.py