diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-10-01 15:54:02 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-10-01 15:55:17 +0200 |
commit | d026c424cdbd2afd964dff3c52ff5b3c5d847b81 (patch) | |
tree | ff30a2bbe8826f8078565cb4450011638f08374e | |
parent | 565220adb676a3855887980fece582fb87cc3f81 (diff) | |
download | nextcloud-server-d026c424cdbd2afd964dff3c52ff5b3c5d847b81.tar.gz nextcloud-server-d026c424cdbd2afd964dff3c52ff5b3c5d847b81.zip |
Add missing compiled mimetype list - see #10135
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r-- | core/js/mimetypelist.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index 13db16c5a21..760d503f23e 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -40,6 +40,12 @@ OC.MimeTypeList={ "application/vnd.ms-powerpoint.presentation.macroEnabled.12": "x-office/presentation", "application/vnd.ms-powerpoint.slideshow.macroEnabled.12": "x-office/presentation", "application/vnd.ms-powerpoint.template.macroEnabled.12": "x-office/presentation", + "application/vnd.ms-visio.drawing.macroEnabled.12": "application/vnd.visio", + "application/vnd.ms-visio.drawing": "application/vnd.visio", + "application/vnd.ms-visio.stencil.macroEnabled.12": "application/vnd.visio", + "application/vnd.ms-visio.stencil": "application/vnd.visio", + "application/vnd.ms-visio.template.macroEnabled.12": "application/vnd.visio", + "application/vnd.ms-visio.template": "application/vnd.visio", "application/vnd.ms-word.document.macroEnabled.12": "x-office/document", "application/vnd.ms-word.template.macroEnabled.12": "x-office/document", "application/vnd.oasis.opendocument.presentation": "x-office/presentation", |