aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-232-3/+3
* | Merge pull request #41459 from nextcloud/enh/noid/search-metadata-nullMaxence Lange2023-11-231-0/+2
|\ \
| * | implements search on null/notnull metadataMaxence Lange2023-11-221-0/+2
* | | refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-222-3/+3
|/ /
* | fix psalmMaxence Lange2023-11-141-5/+1
* | ignore metadata if table is emptyMaxence Lange2023-11-144-6/+26
* | moving metadataqueryMaxence Lange2023-11-133-3/+3
* | feat(files): Allow advanced search for filesBenjamin Gaussorgues2023-11-103-1/+17
* | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-083-19/+27
* | IFilesMetadataMaxence Lange2023-11-071-1/+1
* | IFilesMetadataMaxence Lange2023-11-073-58/+112
* | optimize cache jail creationRobin Appelman2023-10-191-2/+0
|/
* 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