summary refs log tree commit diff
path: root/synapse/media/v1/base_resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move rest APIs back under the rest directoryMark Haines2015-01-221-378/+0
* Merge branch 'master' into developMark Haines2015-01-061-0/+1
|\
| * Return the argument passed to the callback in a deferred callback, otherwise ...Mark Haines2014-12-291-0/+1
* | Update copyright noticesMark Haines2015-01-061-1/+1
* | SYN-229: Include Content-Length when downloading filesMark Haines2015-01-061-2/+10
|/
* 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
* 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