MatrixSynapse/synapse/api
Patrick Cloke fef3ff5cc4
Enforce MSC2209: auth rules for notifications in power level event (#7502)
In a new room version, the "notifications" key of power level events are
subject to restricted auth rules.
2020-05-14 12:38:17 -04:00
..
__init__.py
auth.py Allow expired accounts to logout (#7443) 2020-05-14 16:32:49 +01:00
auth_blocking.py Stop Auth methods from polling the config on every req. (#7420) 2020-05-06 15:54:58 +01:00
constants.py Stop the master relaying USER_SYNC for other workers (#7318) 2020-04-22 22:39:04 +01:00
errors.py Convert http.HTTPStatus objects to their int equivalent (#7188) 2020-04-03 14:26:07 +01:00
filtering.py
ratelimiting.py
room_versions.py Enforce MSC2209: auth rules for notifications in power level event (#7502) 2020-05-14 12:38:17 -04:00
urls.py