summary refs log tree commit diff
path: root/synapse/media/v1/base_resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow only one download for a given image at a time, so that we don't end up ...Mark Haines2014-12-111-2/+25
* Limit the size of images that are thumbnailed serverside. Limit the size of f...Mark Haines2014-12-111-0/+18
* Make sure we pass a tuple to string '%' formattingMark Haines2014-12-111-2/+2
* Get the code actually workingMark Haines2014-12-101-11/+20
* Thumbnail uploaded and cached imagesMark Haines2014-12-101-0/+318