forked-synapse/synapse/rest/media/v1
Patrick Cloke 0963d39ea6
Handle additional errors when previewing URLs. (#9333)
* Handle the case of lxml not finding a document tree.
* Parse the document encoding from the XML tag.
2021-02-08 12:33:30 -05:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Return a 404 if no valid thumbnail is found. (#9163) 2021-01-21 14:53:58 -05:00
config_resource.py Add type hints to media rest resources. (#9093) 2021-01-15 10:57:37 -05:00
download_resource.py Add type hints to media rest resources. (#9093) 2021-01-15 10:57:37 -05:00
filepath.py Add type hints to media rest resources. (#9093) 2021-01-15 10:57:37 -05:00
media_repository.py Add type hints to media rest resources. (#9093) 2021-01-15 10:57:37 -05:00
media_storage.py Add check_media_file_for_spam spam checker hook 2021-02-04 17:01:30 +00:00
preview_url_resource.py Handle additional errors when previewing URLs. (#9333) 2021-02-08 12:33:30 -05:00
storage_provider.py Add type hints to media rest resources. (#9093) 2021-01-15 10:57:37 -05:00
thumbnail_resource.py Return a 404 if no valid thumbnail is found. (#9163) 2021-01-21 14:53:58 -05:00
thumbnailer.py Add type hints to media rest resources. (#9093) 2021-01-15 10:57:37 -05:00
upload_resource.py Add check_media_file_for_spam spam checker hook 2021-02-04 17:01:30 +00:00