• Joined on 2025-12-31
padreug pushed to feat/add-account-ui at aiolabs/libra 2026-06-17 08:13:46 +00:00
39440b75a7 fix(accounts): recover ledger-only account instead of blanket 409 (libra-#50)
26eb9d4579 fix(accounts): don't currency-constrain per-user account opens (libra-#49)
0ea96cd384 fix(accounts): anchor duplicate-account detection to a real Open directive (libra-#48)
Compare 3 commits »
padreug pushed to feat/ui-tweaks-2 at aiolabs/webapp 2026-06-17 08:13:29 +00:00
08d7b8622f feat(events): show a live like count on the favorite heart
padreug pushed to feat/ui-tweaks-2 at aiolabs/webapp 2026-06-17 07:52:39 +00:00
0e0160fb70 feat(ui): disable enter/exit animations on overlays globally
padreug created pull request aiolabs/webapp#109 2026-06-16 22:07:12 +00:00
fix(wallet): stop double-deducting balance on outgoing payments
padreug pushed to fix/wallet-double-deduct-balance at aiolabs/webapp 2026-06-16 22:04:09 +00:00
be3ac55f1d fix(wallet): stop double-deducting balance on outgoing payments
padreug created branch fix/wallet-double-deduct-balance in aiolabs/webapp 2026-06-16 22:04:09 +00:00
padreug opened issue aiolabs/libra#53 2026-06-16 21:59:39 +00:00
add-account makes two serialized Fava round-trips (add_account, then get_all_accounts)
padreug opened issue aiolabs/libra#54 2026-06-16 21:59:39 +00:00
Cleanup: single source of truth for account roots; drop no-op per-test rate-limit reset
padreug opened issue aiolabs/libra#51 2026-06-16 21:59:38 +00:00
Centralize account-name validation into a shared module; apply to all creation paths
padreug opened issue aiolabs/libra#52 2026-06-16 21:59:38 +00:00
Escape Beancount strings at the add_account writer boundary, not just the metadata-value branch
padreug opened issue aiolabs/libra#50 2026-06-16 21:59:37 +00:00
Re-adding an existing-but-unsynced account returns 409 before the DB sync, leaving it un-mirrored
padreug opened issue aiolabs/libra#49 2026-06-16 21:59:36 +00:00
Per-user accounts still currency-constrained to EUR/SATS/USD — CAD/GBP/JPY bean-check errors persist
padreug opened issue aiolabs/libra#48 2026-06-16 21:58:15 +00:00
add_account duplicate-detection regex isn't anchored → false 409s and silent double-writes
padreug created pull request aiolabs/spirekeeper#21 2026-06-16 21:42:41 +00:00
feat(pairing): seed-URL pairing — operator-side producer (S0 / #9)
padreug pushed to feat/seed-url-pairing at aiolabs/spirekeeper 2026-06-16 21:39:22 +00:00
761f078053 feat(pairing): POST /machines/{id}/pair endpoint (#9)
padreug pushed to feat/add-account-ui at aiolabs/libra 2026-06-16 21:25:39 +00:00
89f0f8ac3a test(accounts): cover admin add-account endpoint
87a45ee4d5 test(harness): split-layout ledger + disable rate limiter
Compare 2 commits »
padreug pushed to feat/seed-url-pairing at aiolabs/spirekeeper 2026-06-16 21:17:51 +00:00
a77f5bcb5c feat(pairing): bunker pairing service — mint per-spire key + seed URL (#9)
padreug pushed to feat/add-account-ui at aiolabs/libra 2026-06-16 20:56:04 +00:00
cd5a6edb7d feat(accounts): validate account-name characters server-side
padreug pushed to feat/seed-url-pairing at aiolabs/spirekeeper 2026-06-16 20:47:46 +00:00
bb473f5385 feat(pairing): m010 schema — bunker pairing columns on dca_machines
padreug created branch feat/seed-url-pairing in aiolabs/spirekeeper 2026-06-16 20:47:46 +00:00