• Joined on 2025-07-14
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 06:47:01 +09:00
fce9124c28 fix: add type:module to frontend package.json for ESM vite config
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 06:46:20 +09:00
cfa95ff031 feat: implement Phase 4 SvelteKit frontend + backend enhancements
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 15:55:46 +09:00
46537ee11a fix: Codex 리뷰 P1/P2 버그 4건 수정
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 15:33:32 +09:00
d93e50b55c security: fix 5 review findings (2 high, 3 medium)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 15:24:53 +09:00
31d5498f8d feat: implement Phase 3 automation workers
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 15:02:46 +09:00
a5312c044b fix: replace deprecated regex with pattern in search Query param
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 14:49:14 +09:00
4b695332b9 feat: implement Phase 2 core features
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 14:38:37 +09:00
2dfb05e653 fix: convert kordoc service to ESM (kordoc requires ESM import)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 14:37:34 +09:00
299fac3904 feat: implement Phase 1 data pipeline and migration
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 14:00:44 +09:00
23ee055357 fix: replace passlib with bcrypt directly (passlib+bcrypt 5.0 incompatible)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 13:58:19 +09:00
e63d2971a9 fix: update TemplateResponse call for Starlette 1.0 API
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 13:53:25 +09:00
b7c3040f1a chore: add .env to gitignore (docker-compose variable substitution)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 13:52:38 +09:00
d8fbe187bf fix: use port 9443 for Caddy HTTPS (8443 also taken by OrbStack)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 13:52:11 +09:00
0290dad923 fix: remap Caddy ports to 8080/8443 to avoid OrbStack conflict
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 13:51:32 +09:00
629fe37790 fix: use node fetch for kordoc healthcheck (wget/curl missing in slim)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 13:50:59 +09:00
8484389086 fix: change postgres external port to 15432 to avoid OrbStack conflict
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 13:28:05 +09:00
16d99011db fix: disable frontend service until Phase 4, simplify Caddy proxy
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 13:27:06 +09:00
99821df5c9 fix: bump vite to ^8.0.0 for @sveltejs/vite-plugin-svelte 7 compat
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 13:26:43 +09:00
5a13b83e4d fix: upgrade frontend to Svelte 5 + Vite 6 for dependency compatibility
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-02 13:23:28 +09:00
a601991f48 feat: implement Phase 0 auth system, setup wizard, and Docker config