aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Scanner.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-6/+7
* Merge pull request #45172 from nextcloud/test-scanner-no-transactionsRobin Appelman2024-06-131-1/+5
|\
| * feat: add option to disable scanner transactionsRobin Appelman2024-05-031-1/+5
* | chore: Add SPDX headerAndy Scherzinger2024-05-241-32/+4
* | fix(Files): Change how scanner diffs for changed metadataJosh2024-05-081-2/+47
|/
* Refactor `OC\Server::getLockingProvider`Andrew Summers2024-03-151-1/+1
* also updated parent etags when a changed etag is detected during scanningRobin Appelman2024-01-311-6/+29
* dont reuse etag for folders marked explicitly unscannedRobin Appelman2024-01-311-1/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-2/+2
* Store size in int|float for 32bit supportCôme Chilliet2023-09-191-3/+6
* Merge pull request #38860 from nextcloud/scanner-change-summaryRobin Appelman2023-07-201-1/+1
|\
| * add summary of detected changes to files:scan outputRobin Appelman2023-06-161-1/+1
* | file scanner performance improvementsRobin Appelman2023-06-161-13/+9
|/
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-1/+1
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* | Fix return types in phpdocCôme Chilliet2023-05-151-1/+1
|/
* repair -1 folder sizes for object store background scanRobin Appelman2023-05-101-7/+10
* Merge pull request #36857 from nextcloud/scan-repair-unencrypted-sizeRobin Appelman2023-04-241-2/+18
|\
| * fix unencrypted_size for files when scanningRobin Appelman2023-04-041-0/+8
| * fix unencrypted_size for folders when scanning the filesystem with encryption...Robin Appelman2023-04-041-3/+11
* | Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201-4/+10
|\ \
| * | improve handling of files we can't access in the scannerRobin Appelman2023-04-051-5/+11
| |/
* / Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
|/
* composer run cs:fixCôme Chilliet2023-01-201-2/+0
* Switch logical operatorsGit'Fellow2023-01-111-18/+11
* don't update the folder size if we know it hasn't changedRobin Appelman2022-08-161-3/+10
* Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-261-9/+8
* don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-041-1/+2
* some file scanner performance improvementsRobin Appelman2022-03-171-3/+2
* background scan the source storage when a background scan on a storage jail i...Robin Appelman2021-12-021-12/+25
* Normalize directory entries in Encoding wrapperVincent Petry2021-11-171-1/+4
* Move storage encoding compatibility warning logicVincent Petry2021-11-171-2/+8
* Normalize file name before existence check in scannerVincent Petry2021-11-171-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-041-3/+3
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+2
* ignore files that have no read permissions during scanningRobin Appelman2021-01-061-0/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-27/+10
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-4/+4
* call cache->insert directly instead of going trough cache->put first when sca...Robin Appelman2020-04-011-1/+1
* dont try to get existing cache data during scanning if we already know its a ...Robin Appelman2020-04-011-4/+4
* reuse known parentId when inserting cache entries in scannerRobin Appelman2020-04-011-0/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-16/+16
* Update license headersChristoph Wurst2019-12-051-1/+2
* Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-061-1/+1