Block a user
Fix CLI OpenPGP passphrase provisioning and secure-storage identity
Implemented in c82c792 and pushed to main.
Implementation:
- Replaced every native secret-store service prefix from org.ironstorage to the canonical bundle identity: de.rfc1437.ironstorage.openpgp…
Fix CLI OpenPGP passphrase provisioning and secure-storage identity
Implement the in-process structured entry editor
Implemented in b503de8 and pushed to main.
Implementation:
- Added a fully in-process Ratatui structured editor with Tab and Shift-Tab focus traversal, UTF-8 input, multiline line splitting,…
Implement the in-process structured entry editor
Fix CLI OpenPGP passphrase provisioning and secure-storage identity
Implement the authenticated structured entry viewer
Implement the authenticated structured entry viewer
Implemented in cf7a621.
The TUI now loads authenticated entries through EntryDocumentService with the generation-bound authentication handle and renders the storage-owned structured document…
Inventory: implement AIS capability client and reconciliation
Inventory: implement AIS capability client and reconciliation
Implemented and pushed as d5c318d.
Highlights:
- Added the native InventoryAISClient and AISResponseMeta API surface for InventoryAPIv3 and LibraryAPIv3, including exact category/item/children/lin…
Implement authentication and inactivity-relock presentation
Implemented in commit 57a79b7 and pushed to main.
Implementation:
- Enter requests asynchronous authentication through the storage-owned NativeAuthenticationSession before any viewer transition;…
Implement authentication and inactivity-relock presentation
Implement the password-store tree sidebar
Implement the password-store tree sidebar
Implemented in commit 91f58ba and pushed to main.
Implementation:
- Loads the storage-owned TreeModel asynchronously through Config, Repository, KeyStore, and VaultReader APIs; the TUI never…