forked-synapse/synapse/rest/client/v2_alpha
Erik Johnston 360ba89c50 Don't fail requests to unbind 3pids for non supporting ID servers
Older identity servers may not support the unbind 3pid request, so we
shouldn't fail the requests if we received one of 400/404/501. The
request still fails if we receive e.g. 500 responses, allowing clients
to retry requests on transient identity server errors that otherwise do
support the API.

Fixes #3661
2018-08-08 12:06:18 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py rewrite based on PR feedback: 2018-01-19 15:33:55 +00:00
account_data.py run isort 2018-07-09 16:09:20 +10:00
account.py Don't fail requests to unbind 3pids for non supporting ID servers 2018-08-08 12:06:18 +01:00
auth.py run isort 2018-07-09 16:09:20 +10:00
devices.py check isort by travis 2018-07-16 13:57:33 +02:00
filter.py run isort 2018-07-09 16:09:20 +10:00
groups.py run isort 2018-07-09 16:09:20 +10:00
keys.py run isort 2018-07-09 16:09:20 +10:00
notifications.py run isort 2018-07-09 16:09:20 +10:00
openid.py run isort 2018-07-09 16:09:20 +10:00
read_marker.py run isort 2018-07-09 16:09:20 +10:00
receipts.py run isort 2018-07-09 16:09:20 +10:00
register.py Python 3: Convert some unicode/bytes uses (#3569) 2018-08-02 00:54:06 +10:00
report_event.py rename assert_params_in_request to assert_params_in_dict 2018-07-13 21:53:01 +02:00
sendtodevice.py Make auth & transactions more testable (#3499) 2018-07-14 07:34:49 +10:00
sync.py run isort 2018-07-09 16:09:20 +10:00
tags.py run isort 2018-07-09 16:09:20 +10:00
thirdparty.py run isort 2018-07-09 16:09:20 +10:00
tokenrefresh.py Rip out more refresh_token code 2016-11-30 17:40:18 +00:00
user_directory.py run isort 2018-07-09 16:09:20 +10:00