Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: better error message when trying to scan a folder that is already being ↵scan-locked-error | Robin Appelman | 2025-04-25 | 1 | -1/+10 |
| | | | | | | scanned Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(PathHelper): Remove null bytes when normalizing pathfix/files_sharing/harden-api | provokateurin | 2025-01-13 | 1 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: don't skip scanner users filesystem if they have a mountpoint at ↵ | Robin Appelman | 2024-12-27 | 1 | -2/+7 |
| | | | | | | /<user>/files/ Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(Storage): Fix IStorage return types | provokateurin | 2024-09-26 | 1 | -0/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 2 | -45/+6 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Refactor `OC\Server::getLockingProvider` | Andrew Summers | 2024-03-15 | 1 | -1/+2 |
| | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | Merge branch 'master' into background-scan-catch-storage-error | Robin Appelman | 2024-01-31 | 1 | -2/+2 |
|\ | |||||
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | continue background scanning different storages if one fails | Robin Appelman | 2023-10-20 | 1 | -23/+27 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add summary of detected changes to files:scan output | Robin Appelman | 2023-06-16 | 1 | -2/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -2/+2 |
| | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com> | ||||
* | better error messages if the users home is not writable during scanning | Robin Appelman | 2023-04-05 | 1 | -7/+20 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | split out some path manipulation logic | Robin Appelman | 2022-04-04 | 1 | -0/+71 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -7/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Removes misleading error message in occ files:scan for new users. | Christian Paier | 2022-02-05 | 1 | -1/+1 |
| | | | | | | | | | | Previously the occ files:scan command printed an error message for any new users without any files/folders in the data directory. With this change only users with any file/folder is scanned. This fixes #25433. Signed-off-by: Christian Paier <hallo+git@cpaier.com> | ||||
* | background scan the source storage when a background scan on a storage jail ↵ | Robin Appelman | 2021-12-02 | 1 | -4/+0 |
| | | | | | | is triggered Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Move storage encoding compatibility warning logic | Vincent Petry | 2021-11-17 | 1 | -0/+3 |
| | | | | | | | | | | | The encoding check for file names is now happening the Scanner, and an event will be emitted only if the storage doesn't contain the encoding compatibility wrapper. The event is listened to by the occ scan command to be able to display a warning in case of file name mismatches when they have NFD encoding. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add typed events for the filesystem/scanner | Christoph Wurst | 2019-12-13 | 1 | -21/+35 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+1 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Do scan the root storage in background scan | Robin Appelman | 2018-07-24 | 1 | -5/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add option to only scan the home storage | Robin Appelman | 2018-06-28 | 1 | -3/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: allow files:scan --shallow | Blaok | 2018-05-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Yuze Chi <i@blaok.me> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -2/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix scanner after review | Vincent Petry | 2017-04-26 | 1 | -2/+3 |
| | |||||
* | OCC scanner commit in batches | Vincent Petry | 2017-04-26 | 1 | -6/+38 |
| | |||||
* | check for existence before we start the db transaction | Robin Appelman | 2017-04-20 | 1 | -3/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add PHPDoc and handle exception in ScanAppData as well | Morris Jobke | 2017-04-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | show error when trying to scan non existing path | Robin Appelman | 2017-04-19 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Skip FailedStorage in background scan | Vincent Petry | 2017-03-17 | 1 | -0/+12 |
| | | | | | | | | The background job that scans storages must skip failed storages to avoid potential exceptions, especially when the failed storage comes from a shared storage where the source is not accessible. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Only check for local shared storages | Roeland Jago Douma | 2017-01-10 | 1 | -2/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Skip local shares in bkg scan and occ files:scan (#26590) | Vincent Petry | 2017-01-10 | 1 | -5/+15 |
| | | | | | Local shares should only be scanned when doing it for the owner to avoid repeatedly rescanning the same shared storage over and over again for every recipient. | ||||
* | Store the shared propagator instance | Vincent Petry | 2016-08-10 | 1 | -4/+6 |
| | | | | This instead of recreating it for every call. | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | Merge pull request #24863 from owncloud/propagator-batching | Vincent Petry | 2016-06-10 | 1 | -0/+4 |
|\ | | | | | Propagator batching for the file scanner | ||||
| * | use propagator batching in the scanner | Robin Appelman | 2016-06-02 | 1 | -0/+4 |
| | | |||||
* | | skip scanning for a user when the user is not setup yet | Robin Appelman | 2016-06-08 | 1 | -1/+6 |
|/ | |||||
* | trigger size calculation after scanning (#24875) | Robin Appelman | 2016-05-30 | 1 | -0/+6 |
| | |||||
* | Trigger propagation from the background scanner | Robin Appelman | 2016-05-18 | 1 | -1/+13 |
| | |||||
* | triger the propagator from the command line scanner | Robin Appelman | 2016-04-25 | 1 | -0/+16 |
| | |||||
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -0/+172 |