aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* fix(FileAccess): Use one param for rewriting home dirs and excluding non-user...feat/getByAncestorInStorageMarcel Klehr4 days1-3/+14
* fix(FileAccess*): Change the way home dir root is found, remove the excludeTr...Julien Veyssier4 days1-6/+2
* fix(FileAccess*): Adress review commentsJulien Veyssier4 days1-8/+7
* fix(FileAccess): exclude trashbin nodes on the oc_filecache query, there is n...Julien Veyssier4 days1-8/+8
* fix(FileAccess*): Adress review commentsJulien Veyssier4 days1-31/+8
* fix(FileAccessTest): Adress review commentsMarcel Klehr4 days1-15/+19
* fix(FileAccessTest): Do not use LIMIT in subqueryMarcel Klehr4 days1-1/+0
* fix(FileAccess#getDistinctMounts): Order results deterministicallyMarcel Klehr4 days1-1/+2
* fix(FileAccess#getByAncestorInStorage): Use a subquery to fix testsMarcel Klehr4 days1-4/+12
* fix(FileAccess): Add testsMarcel Klehr4 days1-9/+9
* fix(FileAccess): Run cs:fixMarcel Klehr4 days1-3/+3
* fix(FileAccess): Address review commentsMarcel Klehr4 days1-7/+9
* fix: Fix psalm issuesMarcel Klehr4 days1-2/+2
* feat(IFileAccess#getMounts): Add new method to retrieve all distinct mountsMarcel Klehr4 days1-1/+62
* feat(IFileAccess#getByAncestorInStorage): Add new method to retrieve all file...Marcel Klehr4 days1-0/+67
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-014-2/+5
* fix: Run cleanByMoundId query on all shardsJoas Schilling2025-06-061-0/+1
* fix: improve error message when cache rename source can't be foundcache-rename-source-errorRobin Appelman2025-05-151-1/+1
* fix: fix unjailedroot of nested jails if there are other wrappers in betweennested-jail-rootRobin Appelman2025-05-131-4/+7
* test: add test for nested cache jail unjailedrootRobin Appelman2025-05-131-1/+1
* fix: better error message when trying to scan a folder that is already being ...scan-locked-errorRobin Appelman2025-04-251-5/+5
* fix(cache): always require updates if mtime is nullfix/require-update-if-mtime-is-nullFerdinand Thiessen2025-04-041-1/+1
* feat: add getParentId to ICacheEntryRobin Appelman2025-03-281-0/+4
* perf(files): faster query to fetch incomplete directoriesperf/improve-incomplete-scanBenjamin Gaussorgues2025-02-131-14/+5
* fix: don't use cached root info from shared cache if the watcher has detected...Robin Appelman2025-02-062-0/+16
* fix: Harden files scanner for invalid null accessFerdinand Thiessen2025-01-284-165/+163
* fix: Metadata field searchartonge/fix/metadata_field_searchLouis Chemineau2025-01-201-6/+11
* fix: Fix copying to the root of another mountpointfix/fix-copy-to-mountpoint-rootCôme Chilliet2024-12-171-0/+3
* Revert "fix: don't recalculate folder size in Cache::delete if the entry didn...ci/revert/47342Daniel Kesselberg2024-12-161-0/+3
* Merge pull request #47342 from nextcloud/cache-delete-notfound-sizeRobin Appelman2024-12-121-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æ2024-12-111-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