aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* fix: Fix copying to the root of another mountpointfix/fix-copy-to-mountpoint-rootCôme Chilliet6 days1-0/+3
* Revert "fix: don't recalculate folder size in Cache::delete if the entry didn...ci/revert/47342Daniel Kesselberg7 days1-0/+3
* Merge pull request #47342 from nextcloud/cache-delete-notfound-sizeRobin Appelman11 days1-3/+0
|\
| * fix: don't recalculate folder size in Cache::delete if the entry didn't existcache-delete-notfound-sizeRobin Appelman2024-08-201-3/+0
* | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstoreJohn Molakvoæ12 days1-9/+13
|\ \
| * | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstoreRobin Appelman2024-12-051-9/+13
* | | fix: only do cache copy in updater if the parent folder should be in cachecopy-update-cache-excludedRobin Appelman2024-12-061-1/+9
|/ /
* | Merge pull request #48769 from nextcloud/copy-share-unmaskedRobin Appelman2024-12-041-1/+8
|\ \
| * | 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
* | | Merge pull request #49551 from nextcloud/dont-propagate-future-timeJohn Molakvoæ2024-12-041-2/+9
|\ \ \ | |/ / |/| |
| * | fix: don't propagate future mtimesRobin Appelman2024-11-281-2/+9
* | | fix(files): Correctly copy the cache information on copy operationsLouis Chemineau2024-12-031-9/+32
|/ /
* | fix: Wrap partial cache entry in CacheEntryartonge/fix/getting_cache_entryLouis Chemineau2024-11-211-2/+2
* | fix(cache): etag constraint violationfix/etag-constraint-search-queryskjnldsv2024-11-211-1/+1
* | feat(systemtags): add etag support and handle proppatchskjnldsv2024-10-291-1/+1
* | 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