summary refs log tree commit diff
path: root/synapse/media (follow)
Commit message (Expand)AuthorAgeFilesLines
* clean up coding style a bitMark Haines2014-12-161-0/+1
* Update media_repository.pyKegsay2014-12-151-1/+1
* Update docs in media_repositoryMark Haines2014-12-151-2/+2
* return an mxc uri rather than a content_token.Mark Haines2014-12-151-1/+3
* Fix typo in media repository doc stringMark Haines2014-12-111-1/+1
* Fix media repository doc string to include server_nameMark Haines2014-12-111-3/+3
* Allow only one download for a given image at a time, so that we don't end up ...Mark Haines2014-12-113-20/+29
* Limit the size of images that are thumbnailed serverside. Limit the size of f...Mark Haines2014-12-111-0/+18
* doc the thumbnail methodsMark Haines2014-12-111-2/+11
* Make sure we pass a tuple to string '%' formattingMark Haines2014-12-111-2/+2
* 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-026-23/+16
* Write the upload portion of version 1 of the media repositoryMark Haines2014-12-024-0/+447