Folders shared with you show 'Locked folder (…)' until mapped #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cause: key envelopes are fetched only on map or unlock. Fix: the organisation page fetches and unwraps envelopes for listed-unmapped folders when the passphrase is already in memory, otherwise offers one 'Show names' row (one prompt for all); mapFolder's notice uses the opened name. Checkpoint: unit (unlocked → keys held; locked → no prompt, no fetch; no-envelope asked once), e2e (Show names row present), mutation checks, plugin installed.
Checkpoint, 14 Sep 2026 —
638b535. The page fetches and unwraps key envelopes for listed folders this device holds no key for, once per poll and only with the passphrase in memory (fetchFolderKeys never prompts); otherwise one 'Some folder names are hidden' row with Show names. Map notice uses the opened name. Unit: unlocked → keys held; locked → no fetch, no prompt; no envelope → asked once. E2e: the row and button appear before keys are seeded and nothing is listed as 'Locked folder (' under Synced. Mutations caught: fetch when locked, ask on every draw, unwrap but forget, row dropped. Plugin installed in both vaults.