summary refs log tree commit diff
path: root/synapse/rest/media/v1/media_repository.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* Fix typo in thumbnail generationErik Johnston2017-10-191-2/+5
* fix thumbnailing (#2548)Krombel2017-10-171-2/+2
* Add try/finally block to close t_byte_sourceErik Johnston2017-10-131-24/+41
* Remove old commentErik Johnston2017-10-131-1/+0
* Don't reuse source but instead copy from primary media store to backupErik Johnston2017-10-131-20/+8
* PEP8Erik Johnston2017-10-131-1/+1
* Move type into keyErik Johnston2017-10-131-3/+3
* CommentErik Johnston2017-10-131-1/+1
* Remove spurious additionErik Johnston2017-10-131-4/+0
* Remove unnecessary diffErik Johnston2017-10-131-3/+1
* s/write_to_file/write_to_file_and_backup/Erik Johnston2017-10-131-5/+5
* Fix upErik Johnston2017-10-131-33/+29
* Fix up thumbnailing functionErik Johnston2017-10-131-68/+59
* Fix typoErik Johnston2017-10-131-1/+1
* Fix up commentsErik Johnston2017-10-131-2/+26
* Move makedirs to threadErik Johnston2017-10-131-2/+1
* Use make_deferred_yieldableErik Johnston2017-10-131-7/+7
* Don't close prematurely..Erik Johnston2017-10-121-2/+5
* getvalue closes bufferErik Johnston2017-10-121-11/+10
* Get len before closeErik Johnston2017-10-121-6/+11
* Don't close file prematurelyErik Johnston2017-10-121-6/+16
* Copy everything to backupErik Johnston2017-10-121-41/+68
* TypoErik Johnston2017-10-121-1/+1
* Remove dead codeErik Johnston2017-10-121-3/+0
* Fix typosErik Johnston2017-10-121-20/+26
* Fix typoErik Johnston2017-10-121-1/+1
* Basic implementation of backup media storeErik Johnston2017-10-121-115/+106
* 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