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:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-19 10:55:38 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-19 10:55:38 +0300
commita774efb0f9f58671e431a4f53393734eb81991d0 (patch)
tree58ddece99380b05c668c29fa5c58e0776719f4a1 /resources
parentae36731604e4b22901f6207b30e419dec28dd3f5 (diff)
Update mimetypes
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypealiases.dist.json5
-rw-r--r--resources/config/mimetypemapping.dist.json4
2 files changed, 5 insertions, 4 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json
index 8445198e32c..8b47867447f 100644
--- a/resources/config/mimetypealiases.dist.json
+++ b/resources/config/mimetypealiases.dist.json
@@ -1,7 +1,7 @@
{
"_comment" : "Array of mimetype aliases.",
- "_comment2": "Any changes you make here will be overwritten on an update of ownCloud.",
- "_comment3": "Put any custom mappings in a new file mimetypealiases.json in the config/ folder 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 Nextcloud",
"_comment4": "After any change to mimetypealiases.json run:",
"_comment5": "./occ maintenance:mimetype:update-js",
@@ -65,6 +65,7 @@
"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",
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json
index 00c4e8bf12f..a49a04e43f2 100644
--- a/resources/config/mimetypemapping.dist.json
+++ b/resources/config/mimetypemapping.dist.json
@@ -3,8 +3,8 @@
"_comment2": "The first index in the mime type array is the assumed correct mimetype",
"_comment3": "and the second (if present] is a secure alternative",
- "_comment4": "Any changes you make here will be overwritten on an update of ownCloud",
- "_comment5": "Put any custom mappings in a new file mimetypemapping.json in the config/ folder 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 Nextcloud",
"3gp": ["video/3gpp"],