mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Currently if the following situation happens Server generates preview Server has command removed which allows a preview to be shown Client asks for preview, gets a 404 error when preview exists (Mime checked before preview) This happens more often with documents, or video as the commands are not native PHP, they require a binary on the server. After the fix the following would happen Server generates preview Server has command removed which allows a preview to be shown Client asks for preview, gets preview which has been generated (Mime checked after preview) This would also allow offline generation (for example a docker image containing the extra binaries), allowing a reduction in attack surface of the instance serving the preview data. Signed-off-by: Scott Dutton <scott@exussum.co.uk> |
||
|---|---|---|
| .. | ||
| Storage | ||
| BackgroundCleanupJob.php | ||
| Bitmap.php | ||
| BMP.php | ||
| Bundled.php | ||
| Font.php | ||
| Generator.php | ||
| GeneratorHelper.php | ||
| GIF.php | ||
| HEIC.php | ||
| Illustrator.php | ||
| Image.php | ||
| JPEG.php | ||
| Krita.php | ||
| MarkDown.php | ||
| Movie.php | ||
| MP3.php | ||
| MSOffice2003.php | ||
| MSOffice2007.php | ||
| MSOfficeDoc.php | ||
| Office.php | ||
| OpenDocument.php | ||
| PDF.php | ||
| Photoshop.php | ||
| PNG.php | ||
| Postscript.php | ||
| Provider.php | ||
| ProviderV1Adapter.php | ||
| ProviderV2.php | ||
| StarOffice.php | ||
| SVG.php | ||
| TIFF.php | ||
| TXT.php | ||
| Watcher.php | ||
| WatcherConnector.php | ||
| XBitmap.php | ||