diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-04 16:49:31 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-04 16:49:31 +0100 |
commit | d8faeab4219bc1426ff90957dbf0bee59e463d88 (patch) | |
tree | a818ba48f5da43a9071e45f07e9b9dd35827a131 /core | |
parent | 089b60cd255ecfc7b25c2f5b36179c2bdc46bcf6 (diff) | |
parent | 6ffd8f3e0d325f22667d4739eee037a07b38d50c (diff) | |
download | nextcloud-server-d8faeab4219bc1426ff90957dbf0bee59e463d88.tar.gz nextcloud-server-d8faeab4219bc1426ff90957dbf0bee59e463d88.zip |
Merge pull request #21766 from farukuzun/master
Add some mimetypes
Diffstat (limited to 'core')
-rw-r--r-- | core/js/mimetypelist.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index dea065814d1..89c6e8c4d4e 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -17,12 +17,14 @@ OC.MimeTypeList={ "application/json": "text/code", "application/msaccess": "file", "application/msexcel": "x-office/spreadsheet", + "application/msonenote": "x-office/document", "application/mspowerpoint": "x-office/presentation", "application/msword": "x-office/document", "application/octet-stream": "file", "application/postscript": "image", "application/rss+xml": "application/xml", "application/vnd.android.package-archive": "package/x-generic", + "application/vnd.lotus-wordpro": "x-office/document", "application/vnd.ms-excel": "x-office/spreadsheet", "application/vnd.ms-excel.addin.macroEnabled.12": "x-office/spreadsheet", "application/vnd.ms-excel.sheet.binary.macroEnabled.12": "x-office/spreadsheet", @@ -51,6 +53,8 @@ OC.MimeTypeList={ "application/vnd.openxmlformats-officedocument.spreadsheetml.template": "x-office/spreadsheet", "application/vnd.openxmlformats-officedocument.wordprocessingml.document": "x-office/document", "application/vnd.openxmlformats-officedocument.wordprocessingml.template": "x-office/document", + "application/vnd.visio": "x-office/document", + "application/vnd.wordperfect": "x-office/document", "application/x-7z-compressed": "package/x-generic", "application/x-cbr": "text", "application/x-compressed": "package/x-generic", |