diff options
author | Thomas Ebert <thomas.ebert@usability.de> | 2017-08-31 16:20:21 +0200 |
---|---|---|
committer | Thomas Ebert <thomas.ebert@usability.de> | 2017-08-31 16:53:07 +0200 |
commit | 93d539b0cf06249545bed413a71ffb50dfdcfb87 (patch) | |
tree | 38f929b43a73cd1cc468fe0e9889bb4c2ba95f26 /resources | |
parent | 84ea66dca8593a967d0114a7d0206260263f61f9 (diff) | |
download | nextcloud-server-93d539b0cf06249545bed413a71ffb50dfdcfb87.tar.gz nextcloud-server-93d539b0cf06249545bed413a71ffb50dfdcfb87.zip |
Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update places/link svg. Add filetype/link icon. Add repair step for mime types.
Signed-off-by: Thomas Ebert <thomas.ebert@te-online.net>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/mimetypemapping.dist.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index ae90a138a42..06e4d30b9e5 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -120,7 +120,7 @@ "ogg": ["audio/ogg"], "ogv": ["video/ogg"], "one": ["application/msonenote"], - "opus": ["audio/ogg"], + "opus": ["audio/ogg"], "orf": ["image/x-dcraw"], "otf": ["application/font-sfnt"], "pages": ["application/x-iwork-pages-sffpages"], @@ -193,5 +193,7 @@ "xrf": ["image/x-dcraw"], "yaml": ["application/yaml", "text/plain"], "yml": ["application/yaml", "text/plain"], - "zip": ["application/zip"] + "zip": ["application/zip"], + "url": ["application/internet-shortcut"], + "webloc": ["application/internet-shortcut"] } |