nextcloud/tests/lib/Preview
Roeland Jago Douma 5b21650097
Don't lie about the preview mimetype
For legacy reasons we stored all the previews with a png extention.
However we did not put png data in them all the time.

This caused the preview endpoints to always report that a preview is a
png file. Which was a lie.

Since we abstract away from the storage etc in the previewmanager. There
is no need anymore to store them as .png files and instead we can use
the actual file extention.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-07 11:41:54 +01:00
..
BitmapTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
GeneratorTest.php Don't lie about the preview mimetype 2018-01-07 11:41:54 +01:00
ImageTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
MP3Test.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
MovieTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
OfficeTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
Provider.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
SVGTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
TXTTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00