|
@@ -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",
|