forked-synapse/synapse/rest/media/v1
Erik Johnston aecaec3e10 Change the way we summarize URLs
Using XPath is slow on some machines (for unknown reasons), so use a
different approach to get a list of text nodes.

Try to generate a summary that respect paragraph and then word
boundaries, adding ellipses when appropriate.
2016-08-02 18:25:53 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Move MediaRepository to media_repository module 2016-04-19 11:31:43 +01:00
download_resource.py Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00
filepath.py Implement purge_media_cache admin API 2016-06-29 14:57:59 +01:00
identicon_resource.py copyrights 2016-01-07 04:26:29 +00:00
media_repository.py Remove race 2016-06-29 15:24:50 +01:00
preview_url_resource.py Change the way we summarize URLs 2016-08-02 18:25:53 +01:00
thumbnail_resource.py Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00
thumbnailer.py copyrights 2016-01-07 04:26:29 +00:00
upload_resource.py Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00