김재현 kjh2064
  • Joined on 2026-06-25
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 04:49:03 +09:00
a554e1795a fix: correct BlogService GetPublishedPagedAsync parameter order
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 04:45:36 +09:00
8591d93b88 fix: ensure MapRazorPages routes Sitemap before SPA fallback
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 04:44:22 +09:00
af8b21fdb8 fix: correct ASP.NET Core middleware order for WASM routing
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 04:38:22 +09:00
bc3bde75af perf: optimize CI deployment time
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 04:37:25 +09:00
98ebc89505 fix: explicitly set sitemap.xml page route
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 04:28:08 +09:00
98bc15b1d6 fix: remove static sitemap.xml to enable dynamic generation
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 04:26:47 +09:00
9797b86e16 chore: enhance robots.txt with search engine policies and portal exclusion
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 04:16:55 +09:00
7f1fdb4c57 feat: complete Admin + Portal Blazor WebAssembly SPA architecture
54367696dc feat: standalone Blazor WebAssembly admin + SEO enhancements
Compare 2 commits »
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 03:14:50 +09:00
64e462e57e fix: use Blazor Server render mode instead of WebAssembly
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 03:13:46 +09:00
4b68fb20b9 fix: add AddAdditionalAssemblies for WebAssembly runtime
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 03:06:15 +09:00
35ab77fd38 fix: use async font loading to prevent page render blocking
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 03:00:34 +09:00
a5359869a0 test: fix test message length to meet 10-character minimum
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:56:28 +09:00
ef484c41a4 fix: simplify cookie configuration - remove duplicate Antiforgery setup
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:55:39 +09:00
dd660ef4b3 fix: add Antiforgery cookie configuration for Nginx proxy HTTPS
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:53:20 +09:00
f0269826fe docs: add DataAnnotations vs FluentValidation selection guidelines
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:51:19 +09:00
b7baff18dc feat: add DataAnnotations to Inquiry DTOs
48e2dfaf38 docs: add development standards and guidelines (2026-07)
Compare 2 commits »
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:45:17 +09:00
a7f9b94499 feat: add message content length validation
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:43:56 +09:00
66d6ae88f1 feat: implement proper Korean phone number validation and formatting
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:42:12 +09:00
caf7e5cf9f fix: correct phone number formatting to follow standard pattern
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:41:13 +09:00
11019c7e0b improvement: add client-side phone number masking and validation