aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command/Scan.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-291-31/+4
* use correct mode constant of files:scan's --path optionRobin Appelman2024-02-241-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
* add named metadata eventMaxence Lange2023-11-201-6/+14
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-7/+0
* IFilesMetadataMaxence Lange2023-11-071-3/+12
* Merge branch 'master' into refactor_files_app_commandsFaraz Samapoor2023-08-011-1/+27
|\
| * add summary of detected changes to files:scan outputRobin Appelman2023-06-161-1/+31
* | Refactors files app commands.Faraz Samapoor2023-07-121-24/+13
|/
* Add an error counterCôme Chilliet2023-05-041-20/+17
* Only show error stack trace on very verbose levelCôme Chilliet2023-05-021-6/+2
* Do not stop at the first PHP error/warning in files:scanCôme Chilliet2023-04-271-11/+15
* better error messages if the users home is not writable during scanningRobin Appelman2023-04-051-0/+1
* Cast to int #32837Markus Zeller2022-11-071-1/+1
* Allow scanning for metadata with occ scan:file --generate-metadataCarl Schwan2022-10-111-16/+33
* Mention missing files subdirBill McGonigle2022-06-141-1/+1
* Fix issue #31692 of occ files:scancld4h2022-04-261-1/+1
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-1/+2
* Move storage encoding compatibility warning logicVincent Petry2021-11-171-15/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Fix database connection usage in the files scannerChristoph Wurst2021-01-111-9/+11
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Also always return in app commandsJoas Schilling2020-06-261-2/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Add typed events for the filesystem/scannerChristoph Wurst2019-12-131-1/+2
* Update license headersChristoph Wurst2019-12-051-1/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Fix occ files:scan-app-data elapsed timeJoel S2019-02-221-1/+1
* Fix-13911-occ-files-scan-elapsed-timeJoel S2019-02-221-4/+3
* Remove quiet and verbose from Command/ScanDaniel Kesselberg2018-10-211-13/+1
* Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg2018-10-211-56/+26
* Rename method to abortIfInterruptedDaniel Kesselberg2018-10-081-5/+5
* Adjust code for changed method signatureDaniel Kesselberg2018-10-071-16/+10
* Add option to only scan the home storageRobin Appelman2018-06-281-3/+13
* feat: allow files:scan --shallowBlaok2018-05-181-3/+8
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Remove unused variablesMorris Jobke2017-11-061-1/+1
* show error when trying to scan non existing pathRobin Appelman2017-04-191-7/+12
* Log files:scan exception, add InterruptedExceptionVincent Petry2017-03-201-8/+10
* Before a user is getting scanned the database connection is re-establishedThomas Müller2016-08-291-1/+26