diff options
author | Robin Appelman <robin@icewind.nl> | 2021-01-13 18:41:30 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2024-03-06 19:11:08 +0100 |
commit | 42e14cc4c7b1a911dff06233733ace09a6e5b0e9 (patch) | |
tree | 1050535cbd731cd63de0e688023b36e3cd34ff94 /apps/files_external/appinfo | |
parent | abfbe67ec950c553a16698c485b6858edcdb6919 (diff) | |
download | nextcloud-server-42e14cc4c7b1a911dff06233733ace09a6e5b0e9.tar.gz nextcloud-server-42e14cc4c7b1a911dff06233733ace09a6e5b0e9.zip |
feat: add command to scan external storages directly
the main use case of this over simply scanning through is the ability to provide a username and/or password for cases where login credentials are used
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r-- | apps/files_external/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 01899ab6411..246c9d9d833 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -47,6 +47,7 @@ External storage can be configured using the GUI or at the command line. This se <command>OCA\Files_External\Command\Backends</command> <command>OCA\Files_External\Command\Verify</command> <command>OCA\Files_External\Command\Notify</command> + <command>OCA\Files_External\Command\Scan</command> </commands> <settings> |