MatrixSynapse/synapse/rest/client/v2_alpha
krombel 2efd050c9d send 404 as http-status when filter-id is unknown to the server (#2380)
This fixed the weirdness of 400 vs 404 as http status code in the case
the filter id is not known by the server.
As e.g. matrix-js-sdk expects 404 to catch this situation this leads
to unwanted behaviour.
2019-10-10 12:59:55 +01:00
..
__init__.py
_base.py Allow Synapse to send registration emails + choose Synapse or an external server to handle 3pid validation (#5987) 2019-09-06 11:35:28 +01:00
account.py Kill off half-implemented password-reset via sms (#6101) 2019-09-26 15:38:25 +01:00
account_data.py
account_validity.py
auth.py
capabilities.py
devices.py
filter.py send 404 as http-status when filter-id is unknown to the server (#2380) 2019-10-10 12:59:55 +01:00
groups.py
keys.py Opentrace device lists (#5853) 2019-09-03 10:21:30 +01:00
notifications.py
openid.py
read_marker.py
receipts.py
register.py Stop advertising unsupported flows for registration (#6107) 2019-09-25 12:10:26 +01:00
relations.py
report_event.py
room_keys.py
room_upgrade_rest_servlet.py
sendtodevice.py Opentrace device lists (#5853) 2019-09-03 10:21:30 +01:00
sync.py send 404 as http-status when filter-id is unknown to the server (#2380) 2019-10-10 12:59:55 +01:00
tags.py
thirdparty.py
tokenrefresh.py
user_directory.py