Go to file
null 7f7c0ef7b0 feat(mobile): warn on insecure http:// server URLs before native login
SetupScreen now flags a plain http:// address (to anything but loopback) — the
native login POST would send the password in cleartext — and requires an explicit
second tap ("Connect anyway") to proceed, with an override for trusted LAN setups.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-11 10:51:35 -05:00
nodejs-assets/nodejs-project feat(mobile): shared api/config layer, server-mode CSRF fix, robustness + update-safe DB (batch 10) 2026-07-11 10:48:23 -05:00
scripts feat(mobile): run the TypeScript backend on Node 18 in local mode (batch 7-9) 2026-07-11 09:42:53 -05:00
src feat(mobile): warn on insecure http:// server URLs before native login 2026-07-11 10:51:35 -05:00
.gitignore feat: server-mode login, biometric unlock, CapacitorHttp native auth (batch 4.5) 2026-06-14 18:08:01 -05:00
capacitor.config.ts feat: server-mode login, biometric unlock, CapacitorHttp native auth (batch 4.5) 2026-06-14 18:08:01 -05:00
index.html feat: initial mobile app extracted from bill-tracker repo 2026-06-13 20:00:05 -05:00
package-lock.json feat: server-mode login, biometric unlock, CapacitorHttp native auth (batch 4.5) 2026-06-14 18:08:01 -05:00
package.json feat: server-mode login, biometric unlock, CapacitorHttp native auth (batch 4.5) 2026-06-14 18:08:01 -05:00
tsconfig.app.json feat: initial mobile app extracted from bill-tracker repo 2026-06-13 20:00:05 -05:00
tsconfig.json feat: initial mobile app extracted from bill-tracker repo 2026-06-13 20:00:05 -05:00
tsconfig.node.json feat: initial mobile app extracted from bill-tracker repo 2026-06-13 20:00:05 -05:00
vite.config.ts feat: initial mobile app extracted from bill-tracker repo 2026-06-13 20:00:05 -05:00