Update mimetypes
This commit is contained in:
parent
7f486705e0
commit
2ab26f3667
|
@ -56,13 +56,16 @@ OC.MimeTypeList={
|
||||||
"application/vnd.visio": "x-office/document",
|
"application/vnd.visio": "x-office/document",
|
||||||
"application/vnd.wordperfect": "x-office/document",
|
"application/vnd.wordperfect": "x-office/document",
|
||||||
"application/x-7z-compressed": "package/x-generic",
|
"application/x-7z-compressed": "package/x-generic",
|
||||||
|
"application/x-bzip2": "package/x-generic",
|
||||||
"application/x-cbr": "text",
|
"application/x-cbr": "text",
|
||||||
"application/x-compressed": "package/x-generic",
|
"application/x-compressed": "package/x-generic",
|
||||||
"application/x-dcraw": "image",
|
"application/x-dcraw": "image",
|
||||||
"application/x-deb": "package/x-generic",
|
"application/x-deb": "package/x-generic",
|
||||||
|
"application/x-fictionbook+xml": "text",
|
||||||
"application/x-font": "image",
|
"application/x-font": "image",
|
||||||
"application/x-gimp": "image",
|
"application/x-gimp": "image",
|
||||||
"application/x-gzip": "package/x-generic",
|
"application/x-gzip": "package/x-generic",
|
||||||
|
"application/x-mobipocket-ebook": "text",
|
||||||
"application/x-perl": "text/code",
|
"application/x-perl": "text/code",
|
||||||
"application/x-photoshop": "image",
|
"application/x-photoshop": "image",
|
||||||
"application/x-php": "text/code",
|
"application/x-php": "text/code",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_comment" : "Array of mimetype aliases.",
|
"_comment" : "Array of mimetype aliases.",
|
||||||
"_comment2": "Any changes you make here will be overwritten on an update of ownCloud.",
|
"_comment2": "Any changes you make here will be overwritten on an update of Nextcloud.",
|
||||||
"_comment3": "Put any custom mappings in a new file mimetypealiases.json in the config/ folder of ownCloud",
|
"_comment3": "Put any custom mappings in a new file mimetypealiases.json in the config/ folder of Nextcloud",
|
||||||
|
|
||||||
"_comment4": "After any change to mimetypealiases.json run:",
|
"_comment4": "After any change to mimetypealiases.json run:",
|
||||||
"_comment5": "./occ maintenance:mimetype:update-js",
|
"_comment5": "./occ maintenance:mimetype:update-js",
|
||||||
|
@ -65,6 +65,7 @@
|
||||||
"application/x-font": "image",
|
"application/x-font": "image",
|
||||||
"application/x-gimp": "image",
|
"application/x-gimp": "image",
|
||||||
"application/x-gzip": "package/x-generic",
|
"application/x-gzip": "package/x-generic",
|
||||||
|
"application/x-mobipocket-ebook": "text",
|
||||||
"application/x-perl": "text/code",
|
"application/x-perl": "text/code",
|
||||||
"application/x-photoshop": "image",
|
"application/x-photoshop": "image",
|
||||||
"application/x-php": "text/code",
|
"application/x-php": "text/code",
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"_comment2": "The first index in the mime type array is the assumed correct mimetype",
|
"_comment2": "The first index in the mime type array is the assumed correct mimetype",
|
||||||
"_comment3": "and the second (if present] is a secure alternative",
|
"_comment3": "and the second (if present] is a secure alternative",
|
||||||
|
|
||||||
"_comment4": "Any changes you make here will be overwritten on an update of ownCloud",
|
"_comment4": "Any changes you make here will be overwritten on an update of Nextcloud",
|
||||||
"_comment5": "Put any custom mappings in a new file mimetypemapping.json in the config/ folder of ownCloud",
|
"_comment5": "Put any custom mappings in a new file mimetypemapping.json in the config/ folder of Nextcloud",
|
||||||
|
|
||||||
|
|
||||||
"3gp": ["video/3gpp"],
|
"3gp": ["video/3gpp"],
|
||||||
|
|
Loading…
Reference in New Issue