aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* fix: Metadata field searchbackport/50273/stable29Louis Chemineau2025-01-271-6/+11
* Merge pull request #49655 from nextcloud/backport/48769/stable29Git'Fellow2025-01-091-1/+8
|\
| * fix: use scan_permissions when copying cache itemsRobin Appelman2024-12-091-1/+5
| * fix: store unmaked source permissions as scan_permissions when loading share ...Robin Appelman2024-12-091-0/+3
* | Merge pull request #49654 from nextcloud/backport/49551/stable29John Molakvoæ2024-12-121-2/+9
|\ \
| * | fix: don't propagate future mtimesbackport/49551/stable29Robin Appelman2024-12-041-2/+9
| |/
* / fix: fix mimetype not being updated when changing file extention on object storebackport/40394/stable29Robin Appelman2024-12-111-9/+13
|/
* fix: verify that parent exists in cache when insertingRobin Appelman2024-09-191-0/+3
* fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable29provokateurin2024-09-132-4/+4
* feat: add option to disable scanner transactionsRobin Appelman2024-06-131-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-121-2/+6
* Merge pull request #45158 from nextcloud/backport/45140/stable29Ferdinand Thiessen2024-05-291-2/+2
|\
| * fix: fix FileAccess::getByFileId(InStorage)Robin Appelman2024-05-021-2/+2
* | Merge pull request #45215 from nextcloud/backport/45058/stable29Josh2024-05-281-0/+3
|\ \
| * | perf(db): Sort data for IN before chunkingChristoph Wurst2024-05-251-0/+3
* | | feat(metadata): migrate to lazy appconfigMaxence Lange2024-05-273-11/+6
|/ /
* / fix(Files): Change how scanner diffs for changed metadataJosh2024-05-131-2/+47
|/
* fix: use proper jailed patch in watcherRobin Appelman2024-04-091-0/+74
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-044-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