• Joined on 2025-07-14
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 09:11:15 +09:00
a15208f0cf feat: Phase 1C — 프리뷰 패널 (문서 선택 시 우측 표시)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 09:07:54 +09:00
f4a0229f15 fix: detail 페이지 태그를 TagPill 컴포넌트로 교체 (클릭→필터)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 09:05:43 +09:00
cb8a846773 feat: Phase 1B — DocumentCard/TagPill/FormatIcon 컴포넌트
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 09:03:07 +09:00
1a207be261 fix: authChecked를 $state로 변경 (반응성 복원)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 09:01:02 +09:00
b04e1de8a6 fix: Svelte 5 runes mode 호환 ($: → $derived/$effect)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 09:00:21 +09:00
1a2b3b49af refactor: 사이드바를 전역 레이아웃으로 이동
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 08:54:16 +09:00
87747866b6 feat: Phase 1A — 사이드바 트리 네비게이션 + domain/sub_group 필터
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 08:38:12 +09:00
faf9bda77a fix: set correct Content-Type and inline disposition for file serving
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 08:34:47 +09:00
1affcb1afd fix: add query param token auth for file serving (iframe compat)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 08:32:52 +09:00
e14084d5cd feat: add file serving endpoint GET /api/documents/{id}/file
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 08:29:17 +09:00
62f5eccb96 fix: isolate each worker call in independent async session
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 08:25:15 +09:00
87683ca000 security: NAS 마운트 검증 + AI 서비스 포트 제한 + deploy 문서 갱신
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 08:17:46 +09:00
7cdeac20cf fix: update migration script to read .dtBase2/Files.noindex directly
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 08:14:59 +09:00
3df03134ff fix: bind Caddy to 0.0.0.0:8080 for external proxy access
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 07:47:11 +09:00
0ca78640ee infra: migrate application from Mac mini to GPU server
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 07:05:21 +09:00
8afa3c401f fix: wait for auth refresh check before redirecting to login
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 06:58:38 +09:00
aebfa14984 fix: don't intercept 401 on login/refresh endpoints for token refresh
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 06:54:01 +09:00
17c1b7cf30 fix: set refresh cookie secure=False, samesite=lax for reverse proxy chain
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 06:51:06 +09:00
4ef27fc51c fix: use :80 instead of domain in Caddyfile (nginx handles TLS)
hyungi pushed to main at hyungi/hyungi_document_server 2026-04-03 06:47:50 +09:00
a872dfc10f fix: guard goto() with browser check to prevent SSR crash