aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* 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-173-27/+27
* chore(db): Correctly apply query typesGit'Fellow2024-10-172-11/+8
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-6/+6
* fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-1/+1
* fix: verify that parent exists in cache when insertingRobin Appelman2024-09-181-0/+3
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-6/+7
* 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-132-4/+4
|/
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* 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-255-8/+8
* fix: make batch propagator work with sharding restrictionsRobin Appelman2024-07-171-4/+4
* fix: make joining on tags in search queries work with shardingRobin Appelman2024-07-171-1/+0
* 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-124-18/+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
* | 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-2424-510/+79
* | Merge pull request #43794 from nextcloud/fix/files/scanner-metadata-diffCôme Chilliet2024-05-131-2/+47
|\ \
| * | fix(Files): Change how scanner diffs for changed metadataJosh2024-05-081-2/+47
| |/
* | Merge pull request #45058 from nextcloud/perf/db/sort-before-chunkingChristoph Wurst2024-05-071-0/+3
|\ \ | |/ |/|
| * perf(db): Sort data for IN before chunkingChristoph Wurst2024-04-261-0/+3
* | fix: fix FileAccess::getByFileId(InStorage)Robin Appelman2024-05-011-2/+2
|/
* Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadataMaxence Lange2024-04-173-11/+6
|\
| * migrate metadata to lazy appconfigMaxence Lange2024-02-143-11/+6
* | fix: use proper jailed patch in watcherRobin Appelman2024-04-081-0/+74
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-5/+5
* | feat(files)): Add retry logic to cover deadlock situations when moving many f...Louis Chemineau2024-03-281-6/+25
* | feat: add interface for lower level filecache acess without having to do dire...Robin Appelman2024-03-251-0/+116
* | Refactor `OC\Server::getLockingProvider`Andrew Summers2024-03-151-1/+1
* | refactor(mimeloader): modernize MimeTypeLoaderThomas Citharel2024-03-141-3/+3
* | fix(filecache): Move from array_merge to avoid memory exhaustionGit'Fellow2024-03-041-2/+7
* | fix types + autoloaderRobin Appelman2024-02-151-5/+14
* | optimize query pattern used by storage filterRobin Appelman2024-02-151-38/+90
|/
* use OCP\ServerRobin Appelman2024-02-121-1/+2
* also improe cache ci for shared cacheRobin Appelman2024-02-093-18/+24
* improve di performance for cacheRobin Appelman2024-02-093-46/+89
* Merge pull request #43131 from nextcloud/fix/files/cache-wrapper-no-partial-c...Christoph Wurst2024-02-061-1/+1
|\
| * fix(files): Don't attempt to format a partial cache entryChristoph Wurst2024-01-251-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
|/
* perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-01-121-12/+14