Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Ebert <thomas.ebert@usability.de>2017-08-31 17:20:21 +0300
committerThomas Ebert <thomas.ebert@usability.de>2017-08-31 17:53:07 +0300
commit93d539b0cf06249545bed413a71ffb50dfdcfb87 (patch)
tree38f929b43a73cd1cc468fe0e9889bb4c2ba95f26 /core/Command/Maintenance
parent84ea66dca8593a967d0114a7d0206260263f61f9 (diff)
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.php2
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) . ',