]> source.dussan.org Git - nextcloud-server.git/commitdiff
Clarify possible preview providers for type Office
authorLukas Reschke <lukas@owncloud.com>
Wed, 24 Sep 2014 19:16:14 +0000 (21:16 +0200)
committerLukas Reschke <lukas@owncloud.com>
Wed, 24 Sep 2014 19:21:39 +0000 (21:21 +0200)
a

config/config.sample.php
lib/private/preview.php

index 8d9bb975662e5e9d0181afbdd50f5a6632282fb1..cd02cf096d02a881bd3be32e41b96a5e9c8364af 100755 (executable)
@@ -294,7 +294,11 @@ $CONFIG = array(
  *  - OC\Preview\MarkDown
  *
  * The following providers are disabled by default due to performance or privacy concerns:
- *  - OC\Preview\Office
+ *  - OC\Preview\MSOfficeDoc
+ *  - OC\Preview\MSOffice2003
+ *  - OC\Preview\MSOffice2007
+ *  - OC\Preview\OpenDocument
+ *  - OC\Preview\StarOffice
  *  - OC\Preview\SVG
  *  - OC\Preview\Movies
  *  - OC\Preview\PDF
index 9d44d00e6867effd0f5a0829e910af2f73fe71a6..c93f5d5516fdd269ce458086888ed488a23cd989 100755 (executable)
@@ -683,8 +683,12 @@ class Preview {
                 *  - OC\Preview\MarkDown
                 *
                 * The following providers are disabled by default due to performance or privacy concerns:
-                *  - OC\Preview\Office
-                *  - OC\Preview\SVG
+                *  - OC\Preview\MSOfficeDoc
+                *  - OC\Preview\MSOffice2003
+                *  - OC\Preview\MSOffice2007
+                *  - OC\Preview\OpenDocument
+                *  - OC\Preview\StarOffice
+                *  - OC\Preview\SVG
                 *  - OC\Preview\Movies
                 *  - OC\Preview\PDF
                 *  - OC\Preview\Tiff