김재현 kjh2064
  • Joined on 2026-06-25
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-06 10:25:30 +09:00
f35d694df4 CHORE: add users-crud-result.png verification screenshot
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-06 10:24:21 +09:00
dbb3a78afb FEAT: Migrate Collection and User Auth endpoints to FastEndpoints (API-First), implement MudDialog based Users CRUD (MVVM) and update AGENTS.md guidelines
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-06 10:03:13 +09:00
5e22844a4a WBS-11: Hardening BFF Architecture, fix /Index page redirect and JsonDocument ObjectDisposedException in operational-report API
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-06 02:01:06 +09:00
92fc3ecbab debug: detailed logging for auth state and /api/auth/me response
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-06 01:55:22 +09:00
317cd98713 wip: cookie-based auth with AllowAnonymous and absolute URIs
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-06 01:48:14 +09:00
bcd1cc0f93 refactor: switch to cookie-based auth flow with JS interop fallback
eae0a68f06 fix: enable WASM-first auth flow for dashboard
53ae2fcc51 fix: remove [Authorize] from Dashboard, add internal auth check
84e5784b66 feat: complete localStorage-based auth with API fallback support
7b5d8d6f06 feat: implement server-side cookie-based authentication
Compare 20 commits »
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 20:23:40 +09:00
98501c0d2f Final: Complete Clean Build & Remove Redundant NotFound Config
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 20:19:38 +09:00
c0120fc20c 🎯 Fix Blazor Routing: Direct Router Implementation in App.razor
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 20:11:43 +09:00
cee04531b2 🔧 Fix Blazor Routes Component Assembly Reference
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 20:02:28 +09:00
f0fab376c9 🎨 Fix SRI Integrity Errors & Test with Release Build
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 19:35:10 +09:00
20f0e32632 🎨 Improve Login Page CSS & Implement Username Persistence
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 19:18:44 +09:00
d3b607ce28 🚀 Final: Playwright E2E Tests & Improved Deployment Pipeline
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-05 19:14:13 +09:00
b7cb442937 fix(admin): minimize crm render path
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-05 18:54:25 +09:00
6a44272f25 fix(admin): remove crm datagrid interop
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 18:50:56 +09:00
d39fba41f0 fix(ci): allow 302 redirect status for Favicon asset verification
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-05 18:50:43 +09:00
8799fe250b fix(admin): simplify shared blazor shell
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 18:48:23 +09:00
0ccce78e49 fix(ci): dynamically inject appsettings.Production.json with actual DB password into publish artifact to resolve DB authentication failures
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 18:45:28 +09:00
4b53a6d0cb fix(web): migrate Hangfire storage from SqlServer to PostgreSql to prevent startup crash
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 18:39:39 +09:00
ef809e48de fix(ci): allow 401 response status in deploy healthcheck verification
kjh2064 pushed to main at kjh2064/QuantEngineByItz 2026-07-05 18:24:53 +09:00
a7c6439b0f fix(ci): prevent SIGPIPE error in Package Artifact step by allowing sigpipe failure in head command