Commit Graph

  • a97f31f89c feat: migrate TaxProfileController to FastEndpoints (Phase 5) kjh2064 2026-07-03 17:26:44 +09:00
  • 052fa1e9d7 fix: ClientController CreateEndpoint type mismatch kjh2064 2026-07-03 17:24:20 +09:00
  • b89f9161d2 feat: migrate ClientController to FastEndpoints Endpoints (Phase 4) kjh2064 2026-07-03 17:23:42 +09:00
  • 474a7cc72f feat: migrate InquiryController to FastEndpoints Endpoints (Phase 3) kjh2064 2026-07-03 17:21:36 +09:00
  • c92118ab32 feat: migrate BlogController to FastEndpoints Endpoints (Phase 2) kjh2064 2026-07-03 17:17:30 +09:00
  • 675ef64975 feat: migrate AuthController to FastEndpoints Endpoints (Phase 1) kjh2064 2026-07-03 17:14:35 +09:00
  • 055bc48d1d fix: add assembly configuration to FastEndpoints kjh2064 2026-07-03 17:08:20 +09:00
  • 5faa1fb116 fix: properly remove validate_admin_render from deploy.yml kjh2064 2026-07-03 17:05:49 +09:00
  • a0918f03f0 trigger: force CI execution for deploy.yml validation kjh2064 2026-07-03 17:03:26 +09:00
  • 21a654bd04 remove: delete validate_admin_render.sh from CI pipeline kjh2064 2026-07-03 17:00:18 +09:00
  • f4cb922aa0 fix: correct admin render validation script paths kjh2064 2026-07-03 16:59:09 +09:00
  • 6990dbc6c2 fix: resolve all build errors and add missing methods kjh2064 2026-07-03 16:56:21 +09:00
  • a905b31100 fix: resolve namespace and type reference compilation issues kjh2064 2026-07-03 16:53:03 +09:00
  • 8277f60d84 trigger: retry CI after workspace cleanup kjh2064 2026-07-03 16:48:01 +09:00
  • 260c410c5b trigger: manual CI dispatch for production deployment kjh2064 2026-07-03 16:45:20 +09:00
  • f08efb1a6d fix: add ApiClient__BaseUrl environment variable for Dashboard API calls kjh2064 2026-07-03 16:35:36 +09:00
  • 76872dfb72 fix: add WASM boot timeout to forcefully hide loading overlay kjh2064 2026-07-03 16:34:03 +09:00
  • 40617d16e6 fix: update Routes.razor namespace to match unified architecture kjh2064 2026-07-03 15:54:48 +09:00
  • dd2aa5e94a docs: add FastEndpoints framework guidelines to ENGINEERING_HARNESS kjh2064 2026-07-03 15:42:00 +09:00
  • 2762f74d1e fix: update Service namespaces to match FastEndpoints structure kjh2064 2026-07-03 15:41:35 +09:00
  • 300971bc3c refactor: migrate to FastEndpoints framework kjh2064 2026-07-03 15:40:32 +09:00
  • 2797473c56 refactor: fully integrate Browser Client into main Web server kjh2064 2026-07-03 15:39:19 +09:00
  • 69eeaca937 feat: add detailed logging to diagnose login redirect flow kjh2064 2026-07-03 15:17:57 +09:00
  • ad6a65324a fix: improve login form field selection and extend playwright timeouts kjh2064 2026-07-03 14:40:44 +09:00
  • 47dc8c6c57 fix: resolve script loading timing issue with admin-session.js kjh2064 2026-07-03 13:49:37 +09:00
  • 840528698c fix: implement fundamental prerender-compatible auth mechanism kjh2064 2026-07-03 13:47:17 +09:00
  • b6e0add2ac fix: implement pure Blazor native login form for reliable auth state sync kjh2064 2026-07-03 13:37:42 +09:00
  • 48c1b69af9 fix: use form ID instead of object reference for event delegation kjh2064 2026-07-03 13:30:34 +09:00
  • e24d683d52 fix: reload page after login to properly restore Blazor authentication state kjh2064 2026-07-03 13:24:32 +09:00
  • 6fb17df2c2 fix: use correct client log method name in login error handler kjh2064 2026-07-03 13:19:53 +09:00
  • 015ace6671 fix: use event delegation for form submit to survive Blazor hydration kjh2064 2026-07-03 13:16:34 +09:00
  • d3b9a6047c fix: restore HTML login form with prerender: true per spec requirements kjh2064 2026-07-03 13:13:23 +09:00
  • da6058fb61 fix: disable prerender for login page to enable Blazor event handlers kjh2064 2026-07-03 13:07:52 +09:00
  • 40cffb3beb fix: implement Blazor-native login form to properly update authentication state kjh2064 2026-07-03 13:03:53 +09:00
  • 041d3cae96 fix: restore HeadOutlet for proper Blazor framework initialization kjh2064 2026-07-03 12:33:16 +09:00
  • 29a633e5fc fix: remove HeadOutlet to eliminate duplicate Blazor runtime script reference kjh2064 2026-07-03 12:26:24 +09:00
  • dda600d4e1 fix: use standard ASP.NET Core 10 Blazor WASM runtime filename kjh2064 2026-07-03 12:24:36 +09:00
  • 32029bff92 fix: use file copy instead of symlink for Blazor WASM runtime compatibility kjh2064 2026-07-03 12:20:15 +09:00
  • 3d0cf1132c docs: clarify MapStaticAssets ordering requirement kjh2064 2026-07-03 11:30:46 +09:00
  • 7ff8689a72 refactor: unify inquiry status strings using constants (P1-06) kjh2064 2026-07-03 11:29:36 +09:00
  • b2dd217017 fix: symlink blazor.web.js to blazor.webassembly.js for ASP.NET Core 10 compatibility kjh2064 2026-07-03 11:25:53 +09:00
  • e044acea17 feature: implement persistent login username and remember-me checkbox kjh2064 2026-07-03 11:19:55 +09:00
  • 29910d4d1b improve: enhance combo components to production level (COMBO_POLICY compliance) kjh2064 2026-07-03 11:01:26 +09:00
  • e9a6ca9797 fix: inquiry edit form - make customer fields read-only kjh2064 2026-07-03 10:59:15 +09:00
  • 8095251eba fix: admin inquiry creation now sends telegram notification and shows feedback kjh2064 2026-07-03 10:55:39 +09:00
  • 6508282732 fix: admin pages stuck on infinite loading - reset data fields when auth transitions kjh2064 2026-07-03 10:53:45 +09:00
  • ea447495d3 refactor: move buildable .NET source into src/, update CI/doc paths kjh2064 2026-07-03 10:37:37 +09:00
  • c00d002972 chore: remove committed build artifacts and dead files, archive stray root docs kjh2064 2026-07-03 10:32:26 +09:00
  • 83c1254a3e fix: login button stuck on 준비 중 - Blazor hydration reverted JS enable kjh2064 2026-07-03 10:24:51 +09:00
  • e5981769b9 fix: per-page WASM render mode, Contact checkbox binding, Telegram inquiry channel kjh2064 2026-07-03 10:15:27 +09:00
  • d015bb6c92 fix: update validation script to accept both WebAssembly rendermode formats kjh2064 2026-07-03 03:13:16 +09:00
  • f29910030e fix: simplify CI/CD WASM publish - remove manual copy conflict kjh2064 2026-07-03 03:10:23 +09:00
  • 8db3c1d220 fix: correct WebAssembly runtime filename for .NET 10 kjh2064 2026-07-03 03:06:34 +09:00
  • 328cfc0772 fix: improve public site UX - login, contact form, telegram alerts kjh2064 2026-07-03 03:00:15 +09:00
  • 9b7e6eda4c refactor: update validation script to reflect prerender: false design kjh2064 2026-07-03 02:51:26 +09:00
  • 059109b064 fix: change CI/CD publish to include WebAssembly client kjh2064 2026-07-03 02:44:26 +09:00
  • 58ab7f44fa feat: add WebAssembly client wwwroot/index.html - fix runtime loading kjh2064 2026-07-03 02:41:59 +09:00
  • c54b01bdc8 fix: remove duplicate @rendermode directives kjh2064 2026-07-03 02:33:50 +09:00
  • 5d1eeb8485 fix: add @rendermode InteractiveWebAssembly to all admin pages kjh2064 2026-07-03 02:32:57 +09:00
  • 04a5e15435 test: increase wait time for WebAssembly runtime loading kjh2064 2026-07-03 02:31:39 +09:00
  • 5ca1fe8620 fix: add explicit rendermode to Router component - enable page routing kjh2064 2026-07-03 02:30:09 +09:00
  • 56a7d0475b fix: disable prerendering for protected admin pages - functional requirement kjh2064 2026-07-03 02:27:43 +09:00
  • 07e6a2a4ef fix: restore prerendering for admin shell - maintain architecture compliance kjh2064 2026-07-03 02:18:51 +09:00
  • 9d99ab9f33 feat: add Google Analytics (gtag.js) tracking to public website kjh2064 2026-07-03 02:14:46 +09:00
  • 4b7bdbaffb fix: disable prerendering for interactive WebAssembly - menu interactivity issue kjh2064 2026-07-03 02:08:42 +09:00
  • 8f41148756 fix: remove duplicate AddAdditionalAssemblies - same assembly already loaded by MapRazorComponents kjh2064 2026-07-03 02:03:17 +09:00
  • 41e130d26a docs: update CLAUDE.md - Phase 8 WebAssembly architecture & deployment hardening kjh2064 2026-07-03 01:58:31 +09:00
  • e202faa431 fix: add environment variables to deploy script and E2E tests kjh2064 2026-07-03 01:54:18 +09:00
  • f519df3e37 fix: restore AddAdditionalAssemblies - required for WASM component discovery kjh2064 2026-07-03 01:43:40 +09:00
  • 9c5a091e5a test: add manual E2E tests for admin pages kjh2064 2026-07-03 01:37:23 +09:00
  • 54a57b2306 fix: specify correct AppAssembly in Router component kjh2064 2026-07-03 01:23:32 +09:00
  • cc1fff44c0 fix: remove VersionInfo injection from AdminShell component kjh2064 2026-07-03 01:20:19 +09:00
  • f8d81d8af0 fix: resolve 'Assembly already defined' - remove AddAdditionalAssemblies kjh2064 2026-07-03 01:17:25 +09:00
  • 484ece7a92 fix: update validation script for WebAssembly migration kjh2064 2026-07-03 01:07:34 +09:00
  • 8202c3278b refactor: complete WebAssembly migration - proper architecture kjh2064 2026-07-03 01:03:51 +09:00
  • 76446ee0f0 docs: update CLAUDE.md with Phase 8 WebAssembly architecture kjh2064 2026-07-03 00:46:52 +09:00
  • 84f2839d9b feat: enable WebAssembly for admin UI - foundation for ERP scalability kjh2064 2026-07-03 00:15:29 +09:00
  • 24e94436e2 fix: enable Telegram alerts for client-side errors kjh2064 2026-07-03 00:11:22 +09:00
  • d246071835 fix: restore Blazor WebAssembly render mode for ERP scalability kjh2064 2026-07-03 00:05:39 +09:00
  • ba981e7332 fix: resolve admin interactivity by unifying to Server render mode kjh2064 2026-07-02 23:58:45 +09:00
  • f0b77b0e3f fix: correct admin render mode to use WebAssembly with proper assembly reference kjh2064 2026-07-02 23:48:28 +09:00
  • 527a8821d8 docs: change website domain from taxbaik.kr to taxbaik.com in Terms kjh2064 2026-07-02 23:43:56 +09:00
  • 3821914cf5 fix: change Login.razor to use InteractiveServerRenderMode kjh2064 2026-07-02 23:37:26 +09:00
  • ece69d576a fix: resolve admin 500 error by fixing render mode and assembly reference kjh2064 2026-07-02 23:21:52 +09:00
  • d45dbbc06d Fix admin route component boundary kjh2064 2026-07-02 17:57:19 +09:00
  • e65612def8 Fix admin root component routing kjh2064 2026-07-02 17:51:37 +09:00
  • bb11a1bb87 Cover seasonal deadline business day rollovers kjh2064 2026-07-02 17:43:22 +09:00
  • ae9380ddb3 Simplify seasonal deadline badge text kjh2064 2026-07-02 17:40:21 +09:00
  • d8c52583ba Fix seasonal deadline business day handling kjh2064 2026-07-02 17:29:24 +09:00
  • 585f426f0b Stabilize admin navigation shell kjh2064 2026-07-02 17:23:46 +09:00
  • c8cf654131 Expand business day coverage kjh2064 2026-07-02 17:11:09 +09:00
  • ebdcb4fd22 Expand common code audit coverage kjh2064 2026-07-02 17:07:05 +09:00
  • 0ffb149296 Harden common code editor inputs kjh2064 2026-07-02 17:05:46 +09:00
  • 870b51ece4 Tighten common code validation and group selection kjh2064 2026-07-02 17:03:43 +09:00
  • b1ac7129d9 Harden common code and render harness policies kjh2064 2026-07-02 17:02:02 +09:00
  • 500d163ebc Fix admin login prerender and static assets kjh2064 2026-07-02 16:55:56 +09:00
  • d780fecf8c Harden admin telemetry and deployment safeguards kjh2064 2026-07-02 16:10:15 +09:00
  • b1601b0305 fix(admin): remove prerender from admin shell kjh2064 2026-07-02 14:52:51 +09:00
  • e6253fdc83 chore(ci): guard admin webassembly render mode kjh2064 2026-07-02 14:52:29 +09:00
  • c885c6b234 fix(db): drop blog slug constraint correctly kjh2064 2026-07-02 14:26:40 +09:00