• Joined on 2026-03-15
stefano pushed to main at provvedo/wiregui 2026-03-31 04:15:00 +00:00
44c20cb66b fix: white background for QR codes in dark mode
stefano pushed to main at provvedo/wiregui 2026-03-31 04:12:01 +00:00
41a62832f7 fix: pure Python keypair generation, no wg CLI dependency
stefano pushed to main at provvedo/wiregui 2026-03-31 03:57:03 +00:00
92554d4089 fix: make keypair generation async to avoid blocking the event loop
stefano pushed to main at provvedo/wiregui 2026-03-31 03:51:24 +00:00
e51c53f247 fix: handle client disconnect during device creation
stefano pushed to main at provvedo/wiregui 2026-03-31 03:45:13 +00:00
384b95b81d chore: add AGPL-3.0 license and README
stefano pushed to main at provvedo/wiregui 2026-03-31 03:34:08 +00:00
3747b963cb fix: use raw SQL for E2E test teardown to avoid FK violations
stefano pushed to main at provvedo/wiregui 2026-03-31 03:29:57 +00:00
e59ba0dfe5 fix: run alembic migrations before E2E tests in CI
stefano pushed to main at provvedo/wiregui 2026-03-31 03:26:18 +00:00
5adb0c86ce feat: add E2E tests for device creation and account management
stefano pushed to main at provvedo/wiregui 2026-03-31 03:13:13 +00:00
3d1ca7444b fix: close create dialog before showing config dialog
stefano pushed to main at provvedo/wiregui 2026-03-31 02:47:28 +00:00
2eb35e94e9 fix: configure git auth for tag push in release job
stefano pushed to main at provvedo/wiregui 2026-03-31 02:40:37 +00:00
1fc80b9c0a feat: UI modernization — Manrope font, dark/light theme, card-based layouts
stefano pushed to main at provvedo/wiregui 2026-03-31 01:56:49 +00:00
3601de3600 fix: replace actions/checkout with git clone to avoid SSL cert errors
stefano pushed to main at provvedo/wiregui 2026-03-31 00:45:15 +00:00
1b48702295 fix: install git before checkout in release job
stefano pushed to main at provvedo/wiregui 2026-03-31 00:41:02 +00:00
8282f53478 fix: install git and python3 in release job
stefano pushed to main at provvedo/wiregui 2026-03-31 00:40:03 +00:00
f4e699d2af fix: install git and python3 in release job
stefano pushed to main at provvedo/wiregui 2026-03-31 00:37:10 +00:00
792a9a4151 fix: install bash in release job (node:20-slim uses dash)
stefano pushed to main at provvedo/wiregui 2026-03-31 00:29:08 +00:00
17fdfb8d61 chore: trigger CI to test service containers
stefano pushed to main at provvedo/wiregui 2026-03-31 00:16:53 +00:00
78acae7947 fix: revert to GITHUB_SERVER_URL for git clone (runner URL now public)
stefano pushed to main at provvedo/wiregui 2026-03-31 00:13:44 +00:00
af3c20b274 fix: use public forge URL for git clone in CI (isolated network can't reach localhost)
stefano pushed to main at provvedo/wiregui 2026-03-31 00:12:13 +00:00
b841835de0 fix: revert to service containers for CI postgres (runner network fixed)