summary refs log tree commit diff
path: root/synapse/media/v1/thumbnail_resource.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move rest APIs back under the rest directoryMark Haines2015-01-221-193/+0
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* SYN-229: Include Content-Length when downloading filesMark Haines2015-01-061-2/+4
|
* SYN-203: Handle requests for thunbnails for images that are smallMark Haines2014-12-191-5/+14
|
* Allow only one download for a given image at a time, so that we don't end up ↵Mark Haines2014-12-111-10/+3
| | | | downloading the same image twice if two clients request a remote image at the same time
* Get the code actually workingMark Haines2014-12-101-27/+25
|
* Thumbnail uploaded and cached imagesMark Haines2014-12-101-0/+191