summary refs log tree commit diff
path: root/synapse/media/v1/base_resource.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean up coding style a bitMark Haines2014-12-161-0/+1
|
* Allow only one download for a given image at a time, so that we don't end up ↵Mark Haines2014-12-111-2/+25
| | | | downloading the same image twice if two clients request a remote image at the same time
* Limit the size of images that are thumbnailed serverside. Limit the size of ↵Mark Haines2014-12-111-0/+18
| | | | file that a server will download from a remote server
* 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