aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Cache.php
Commit message (Expand)AuthorAgeFilesLines
* perf(files): faster query to fetch incomplete directoriesperf/improve-incomplete-scanBenjamin Gaussorgues2025-02-131-14/+5
* fix: Harden files scanner for invalid null accessFerdinand Thiessen2025-01-281-13/+19
* fix: use scan_permissions when copying cache itemsRobin Appelman2024-12-041-1/+5
* fix: store unmaked source permissions as scan_permissions when loading share ...Robin Appelman2024-12-041-0/+3
* fix: Wrap partial cache entry in CacheEntryartonge/fix/getting_cache_entryLouis Chemineau2024-11-211-2/+2
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-1/+1
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-21/+21
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* fix: verify that parent exists in cache when insertingRobin Appelman2024-09-181-0/+3
* Merge pull request #47852 from nextcloud/sharding-code-fixesJohn Molakvoæ2024-09-161-1/+1
|\
| * fix: misc code fixes around db shardingsharding-code-fixesRobin Appelman2024-09-091-1/+1
* | fix(files): Adjust Cache::searchQuery() parameter name to match interfaceprovokateurin2024-09-131-2/+2
|/
* chore: Apply php:cs recommendationsLouis Chemineau2024-08-281-9/+9
* fix: hint storage id in more placesRobin Appelman2024-08-281-2/+5
* feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-281-4/+92
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* fix: always set storage id in Cache::getRobin Appelman2024-07-171-2/+2
* fix: add set storage id for more cache queriesRobin Appelman2024-07-171-0/+5
* feat: add base class for extending the query builderRobin Appelman2024-07-121-3/+1
* fix: get child ids for folder in a separate query during moveRobin Appelman2024-06-131-4/+21
* fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-111-2/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-241-37/+4
* perf(db): Sort data for IN before chunkingChristoph Wurst2024-04-261-0/+3
* Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadataMaxence Lange2024-04-171-2/+2
|\
| * migrate metadata to lazy appconfigMaxence Lange2024-02-141-2/+2
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* | feat(files)): Add retry logic to cover deadlock situations when moving many f...Louis Chemineau2024-03-281-6/+25
* | fix(filecache): Move from array_merge to avoid memory exhaustionGit'Fellow2024-03-041-2/+7
|/
* improve di performance for cacheRobin Appelman2024-02-091-44/+36
* Merge pull request #41272 from nextcloud/fixOccScansGit'Fellow2023-11-281-3/+6
|\
| * fix: reduce memory consumption of scansGit'Fellow2023-11-031-3/+6
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* | refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-221-2/+2
* | ignore metadata if table is emptyMaxence Lange2023-11-141-2/+2
* | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-2/+9
|/
* fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-161-1/+1
* select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
* fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
* Catch more invalid cache source storage pathsJosh Richards2023-08-031-1/+1
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* chore: Drop dead private methods in /libChristoph Wurst2023-06-061-13/+0
* 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
* | Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-111-6/+7
|/
* fix type hintsRobin Appelman2023-04-041-5/+3
* fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-04-041-1/+24
* fix unencrypted_size for folders when scanning the filesystem with encryption...Robin Appelman2023-04-041-3/+5
* clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-011-0/+22
* Merge pull request #34773 from nextcloud/artonge/feat/dispatch_entry_removed_...Côme Chilliet2023-03-211-1/+19
|\