diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-14 11:46:00 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-14 11:46:00 +0200 |
commit | 4d692b69666e7fb74d18ec35365583a023106533 (patch) | |
tree | d2e95ec4f022510edc4e4ae743036aed28036262 /core/js | |
parent | c1d9565131e1dbc4b4928fc18d0b15ff9d1137a5 (diff) | |
download | nextcloud-server-4d692b69666e7fb74d18ec35365583a023106533.tar.gz nextcloud-server-4d692b69666e7fb74d18ec35365583a023106533.zip |
add location filetype icon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/mimetypelist.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index 89558e21086..07ae0efee0a 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -12,6 +12,7 @@ OC.MimeTypeList={ "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", @@ -25,6 +26,9 @@ OC.MimeTypeList={ "application/rss+xml": "application/xml", "application/vnd.android.package-archive": "package/x-generic", "application/vnd.lotus-wordpro": "x-office/document", + "application/vnd.garmin.tcx+xml": "location", + "application/vnd.google-earth.kml+xml": "location", + "application/vnd.google-earth.kmz": "location", "application/vnd.ms-excel": "x-office/spreadsheet", "application/vnd.ms-excel.addin.macroEnabled.12": "x-office/spreadsheet", "application/vnd.ms-excel.sheet.binary.macroEnabled.12": "x-office/spreadsheet", @@ -104,6 +108,7 @@ OC.MimeTypeList={ "folder-shared", "folder-starred", "image", + "location", "package-x-generic", "text", "text-calendar", |