2b2d869ae731981eb6dc5700fe1bca96021cf49f
Root cause: ManifestIndex.isFilenameOnly is false as soon as any single entry has a localIdentifier. All filename-only entries (orphans uploaded in prior sessions without a saved localIdentifier) are never matched, so their assets appear pending on every reconcile and the backup re-starts from scratch on every app open. Fix: add unclaimedFilenames set — filenames of entries with localIdentifier: "". Use this as a targeted fallback in countSafe / pendingIDs / BackupEngine filter: an asset not matched by localIdentifier is still considered safe if its filename matches an unclaimed entry. This is safe because unclaimed entries are specifically files we know are on NAS but whose identity we can only track by name. Co-Authored-By: Kutesir <kutesir@provoc.ug> Co-Authored-By: Sentry <sentry@provoc.ug>
perf: eliminate full rescans with local caches; add queue tracking, notifications, SyncView redesign
perf: eliminate full rescans with local caches; add queue tracking, notifications, SyncView redesign
Description
Privacy-first iOS photo backup to NAS — SMB + SFTP, auto LAN trigger
Languages
Swift
100%