summary refs log tree commit diff
path: root/synapse/rest/media/v1/thumbnail_resource.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a config option for whether to generate new thumbnail sizes dynamicallyMark Haines2015-08-121-7/+18
|
* Fix remote thumbnailingErik Johnston2015-07-231-6/+10
|
* Always return a thumbnail of the requested size.Erik Johnston2015-07-231-2/+79
| | | | | | Before, we returned a thumbnail that was at least as big (if possible) as the requested size. Now, if we don't have a thumbnail of the given size we generate (and persist) one of that size.
* Pick larger than desired thumbnail for 'crop'Erik Johnston2015-07-231-1/+2
|
* If user supplies filename in URL when downloading from media repo, use that ↵Erik Johnston2015-07-031-1/+1
| | | | name in Content Disposition
* Combine the request wrappers in rest/media/v1 and http/server into a single ↵Mark Haines2015-04-211-7/+9
| | | | wrapper decorator
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+193