MatrixSynapse/synapse/rest/media/v1
Richard van der Hoff 018d75a148 Refactor code for turning HttpResponseException into SynapseError
This commit replaces SynapseError.from_http_response_exception with
HttpResponseException.to_synapse_error.

The new method actually returns a ProxiedRequestError, which allows us to pass
through additional metadata from the API call.
2018-08-01 16:02:46 +01:00
..
__init__.py
_base.py
download_resource.py
filepath.py
identicon_resource.py
media_repository.py Refactor code for turning HttpResponseException into SynapseError 2018-08-01 16:02:46 +01:00
media_storage.py Python 3: Convert some unicode/bytes uses (#3569) 2018-08-02 00:54:06 +10:00
preview_url_resource.py Fix some looping_call calls which were broken in #3604 2018-07-26 11:48:08 +01:00
storage_provider.py
thumbnail_resource.py
thumbnailer.py
upload_resource.py