Block a user
Hardening: audit MSRV, dependencies, features, and supply chain
Implemented and pushed in commit 9e3b532.
Implementation:
- Replaced the unmaintained audiopus/audiopus_sys stack (RUSTSEC-2026-0150) with a private safe Rust libopus 1.3+ adapter. The reviewed…
CI: establish cross-platform feature and native dependency matrix
Implemented and pushed in commit 9779e50.
What changed:
- Added a validated seven-profile Rust release matrix and ubuntu-latest-only Gitea workflow covering Rust 1.96 MSRV compatibility, current…
CI: establish cross-platform feature and native dependency matrix
Cache for Toto on iPhone must survive installs
show OTP codes on normal detail page, too, not just from the TOTP pane
Implemented in commit 2026637. Normal password details now show the storage-generated current TOTP code and determinate remaining-time progress at the top using the same native UIKit presentation…
show OTP codes on normal detail page, too, not just from the TOTP pane
Cache TOTP discovery and report progress
Cache TOTP discovery and report progress
Physical-device verification completed on the paired iPhone: the signed Release build was installed and launched successfully; TOTP discovery could be unlocked and interrupted with retained…
Add search field to start of Toto page
Cache TOTP discovery and report progress
Cache TOTP discovery and report progress
Cache TOTP discovery and report progress
Implemented in 9759162.
Implementation:
- Added a private, versioned, store-isolated TOTP catalog containing only canonical entry paths, SHA-256 ciphertext hashes, and is_totp flags.
- Added…
preferences need username and email for commit messages for the iphone app
Implement swipe actions for move, copy, and delete
Implemented in commit 6edcb5f.
Implementation:
- Added storage-owned typed move, copy, and delete planning and execution using the existing rollback-safe TreeMutator and automatic Git committer. -…
Implement swipe actions for move, copy, and delete