You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/release_notes/upgrade_to_30.rst
+6
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,9 @@ Changes to the available options in ``config.php``.
24
24
* The option ``forbidden_chars`` is now deprecated and replaced with ``forbidden_filename_characters``
25
25
* The option ``forbidden_filename_basenames`` was added to allow bocking files with specific basenames (the filename without extension (before the first dot))
26
26
* The option ``forbidden_filename_extensions`` was added to allow blocking extensions from being used on filenames
27
+
28
+
Previews for PDF files with Imaginary
29
+
-------------------------------------
30
+
31
+
The preview provider ``OC\Preview\Imaginary`` is no longer generating previews for PDF files.
32
+
Add the new preview provider ``OC\Preview\ImaginaryPDF`` to ``enabledPreviewProviders`` to enable preview generation with Imaginary for PDF files.
0 commit comments