From f361837a6707e076fa764c208191b8ba1c9fc7e5 Mon Sep 17 00:00:00 2001 From: Sebastian Steinmetz Date: Mon, 27 Aug 2018 02:08:19 +0200 Subject: [PATCH] [14.0] Add HEIC/HEIF support to the gallery. Requires https://github.com/nextcloud/server/pull/10827 Signed-off-by: Sebastian Steinmetz --- lib/Service/ConfigService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Service/ConfigService.php b/lib/Service/ConfigService.php index e8abe0d6..4ec2b625 100644 --- a/lib/Service/ConfigService.php +++ b/lib/Service/ConfigService.php @@ -52,6 +52,8 @@ class ConfigService extends FilesService { 'image/bmp', 'image/tiff', 'image/x-dcraw', + 'image/heic', + 'image/heif', 'application/x-photoshop', 'application/illustrator', 'application/postscript',