File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 10461046 * concerns:
10471047 *
10481048 * - OC\Preview\Illustrator
1049+ * - OC\Preview\HEIC
10491050 * - OC\Preview\Movie
10501051 * - OC\Preview\MSOffice2003
10511052 * - OC\Preview\MSOffice2007
10631064 *
10641065 * - OC\Preview\BMP
10651066 * - OC\Preview\GIF
1066- * - OC\Preview\HEIC
10671067 * - OC\Preview\JPEG
10681068 * - OC\Preview\MarkDown
10691069 * - OC\Preview\MP3
10771077 'OC\Preview\PNG ' ,
10781078 'OC\Preview\JPEG ' ,
10791079 'OC\Preview\GIF ' ,
1080- 'OC\Preview\HEIC ' ,
10811080 'OC\Preview\BMP ' ,
10821081 'OC\Preview\XBitmap ' ,
10831082 'OC\Preview\MP3 ' ,
Original file line number Diff line number Diff line change @@ -278,14 +278,14 @@ public function isAvailable(\OCP\Files\FileInfo $file) {
278278 * - OC\Preview\JPEG
279279 * - OC\Preview\GIF
280280 * - OC\Preview\BMP
281- * - OC\Preview\HEIC
282281 * - OC\Preview\XBitmap
283282 * - OC\Preview\MarkDown
284283 * - OC\Preview\MP3
285284 * - OC\Preview\TXT
286285 *
287286 * The following providers are disabled by default due to performance or privacy concerns:
288287 * - OC\Preview\Font
288+ * - OC\Preview\HEIC
289289 * - OC\Preview\Illustrator
290290 * - OC\Preview\Movie
291291 * - OC\Preview\MSOfficeDoc
@@ -311,7 +311,6 @@ protected function getEnabledDefaultProvider() {
311311 Preview \JPEG ::class,
312312 Preview \GIF ::class,
313313 Preview \BMP ::class,
314- Preview \HEIC ::class,
315314 Preview \XBitmap::class,
316315 Preview \Krita::class,
317316 Preview \WebP::class,
You can’t perform that action at this time.
0 commit comments