summary refs log tree commit diff
path: root/synapse/media/v1/download_resource.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move rest APIs back under the rest directoryMark Haines2015-01-221-74/+0
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* SYN-229: Include Content-Length when downloading filesMark Haines2015-01-061-3/+9
|
* Allow only one download for a given image at a time, so that we don't end up ↵Mark Haines2014-12-111-8/+1
| | | | downloading the same image twice if two clients request a remote image at the same time
* Get the code actually workingMark Haines2014-12-101-3/+3
|
* Thumbnail uploaded and cached imagesMark Haines2014-12-101-137/+18
|
* Implement download support for media_repositoryMark Haines2014-12-041-0/+194