summary refs log tree commit diff
path: root/synapse/media/v1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* import Image as PIL.Image.Mark Haines2014-12-101-1/+1
* Get the code actually workingMark Haines2014-12-105-46/+53
* Thumbnail uploaded and cached imagesMark Haines2014-12-106-169/+581
* Add a class for generating thumbnails using PILMark Haines2014-12-051-0/+78
* Implement download support for media_repositoryMark Haines2014-12-043-4/+203
* Fix pyflakes and pep8 warningsMark Haines2014-12-022-1/+3
* Get uploads working with new media repoMark Haines2014-12-023-22/+15
* Write the upload portion of version 1 of the media repositoryMark Haines2014-12-023-0/+235