summary refs log tree commit diff
path: root/synapse/rest/media/v1/media_repository.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Store URL cache preview downloads seperatelyErik Johnston2017-06-231-8/+22
* Add API to quarantine mediaErik Johnston2017-06-191-0/+2
* Throw exception when not retrying when downloading mediaErik Johnston2017-06-131-0/+1
* Don't log exceptions for NotRetryingDestinationErik Johnston2017-05-151-1/+3
* Address review commentsRichard van der Hoff2017-03-141-15/+17
* Fix routing loop when fetching remote mediaRichard van der Hoff2017-03-131-4/+26
* Fix dynamic thumbnails aspectJurek2017-02-241-0/+3
* Log which files we saved attachments to in the media_repositoryMark Haines2017-01-101-0/+4
* Name linearizer's for better logsErik Johnston2017-01-091-1/+1
* Remove raceErik Johnston2016-06-291-11/+0
* Implement purge_media_cache admin APIErik Johnston2016-06-291-20/+58
* Track approximate last access time for remote mediaErik Johnston2016-06-291-0/+24
* 502 on /thumbnail when can't contact remote serverErik Johnston2016-06-091-4/+10
* Move MediaRepository to media_repository moduleErik Johnston2016-04-191-1/+384
* Split out BaseMediaResource into MediaRepositoryErik Johnston2016-04-191-4/+8
* Sanitize the optional dependencies for spider APIErik Johnston2016-04-131-5/+1
* Add url_preview_enabled config option to turn on/off preview_url endpoint. de...Matthew Hodgson2016-04-081-1/+6
* pep8Matthew Hodgson2016-04-031-1/+0
* initial WIP of a tentative preview_url endpoint - incomplete, untested, exper...Matthew Hodgson2016-01-241-0/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* thou shalt specify a content-lengthMatthew Hodgson2015-02-071-0/+1
* Add a media/v1/identicon resource for generating identicons using pydenticonMark Haines2015-02-021-0/+2
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+77