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
path: root/config
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2015-07-08 16:49:53 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2015-07-08 18:16:12 +0300
commit895d29adf18fcf6a334839aead46bdb4bd9dbbec (patch)
treec6ce62e526bf130b5b53806daa63b941cb4de72d /config
parent35fba1ef9f562a10a6b796e47024305218043bfc (diff)
Move mimetypemapping.json to mimetypemapping.dist.json
This allows users to create their own mapping file to extend our current mappings. This makes sure that custom mappings are not lost on OC upgrades.
Diffstat (limited to 'config')
-rw-r--r--config/mimetypemapping.dist.json (renamed from config/mimetypemapping.json)3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/mimetypemapping.json b/config/mimetypemapping.dist.json
index 49f3d8c9a1f..48ec4a56dab 100644
--- a/config/mimetypemapping.json
+++ b/config/mimetypemapping.dist.json
@@ -3,6 +3,9 @@
"_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 this directory",
+
"3gp": ["video/3gpp"],
"7z": ["application/x-7z-compressed"],