• Joined on 2026-02-16
hugo pushed to main at hugo/MetaCrate 2026-08-10 07:51:25 +00:00
52f62d8c39 Implement native asset pipeline and cache (#64)
hugo commented on issue hugo/IronStorage#60 2026-08-10 07:43:52 +00:00
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…
hugo closed issue hugo/IronStorage#60 2026-08-10 07:43:36 +00:00
Fix CLI OpenPGP passphrase provisioning and secure-storage identity
hugo pushed to main at hugo/IronStorage 2026-08-10 07:43:36 +00:00
c82c792699 Fix CLI passphrase provisioning
hugo commented on issue hugo/IronStorage#21 2026-08-10 07:23:16 +00:00
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,…
hugo pushed to main at hugo/IronStorage 2026-08-10 07:23:03 +00:00
b503de8b2e Implement the in-process structured entry editor
hugo closed issue hugo/IronStorage#21 2026-08-10 07:23:02 +00:00
Implement the in-process structured entry editor
hugo opened issue hugo/IronStorage#60 2026-08-10 07:22:24 +00:00
Fix CLI OpenPGP passphrase provisioning and secure-storage identity
hugo closed issue hugo/IronStorage#20 2026-08-10 06:46:19 +00:00
Implement the authenticated structured entry viewer
hugo commented on issue hugo/IronStorage#20 2026-08-10 06:46:10 +00:00
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…

hugo pushed to main at hugo/IronStorage 2026-08-10 06:45:52 +00:00
cf7a6216ac Implement the authenticated structured entry viewer
hugo closed issue hugo/MetaCrate#63 2026-08-10 06:42:19 +00:00
Inventory: implement AIS capability client and reconciliation
hugo commented on issue hugo/MetaCrate#63 2026-08-10 06:42:11 +00:00
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…
hugo pushed to main at hugo/MetaCrate 2026-08-10 06:41:39 +00:00
d5c318d280 Implement native AIS inventory reconciliation (#63)
hugo commented on issue hugo/IronStorage#19 2026-08-10 06:22:48 +00:00
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;…
hugo closed issue hugo/IronStorage#19 2026-08-10 06:22:48 +00:00
Implement authentication and inactivity-relock presentation
hugo pushed to main at hugo/IronStorage 2026-08-10 06:22:32 +00:00
57a79b7d21 Implement TUI authentication and inactivity relock
hugo closed issue hugo/IronStorage#18 2026-08-10 06:07:38 +00:00
Implement the password-store tree sidebar
hugo commented on issue hugo/IronStorage#18 2026-08-10 06:07:31 +00:00
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…
hugo pushed to main at hugo/IronStorage 2026-08-10 06:07:18 +00:00
91f58bae3a Implement the password-store tree sidebar