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 /core/Command/Maintenance | |
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 'core/Command/Maintenance')
-rw-r--r-- | core/Command/Maintenance/Mimetype/UpdateJS.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Maintenance/Mimetype/UpdateJS.php b/core/Command/Maintenance/Mimetype/UpdateJS.php index 7908d066c80..f302b4a2018 100644 --- a/core/Command/Maintenance/Mimetype/UpdateJS.php +++ b/core/Command/Maintenance/Mimetype/UpdateJS.php @@ -113,7 +113,7 @@ class UpdateJS extends Command { * * You can update the list of MimeType Aliases in config/mimetypealiases.json * The list of files is fetched from core/img/filetypes -* To regenerate this file run ./occ maintenance:mimetypesjs +* To regenerate this file run ./occ maintenance:mimetype:update-js */ OC.MimeTypeList={ aliases: ' . json_encode($aliases, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) . ', |