summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-08-03 17:22:26 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-08-03 20:06:29 +0200
commitfc4a542dd097adac39a3aa19bf878bfce3747e31 (patch)
tree4d8d75bb77ee363b94c5e6288609cdbdf3948516
parentb12ed88794bfb3c58a32a5fbf34d42cd64b270d7 (diff)
downloadnextcloud-server-fc4a542dd097adac39a3aa19bf878bfce3747e31.tar.gz
nextcloud-server-fc4a542dd097adac39a3aa19bf878bfce3747e31.zip
add iWork mimetypes
-rw-r--r--lib/mimetypes.list.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php
index f7207493f7f..37d50756d57 100644
--- a/lib/mimetypes.list.php
+++ b/lib/mimetypes.list.php
@@ -55,6 +55,9 @@ return array(
'ods'=>'application/vnd.oasis.opendocument.spreadsheet',
'odg'=>'application/vnd.oasis.opendocument.graphics',
'odp'=>'application/vnd.oasis.opendocument.presentation',
+ 'pages'=>'application/x-iwork-pages-sffpages',
+ 'numbers'=>'application/x-iwork-numbers-sffnumbers',
+ 'keynote'=>'application/x-iwork-keynote-sffkey',
'kra'=>'application/x-krita',
'mp3'=>'audio/mpeg',
'doc'=>'application/msword',