aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Command/Scan.php
Commit message (Collapse)AuthorAgeFilesLines
* fix: better error message when trying to scan a folder that is already being ↵scan-locked-errorRobin Appelman2025-04-251-1/+14
| | | | | | scanned Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-061-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat: add command to scan external storages directlyRobin Appelman2024-03-061-0/+155
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>