• Joined on 2026-02-16
hugo closed issue hugo/IronStorage#29 2026-08-10 13:22:34 +00:00
Present authentication and automatic relocking
hugo commented on issue hugo/IronStorage#29 2026-08-10 13:21:57 +00:00
Present authentication and automatic relocking

Implemented in b9034c5. The Iced desktop app now loads the shared storage configuration and GPG identity, authenticates only for protected-content access, retains only the storage-owned lease…

hugo pushed to main at hugo/IronStorage 2026-08-10 13:21:33 +00:00
b9034c5274 Present desktop authentication and automatic relocking
hugo commented on issue hugo/IronStorage#65 2026-08-10 12:48:31 +00:00
Prevent unnecessary scrolling in the TUI entry details view

Implemented and pushed in e0ce213.

The TUI now keeps the entry-details viewport fixed while the selected field remains visible and moves it by only the rows needed when focus crosses an edge. j/k…

hugo closed issue hugo/IronStorage#65 2026-08-10 12:48:31 +00:00
Prevent unnecessary scrolling in the TUI entry details view
hugo pushed to main at hugo/IronStorage 2026-08-10 12:48:13 +00:00
e0ce21337d Fix TUI details viewport scrolling
hugo commented on issue hugo/MetaCrate#113 2026-08-10 12:47:32 +00:00
Gitea Ubuntu workflows fail against OpenJPEG 2.5.0

Implemented in cf98152 (Fix Ubuntu OpenJPEG provisioning (#113)).

The fix adds a shared installer that builds OpenJPEG 2.5.4 from its pinned upstream commit into an isolated prefix, verifies…

hugo closed issue hugo/MetaCrate#113 2026-08-10 12:47:32 +00:00
Gitea Ubuntu workflows fail against OpenJPEG 2.5.0
hugo commented on issue hugo/IronStorage#64 2026-08-10 12:23:24 +00:00
Improve TUI OTP readability with large digits and countdown bar

Implemented and pushed in commit cec1cc3.

Implementation:

  • Extended the storage-owned timed OTP validity contract with the complete TOTP period, so progress rendering never parses a URI or…
hugo closed issue hugo/IronStorage#64 2026-08-10 12:23:24 +00:00
Improve TUI OTP readability with large digits and countdown bar
hugo pushed to main at hugo/IronStorage 2026-08-10 12:23:05 +00:00
cec1cc3500 Improve TUI OTP readability
hugo pushed to main at hugo/MetaCrate 2026-08-10 12:18:32 +00:00
cf98152e41 Fix Ubuntu OpenJPEG provisioning (#113)
hugo commented on issue hugo/IronStorage#63 2026-08-10 11:59:54 +00:00
Show OTP code validity in every frontend

Implemented and pushed in commit d3427f3.

Implementation:

  • Added storage-owned OtpCodeValidity with explicit Timed and CounterBased variants.
  • Kept TOTP boundary and remaining-time arithmetic…
hugo closed issue hugo/IronStorage#63 2026-08-10 11:59:54 +00:00
Show OTP code validity in every frontend
hugo pushed to main at hugo/IronStorage 2026-08-10 11:59:42 +00:00
d3427f3be6 Show OTP code validity in frontends
hugo pushed to main at hugo/MetaCrate 2026-08-10 11:57:57 +00:00
b64020d45b Fix Ubuntu OpenJPEG provisioning (#113)
hugo closed issue hugo/MetaCrate#67 2026-08-10 11:45:53 +00:00
Avatar and animesh: implement animations, skeleton evaluation, and skinning
hugo commented on issue hugo/MetaCrate#67 2026-08-10 11:45:45 +00:00
Avatar and animesh: implement animations, skeleton evaluation, and skinning

Implemented in commit ed516a1 and pushed to main.

What changed:

  • Added bounded native binary BVH decoding, keyframe interpolation, loop/ease timing, priority blending, and deterministic track…
hugo pushed to main at hugo/MetaCrate 2026-08-10 11:45:24 +00:00
ed516a1a5d Implement avatar animation and skinning (#67)
hugo closed issue hugo/IronStorage#28 2026-08-10 11:40:44 +00:00
Complete the TUI coverage and security audit