summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2016-08-19 11:21:53 +0200
committerGitHub <noreply@github.com>2016-08-19 11:21:53 +0200
commit91e8b33ca214397dde164114f0c0f8d46dacad01 (patch)
treeb55a6a394deb0c253fc7e7ed2e3de2baf4d29e72 /core
parent3ccd69707e75c3d99156c41d8107621e07a01ded (diff)
parenta774efb0f9f58671e431a4f53393734eb81991d0 (diff)
downloadnextcloud-server-91e8b33ca214397dde164114f0c0f8d46dacad01.tar.gz
nextcloud-server-91e8b33ca214397dde164114f0c0f8d46dacad01.zip
Merge pull request #959 from nextcloud/map_mobi
Update mimetypes
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 89c6e8c4d4e..08b892ce8bb 100644
--- a/core/js/mimetypelist.js
+++ b/core/js/mimetypelist.js
@@ -56,13 +56,16 @@ OC.MimeTypeList={
"application/vnd.visio": "x-office/document",
"application/vnd.wordperfect": "x-office/document",
"application/x-7z-compressed": "package/x-generic",
+ "application/x-bzip2": "package/x-generic",
"application/x-cbr": "text",
"application/x-compressed": "package/x-generic",
"application/x-dcraw": "image",
"application/x-deb": "package/x-generic",
+ "application/x-fictionbook+xml": "text",
"application/x-font": "image",
"application/x-gimp": "image",
"application/x-gzip": "package/x-generic",
+ "application/x-mobipocket-ebook": "text",
"application/x-perl": "text/code",
"application/x-photoshop": "image",
"application/x-php": "text/code",