diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/js/mimetypelist.js | 3 |
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", |