• Joined on 2025-12-28
Remmer pushed to master at Remmer/StageAI 2026-04-10 21:19:23 +00:00
79191c3810 fix: replace pdf-parse with direct pdfjs-dist to fix DOMMatrix error in production
Remmer pushed to master at Remmer/StageAI 2026-04-10 21:08:05 +00:00
17c1b6587a feat: add document deletion endpoint and UI button (AIIA-70)
Remmer pushed to master at Remmer/StageAI 2026-04-10 21:06:10 +00:00
4e74e4b5c9 fix: pass git commit hash as Docker build arg so footer shows correctly
Remmer pushed to master at Remmer/StageAI 2026-04-10 20:43:18 +00:00
3e0efd10e9 feat: add visible build commit hash footer to dashboard layout
Remmer pushed to master at Remmer/StageAI 2026-04-10 20:39:31 +00:00
1e431145dd fix: migrate pdf-parse from v1 to v2 API to resolve DOMMatrix error
Remmer created branch feat/aiia-70-document-delete in Remmer/StageAI 2026-04-10 20:28:24 +00:00
Remmer pushed to feat/aiia-70-document-delete at Remmer/StageAI 2026-04-10 20:28:24 +00:00
5ff2347aac feat: add document deletion endpoint and UI button (AIIA-70)
Remmer pushed to master at Remmer/StageAI 2026-04-10 20:27:05 +00:00
a89bf8380d ci: simplify deploy workflow to run directly on VPS host runner
Remmer pushed to master at Remmer/StageAI 2026-04-10 19:56:21 +00:00
94b89cb1e2 fix: improve document ingestion robustness and add progress/debug UI
Remmer pushed to feat/aiia-66-source-selection at Remmer/StageAI 2026-04-10 19:54:30 +00:00
d7bdeb7da2 feat: implement AI source selection and toggle for document-based knowledge (AIIA-66)
Remmer created branch feat/aiia-66-source-selection in Remmer/StageAI 2026-04-10 19:54:29 +00:00
Remmer pushed to master at Remmer/StageAI 2026-04-10 10:12:10 +00:00
fe838d5916 fix: rewrite migrate.mjs to bypass missing drizzle-orm migrator module
Remmer pushed to master at Remmer/StageAI 2026-04-10 07:43:48 +00:00
8172872329 fix: coerce empty FormData strings to null for UUID columns (AIIA-59)
Remmer pushed to master at Remmer/StageAI 2026-04-09 22:01:52 +00:00
23a66f92fc fix: resolve upload EACCES and analysis start failure
Remmer pushed to master at Remmer/StageAI 2026-04-09 21:03:25 +00:00
d7ab827b74 fix: rename middleware.ts to proxy.ts for Next.js 16 compatibility
Remmer pushed to master at Remmer/StageAI 2026-04-09 20:58:54 +00:00
6f80cadbd4 feat: add build hash to sidebar footer and Gitea CI/CD deploy workflow
Remmer pushed to master at Remmer/StageAI 2026-04-09 16:20:45 +00:00
2509b907ae fix: chunk large law texts to prevent truncated AI JSON output
Remmer pushed to master at Remmer/StageAI 2026-04-09 14:59:08 +00:00
1493b84787 fix: extract tenantId from session auth instead of request body/headers
Remmer pushed to master at Remmer/StageAI 2026-04-09 14:48:51 +00:00
73cd71b1f6 fix: make entrypoint migration non-fatal so app starts even if migrate.mjs fails
Remmer pushed to master at Remmer/StageAI 2026-04-09 14:41:22 +00:00
09b0022b02 fix: include drizzle-orm and pg in serverExternalPackages for standalone migration