Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Szasz <danysz@gmail.com>2016-08-19 07:29:51 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-08-30 11:32:46 +0300
commit5b9eabf4bc8cdaab81c8c3d7af78391e487995c1 (patch)
tree4360a268a4226938664e1af059bb71d34a471cd2 /resources
parentf4dfd1f1a31eda3b89d846a619698b688571a4e2 (diff)
Update the mime types with the relevant types for "apple-iWorks" (pages, numbers, keynote). Now the files are treated like a file when are in "Single file" mode.
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypealiases.dist.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json
index 8b47867447f..56a9e65c83d 100644
--- a/resources/config/mimetypealiases.dist.json
+++ b/resources/config/mimetypealiases.dist.json
@@ -65,6 +65,9 @@
"application/x-font": "image",
"application/x-gimp": "image",
"application/x-gzip": "package/x-generic",
+ "application/x-iwork-keynote-sffkey": "keynote",
+ "application/x-iwork-numbers-sffnumbers": "numbers",
+ "application/x-iwork-pages-sffpages": "pages",
"application/x-mobipocket-ebook": "text",
"application/x-perl": "text/code",
"application/x-photoshop": "image",