forked-synapse/synapse/rest/media/v1
Erik Johnston ff7c2e41de Always return a thumbnail of the requested size.
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.
2015-07-23 14:12:49 +01:00
..
__init__.py Move rest APIs back under the rest directory 2015-01-22 16:10:07 +00:00
base_resource.py Always return a thumbnail of the requested size. 2015-07-23 14:12:49 +01:00
download_resource.py If user supplies filename in URL when downloading from media repo, use that name in Content Disposition 2015-07-03 11:24:55 +01:00
filepath.py Move rest APIs back under the rest directory 2015-01-22 16:10:07 +00:00
identicon_resource.py Copyright notices 2015-04-24 10:35:29 +01:00
media_repository.py thou shalt specify a content-length 2015-02-07 12:56:21 +00:00
thumbnail_resource.py Always return a thumbnail of the requested size. 2015-07-23 14:12:49 +01:00
thumbnailer.py bump up image quality a bit more as it looks crap 2015-07-14 23:53:13 +01:00
upload_resource.py Enforce ascii filenames for uploads 2015-06-30 10:31:59 +01:00