nextcloud/lib/private/Files/Cache
Carl Schwan bfc7d5dd9f feat(preview): Implement scanning for previews
This work similarly to the move preview job to migrate the previews to
the new DB table and also reuse some code.

So when we are finding files in appdata/preview, try adding them to the
oc_previews table and delete them from the oc_filecache table.

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-10-06 13:37:15 +02:00
..
Wrapper fix(files): Stop overwriting scan_permissions 2025-09-28 14:11:47 +02:00
Cache.php fix(files): Stop overwriting scan_permissions 2025-09-28 14:11:47 +02:00
CacheDependencies.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
CacheEntry.php fix(files): Always return a valid mimetype 2025-10-06 09:06:17 +02:00
CacheQueryBuilder.php fix: add missing color select to tags usage query 2025-08-01 02:47:04 +02:00
FailedCache.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
FileAccess.php fix(FileAccess): Use one param for rewriting home dirs and excluding non-user files mounts 2025-07-15 09:15:16 +02:00
HomeCache.php refactor: use logical && || instead of weak and or operators 2025-09-27 23:02:18 +02:00
HomePropagator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
LocalRootScanner.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MoveFromCacheTrait.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
NullWatcher.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Propagator.php fix: don't propagate future mtimes 2024-11-28 17:24:36 +01:00
QuerySearchHelper.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Scanner.php feat(preview): Implement scanning for previews 2025-10-06 13:37:15 +02:00
SearchBuilder.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Storage.php fix: Run cleanByMoundId query on all shards 2025-06-06 14:36:34 +02:00
StorageGlobal.php chore(db): Correctly apply query types 2024-10-17 09:21:07 +02:00
Updater.php refactor: use logical && || instead of weak and or operators 2025-09-27 23:02:18 +02:00
Watcher.php refactor: use logical && || instead of weak and or operators 2025-09-27 23:02:18 +02:00