Commit Graph

60 Commits

Author SHA1 Message Date
lunarfront-bot
5bdf721781 chore: bump version to v0.1.1
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 20:15:58 +00:00
Ryan Moon
ba620c566c fix: use 'token' as username for DOCR login
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 15:14:55 -05:00
Ryan Moon
ceacd9b459 feat: redesign UI with sidebar, centered login, account page with password reset
Some checks failed
Build & Release / build (push) Failing after 5s
2026-04-03 15:13:46 -05:00
Ryan Moon
2264ecc2f6 feat: push to DOCR instead of Gitea registry
Some checks failed
Build & Release / build (push) Failing after 5s
2026-04-03 08:40:09 -05:00
lunarfront-bot
00ce58df0b chore: bump version to v0.1.0
All checks were successful
Build & Release / build (push) Has been skipped
2026-04-03 13:06:59 +00:00
Ryan Moon
4bd1918e3b feat: add JWT auth with db-backed users
Some checks failed
Build & Release / build (push) Has been cancelled
- users table created on startup via migrate()
- POST /api/auth/setup to create first user (blocked once any user exists)
- POST /api/auth/login returns httpOnly JWT cookie (7d expiry)
- POST /api/auth/logout clears cookie
- GET /api/auth/me for auth check
- All /api/customers routes require valid JWT
- Frontend shows login form when unauthenticated
- Fix type errors in k8s, do, and pgbouncer services
2026-04-03 07:41:36 -05:00
Ryan Moon
8dbfb5810f fix: add /health endpoint for k8s probes
Some checks failed
Build & Release / build (push) Failing after 6s
2026-04-03 06:52:13 -05:00
Ryan Moon
6e68cb83c0 feat: restrict customer DB user permissions on provision
Some checks failed
Build & Release / build (push) Failing after 1m3s
2026-04-03 06:25:51 -05:00
Ryan Moon
32399a417a feat: add CI build workflow
Some checks failed
Build & Release / build (push) Has been cancelled
2026-04-03 06:24:43 -05:00
Ryan Moon
8287fbf5b8 feat: initial lunarfront-manager app 2026-04-03 06:23:56 -05:00