aboutsummaryrefslogtreecommitdiffstats
path: root/resources/config
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-07-27 16:12:10 +0200
committerGitHub <noreply@github.com>2024-07-27 16:12:10 +0200
commitcea8c4c364b1cf2c15c3d41d826d004749b6bb4a (patch)
treea62c7cd66b26318d8b501489d0ef6de0084ca66e /resources/config
parent7f04dd014616fa3992ca7a55bbf86560a6ca1d4d (diff)
parentd06e5d41d9b02c6907378261ee822ba708041532 (diff)
downloadnextcloud-server-cea8c4c364b1cf2c15c3d41d826d004749b6bb4a.tar.gz
nextcloud-server-cea8c4c364b1cf2c15c3d41d826d004749b6bb4a.zip
Merge pull request #46711 from nextcloud/backport/45353/stable29
Diffstat (limited to 'resources/config')
-rw-r--r--resources/config/mimetypealiases.dist.json1
-rw-r--r--resources/config/mimetypemapping.dist.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json
index 40144878465..6fe7db76318 100644
--- a/resources/config/mimetypealiases.dist.json
+++ b/resources/config/mimetypealiases.dist.json
@@ -26,6 +26,7 @@
"application/postscript": "image",
"application/rss+xml": "application/xml",
"application/vnd.android.package-archive": "package/x-generic",
+ "application/vnd.excalidraw+json": "whiteboard",
"application/vnd.lotus-wordpro": "x-office/document",
"application/vnd.garmin.tcx+xml": "location",
"application/vnd.google-earth.kml+xml": "location",
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json
index 356ab6f1bb9..ca515b2c578 100644
--- a/resources/config/mimetypemapping.dist.json
+++ b/resources/config/mimetypemapping.dist.json
@@ -59,6 +59,7 @@
"eps": ["application/postscript"],
"epub": ["application/epub+zip"],
"erf": ["image/x-dcraw"],
+ "excalidraw": ["application/vnd.excalidraw+json"],
"exe": ["application/x-ms-dos-executable"],
"fb2": ["application/x-fictionbook+xml", "text/plain"],
"flac": ["audio/flac"],