forked-synapse/synapse/handlers
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 Move RoomContextHandler out of Handlers 2018-07-18 15:33:03 +01:00
_base.py Use new getters 2018-07-23 13:17:22 +01:00
account_data.py copyrights 2016-01-07 04:26:29 +00:00
admin.py run isort 2018-07-09 16:09:20 +10:00
appservice.py another couple of logcontext leaks 2018-07-24 00:57:48 +01:00
auth.py Don't fail requests to unbind 3pids for non supporting ID servers 2018-08-08 12:06:18 +01:00
deactivate_account.py Don't fail requests to unbind 3pids for non supporting ID servers 2018-08-08 12:06:18 +01:00
device.py s/becuase/because/g 2018-07-10 17:58:18 +01:00
devicemessage.py run isort 2018-07-09 16:09:20 +10:00
directory.py run isort 2018-07-09 16:09:20 +10:00
e2e_keys.py run isort 2018-07-09 16:09:20 +10:00
events.py Check room visibility for /event/ requests 2018-08-02 15:03:27 +01:00
federation.py Merge branch 'master' into develop 2018-08-02 15:43:30 +01:00
groups_local.py run isort 2018-07-09 16:09:20 +10:00
identity.py Don't fail requests to unbind 3pids for non supporting ID servers 2018-08-08 12:06:18 +01:00
initial_sync.py another couple of logcontext leaks 2018-07-24 00:57:48 +01:00
message.py Merge branch 'develop' into erikj/client_apis_move 2018-07-24 09:57:05 +01:00
pagination.py Move PaginationHandler to its own file 2018-07-20 15:32:23 +01:00
presence.py run isort 2018-07-09 16:09:20 +10:00
profile.py Return M_NOT_FOUND when a profile could not be found. (#3596) 2018-08-03 19:08:05 +01: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 Merge pull request #3630 from matrix-org/neilj/mau_sign_in_log_in_limits 2018-08-01 15:58:45 +00:00
room_list.py typo 2018-07-13 12:03:39 +01:00
room_member_worker.py run isort 2018-07-09 16:09:20 +10:00
room_member.py Merge branch 'develop' of github.com:matrix-org/synapse into t3chguy/default_inviter_display_name_3pid 2018-07-24 17:17:46 +01:00
room.py make /context lazyload & filter aware (#3567) 2018-07-27 15:12:50 +01:00
search.py make /context lazyload & filter aware (#3567) 2018-07-27 15:12:50 +01:00
set_password.py run isort 2018-07-09 16:09:20 +10:00
sync.py Deduplicate redundant lazy-loaded members (#3331) 2018-07-26 22:51:30 +01:00
typing.py run isort 2018-07-09 16:09:20 +10:00
user_directory.py run isort 2018-07-09 16:09:20 +10:00