summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-08-30 12:57:43 +0200
committerGitHub <noreply@github.com>2016-08-30 12:57:43 +0200
commitef34b49e4302cf1133c49c9f14e46dc166b62599 (patch)
tree1c348354dc54fdfbc1427a58b4fbcb3a52aa231a /core
parent83490e90ef70d4da60982d86fc84725c373fe5f4 (diff)
parentda1c51882bc7ba090f96fb57d6de8f19d55f4e24 (diff)
downloadnextcloud-server-ef34b49e4302cf1133c49c9f14e46dc166b62599.tar.gz
nextcloud-server-ef34b49e4302cf1133c49c9f14e46dc166b62599.zip
Merge pull request #1187 from nextcloud/danysz-master
Update the mime types with the relevant types for "apple-iWorks"
Diffstat (limited to 'core')
-rw-r--r--core/js/mimetypelist.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js
index 08b892ce8bb..e1b9dba14af 100644
--- a/core/js/mimetypelist.js
+++ b/core/js/mimetypelist.js
@@ -65,6 +65,9 @@ OC.MimeTypeList={
"application/x-font": "image",
"application/x-gimp": "image",
"application/x-gzip": "package/x-generic",
+ "application/x-iwork-keynote-sffkey": "x-office/presentation",
+ "application/x-iwork-numbers-sffnumbers": "x-office/spreadsheet",
+ "application/x-iwork-pages-sffpages": "x-office/document",
"application/x-mobipocket-ebook": "text",
"application/x-perl": "text/code",
"application/x-photoshop": "image",