MatrixSynapse/synapse/rest/client/v2_alpha
Richard van der Hoff 9009143fb9 Handle delete device requests with no body
We should probably return a 401 rather than a 400 for existing clients that
don't know they have to do the UIA dance to delete a device.
2016-10-12 18:47:28 +01:00
..
__init__.py
_base.py
account.py
account_data.py
auth.py window.postmessage for Interactive Auth fallback 2016-10-06 18:16:59 +01:00
devices.py Handle delete device requests with no body 2016-10-12 18:47:28 +01:00
filter.py
keys.py Move the E2E key handling into the e2e handler 2016-09-13 11:35:35 +01:00
notifications.py Implement `only=highlight` on `/notifications` 2016-09-08 13:43:35 +01:00
openid.py
receipts.py
register.py Add helper function for getting access_tokens from requests 2016-09-09 16:33:15 +01:00
report_event.py
sendtodevice.py Send device messages over federation 2016-09-06 18:16:20 +01:00
sync.py Add store-and-forward direct-to-device messaging 2016-08-25 17:35:37 +01:00
tags.py
thirdparty.py Merge pull request #1096 from matrix-org/markjh/get_access_token 2016-09-09 17:09:27 +01:00
tokenrefresh.py