aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Cache.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Dispatch event for all remove entryLouis Chemineau2023-01-311-1/+19
* | Make sure name and path are stringsJoas Schilling2023-02-021-0/+2
* | Try fixing OracleJoas Schilling2023-02-021-1/+6
|/
* fix updating size when folder is emptyRobin Appelman2022-08-161-13/+17
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-161-8/+39
* Revert "store unencrypted size in the unencrypted_size column"Robin Appelman2022-08-161-30/+5
* Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
* Fix typos in lib/private subdirectoryluz paz2022-07-271-2/+2
* Check whether entry is of type ICacheEntry in Cache->remove()Jonas2022-06-291-1/+1
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-021-5/+30
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-2/+3
* Switch logical operatorsacsfer2021-12-031-4/+4