|
|
|
@ -10,8 +10,8 @@ OC.MimeTypeList={ |
|
|
|
|
aliases: { |
|
|
|
|
"application/coreldraw": "image", |
|
|
|
|
"application/epub+zip": "text", |
|
|
|
|
"application/font-sfnt": "image", |
|
|
|
|
"application/font-woff": "image", |
|
|
|
|
"application/font-sfnt": "font", |
|
|
|
|
"application/font-woff": "font", |
|
|
|
|
"application/gpx+xml": "location", |
|
|
|
|
"application/illustrator": "image", |
|
|
|
|
"application/javascript": "text/code", |
|
|
|
@ -34,7 +34,7 @@ OC.MimeTypeList={ |
|
|
|
|
"application/vnd.ms-excel.sheet.binary.macroEnabled.12": "x-office/spreadsheet", |
|
|
|
|
"application/vnd.ms-excel.sheet.macroEnabled.12": "x-office/spreadsheet", |
|
|
|
|
"application/vnd.ms-excel.template.macroEnabled.12": "x-office/spreadsheet", |
|
|
|
|
"application/vnd.ms-fontobject": "image", |
|
|
|
|
"application/vnd.ms-fontobject": "font", |
|
|
|
|
"application/vnd.ms-powerpoint": "x-office/presentation", |
|
|
|
|
"application/vnd.ms-powerpoint.addin.macroEnabled.12": "x-office/presentation", |
|
|
|
|
"application/vnd.ms-powerpoint.presentation.macroEnabled.12": "x-office/presentation", |
|
|
|
@ -78,7 +78,7 @@ OC.MimeTypeList={ |
|
|
|
|
"application/x-dcraw": "image", |
|
|
|
|
"application/x-deb": "package/x-generic", |
|
|
|
|
"application/x-fictionbook+xml": "text", |
|
|
|
|
"application/x-font": "image", |
|
|
|
|
"application/x-font": "font", |
|
|
|
|
"application/x-gimp": "image", |
|
|
|
|
"application/x-gzip": "package/x-generic", |
|
|
|
|
"application/x-iwork-keynote-sffkey": "x-office/presentation", |
|
|
|
@ -127,6 +127,7 @@ OC.MimeTypeList={ |
|
|
|
|
"folder-public", |
|
|
|
|
"folder-shared", |
|
|
|
|
"folder-starred", |
|
|
|
|
"font", |
|
|
|
|
"image", |
|
|
|
|
"link", |
|
|
|
|
"location", |
|
|
|
|