summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-06-16 16:25:12 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-06-16 16:25:12 +0200
commitcd77f92f4ccff0d07ef3a0f8fffae82a0d54fe44 (patch)
tree7b23cdfd64190276429520d92210791e09435f53 /lib
parent15c215cd031602013d982d630306314fc6c1b21c (diff)
downloadnextcloud-server-cd77f92f4ccff0d07ef3a0f8fffae82a0d54fe44.tar.gz
nextcloud-server-cd77f92f4ccff0d07ef3a0f8fffae82a0d54fe44.zip
add new keynote mimetype
Diffstat (limited to 'lib')
-rw-r--r--lib/private/mimetypes.list.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php
index ba1b9ca10b1..d27e9e6348b 100644
--- a/lib/private/mimetypes.list.php
+++ b/lib/private/mimetypes.list.php
@@ -74,6 +74,7 @@ return array(
'jpg' => array('image/jpeg', null),
'js' => array('application/javascript', 'text/plain'),
'json' => array('application/json', 'text/plain'),
+ 'key' => array('application/x-iwork-keynote-sffkey', null),
'keynote' => array('application/x-iwork-keynote-sffkey', null),
'kra' => array('application/x-krita', null),
'm2t' => array('video/mp2t', null),