nextcloud/core/BackgroundJobs
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
..
BackgroundCleanupUpdaterBackupsJob.php chore: move implementation from OC legacy to OCP\Files 2025-05-14 14:55:45 +02:00
CheckForUserCertificates.php fix(psalm): Fix ParamNameMismatch with Job::run 2025-08-29 14:31:39 +02:00
CleanupLoginFlowV2.php fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-10-08 11:26:53 +02:00
GenerateMetadataJob.php refactor: Port away from search 2025-10-01 16:32:22 +02:00
LookupServerSendCheckBackgroundJob.php refactor: Extend rector to core/ 2025-05-15 00:16:54 +02:00
MovePreviewJob.php feat(preview): Implement scanning for previews 2025-10-06 13:37:15 +02:00