Merge pull request #1187 from nextcloud/danysz-master

Update the mime types with the relevant types for "apple-iWorks"
This commit is contained in:
Joas Schilling 2016-08-30 12:57:43 +02:00 committed by GitHub
commit ef34b49e43
2 changed files with 6 additions and 0 deletions

View File

@ -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",

View File

@ -65,6 +65,9 @@
"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",