MimeTypes now also supports httpd/unix-directory

Since we both use dir and httpd/unix-directory in OC they should map to
the same icon.

Fixes #17527
This commit is contained in:
Roeland Jago Douma 2015-07-09 13:57:09 +02:00
parent 7d943b2ddc
commit eea56dc309
2 changed files with 61 additions and 59 deletions

View File

@ -60,6 +60,7 @@
"application/xml": "text/html",
"application/yaml": "text/code",
"application/zip": "package/x-generic",
"httpd/unix-directory": "dir",
"image/svg+xml": "image/vector",
"text/css": "text/code",
"text/csv": "x-office/spreadsheet",

View File

@ -64,6 +64,7 @@ OC.MimeTypeList={
"application/xml": "text/html",
"application/yaml": "text/code",
"application/zip": "package/x-generic",
"httpd/unix-directory": "dir",
"image/svg+xml": "image/vector",
"text/css": "text/code",
"text/csv": "x-office/spreadsheet",