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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-14 01:26:01 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-14 01:26:01 +0300
commit6538302daaf83e5befa778d7a9b580043a6d6e6b (patch)
tree141c3900f05ca50f69a262de0ea4b1d259beebc9 /resources
parent101d1c0f8185925cf8e22b893be397a25290f128 (diff)
add gpx mimetype
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypealiases.dist.json1
-rw-r--r--resources/config/mimetypemapping.dist.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json
index 602f70393ae..fef62ebebdb 100644
--- a/resources/config/mimetypealiases.dist.json
+++ b/resources/config/mimetypealiases.dist.json
@@ -12,6 +12,7 @@
"application/epub+zip": "text",
"application/font-sfnt": "image",
"application/font-woff": "image",
+ "application/gpx+xml": "location",
"application/illustrator": "image",
"application/javascript": "text/code",
"application/json": "text/code",
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json
index 09be65dd86f..e06631a9ad8 100644
--- a/resources/config/mimetypemapping.dist.json
+++ b/resources/config/mimetypemapping.dist.json
@@ -58,6 +58,7 @@
"flac": ["audio/flac"],
"flv": ["video/x-flv"],
"gif": ["image/gif"],
+ "gpx": ["application/gpx+xml"],
"gz": ["application/x-gzip"],
"gzip": ["application/x-gzip"],
"h": ["text/x-h"],