summary refs log tree commit diff
path: root/synapse/rest/media/v1/media_repository.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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