64 Commits

Author SHA1 Message Date
Codex
fa5fa72615 support provider-accurate X webhook signatures 2026-02-18 15:29:29 +00:00
Codex
f672677d4f harden browser routes with csrf checks and lock internal/dev endpoints 2026-02-18 15:27:47 +00:00
Codex
4814342156 harden state durability and disable destructive snapshot sync 2026-02-18 15:24:49 +00:00
Codex
331b66506a fix ui auth forms and stabilize baseline tests 2026-02-18 15:22:06 +00:00
Codex
737aac1ef0 fix: revert to tailwind v4 css syntax 2026-02-18 15:19:24 +00:00
Codex
6393dd11ae update: redesign pages with unified shell and clean ui 2026-02-18 15:12:56 +00:00
Codex
609aaecf56 update: redesign landing page 2026-02-18 15:07:35 +00:00
Codex
489972c6dc feat(convex): add full domain schema and snapshot sync bridge 2026-02-18 15:06:53 +00:00
Codex
d1fbff481b update: implement unified shell and navigation 2026-02-18 15:06:38 +00:00
Codex
fa2ee57595 update: configure tailwind and daisyui black theme 2026-02-18 15:05:47 +00:00
Codex
76f991e690 feat: Implement email/password and X OAuth authentication, replacing the dev-login mechanism. 2026-02-18 14:54:28 +00:00
Codex
c92032eb72 update: refactor dashboard and login pages 2026-02-18 14:49:51 +00:00
Codex
2b9f4e8b3f update: improve landing page sections 2026-02-18 14:48:47 +00:00
Codex
710624ca78 update: add mobile navigation menu 2026-02-18 14:47:39 +00:00
Codex
67e896dacb update: use dim theme by default 2026-02-18 14:46:56 +00:00
Codex
0ed3d2b4fe chore: load convex env from .env.local and support CONVEX_URL fallback 2026-02-18 14:36:32 +00:00
Codex
77f7f10921 feat: add convex state functions for snapshot persistence 2026-02-18 14:25:46 +00:00
Codex
42684125f9 fix: fallback to in-memory state when convex functions are unavailable 2026-02-18 14:24:36 +00:00
Codex
53a0e3576e docs: document internal worker, retention, and abuse configuration 2026-02-18 14:19:24 +00:00
Codex
141d7b42a8 feat: add job lifecycle controls abuse policies and retention operations 2026-02-18 14:19:21 +00:00
Codex
e056d38ec7 docs: update deployment env and runtime docs for convex qwen minio 2026-02-18 13:59:11 +00:00
Codex
b1eed7fa2c feat: migrate auth and state flows to better-auth and convex 2026-02-18 13:58:42 +00:00
Codex
445e5725b3 feat: switch audio and storage providers to qwen3 tts and minio 2026-02-18 13:58:23 +00:00
Codex
31e8e07319 feat: integrate tailwind v4 and daisyui packages with local css build pipeline 2026-02-18 13:42:24 +00:00
Codex
415c9d165a feat: expand production config and documentation for provider integrations 2026-02-18 13:35:19 +00:00
Codex
74ab63f488 feat: wire async app flows for checkout x mentions signed playback and queued generation 2026-02-18 13:35:10 +00:00
Codex
d68ccc70bf feat: add polar x tts and storage integration adapters with tests 2026-02-18 13:35:03 +00:00
Codex
de2ddf258f chore: add production integration dependencies for x polar tts and storage 2026-02-18 13:34:56 +00:00
Codex
0e9e804935 chore: switch production container and docs to bun runtime 2026-02-18 13:18:02 +00:00
Codex
e3f9a3574e feat: add structured pino logging and validated log-level config 2026-02-18 13:16:35 +00:00
Codex
6b1f9cddbc feat: add zod-based validation for webhook and form payloads 2026-02-18 13:15:13 +00:00
Codex
81d5e7faf5 feat: validate environment configuration with dotenv and zod 2026-02-18 13:13:36 +00:00
Codex
2896499c53 refactor: use cookie package for parsing and serializing auth cookies 2026-02-18 13:12:56 +00:00
Codex
82fbefda10 chore: migrate project tooling to bun and add eslint linting 2026-02-18 13:12:31 +00:00
Codex
57946fa294 docs: align README with production runtime and coolify deployment steps 2026-02-18 13:04:58 +00:00
Codex
76001b50de test: verify app startup from persisted engine snapshot 2026-02-18 13:04:01 +00:00
Codex
1236821650 chore: add coolify-ready docker packaging and deployment env template 2026-02-18 13:03:23 +00:00
Codex
989b5cf048 feat: enforce route-level rate limits for webhook auth and user actions 2026-02-18 13:02:44 +00:00
Codex
a9ef1e5e23 feat: add fixed-window rate limiter for abuse protection 2026-02-18 13:01:19 +00:00
Codex
6bd238ad0e feat: restore/persist app state in server runtime with queued writes 2026-02-18 13:00:51 +00:00
Codex
fc7ded3f38 feat: add configurable persistent state file path and env tests 2026-02-18 12:59:56 +00:00
Codex
c714c2eaec feat: emit app state snapshots on all mutating workflows 2026-02-18 12:59:15 +00:00
Codex
0c2124e4cf feat: add atomic JSON file state persistence for production runtime 2026-02-18 12:57:45 +00:00
Codex
9b3cdbff1a feat: add engine and store snapshot/restore for restart resilience 2026-02-18 12:57:25 +00:00
Codex
76f673fe4c feat: implement full landing, auth, dashboard, and browser unlock flows 2026-02-18 12:56:12 +00:00
Codex
2fa4f62632 feat: include query params in server-to-app request mapping 2026-02-18 12:54:37 +00:00
Codex
8be203fb91 feat: add HTTP response and parsing helpers for form-based UX flows 2026-02-18 12:54:05 +00:00
Codex
4e443c3507 feat: redesign public and authenticated UI with mobile-first daisyui pages 2026-02-18 12:53:16 +00:00
Codex
9c3c626c46 feat: add user job listing and summary helpers for dashboard flows 2026-02-18 12:45:07 +00:00
Codex
d95e9215e8 feat: add cookie-based auth utilities for browser user flows 2026-02-18 12:44:31 +00:00