Commit Graph

  • 72eb8144e0 feat: Quick import on Carmodoo search result click main AutonetSellCar Deploy 2026-04-02 15:17:45 +09:00
  • b17840ef75 feat: Add search/filter bar to admin cars page AutonetSellCar Deploy 2026-04-02 14:54:01 +09:00
  • 234f91a14a fix: Parse actual image URLs from search HTML for thumbnails AutonetSellCar Deploy 2026-04-02 12:53:37 +09:00
  • f01abfa15e feat: Add image download fallback via AutoDB AJAX API AutonetSellCar Deploy 2026-04-02 12:48:13 +09:00
  • 958ea252bb feat: Improve PDF downloads in admin car detail modal AutonetSellCar Deploy 2026-03-27 18:00:06 +09:00
  • a8aced66a8 feat: Add PDF download button for car images in admin car detail modal AutonetSellCar Deploy 2026-03-27 17:41:00 +09:00
  • b5d4b8b5bd fix: Reorder admin sidebar menu - move Dealers under Users AutonetSellCar Deploy 2026-03-27 17:16:19 +09:00
  • a5a87e78e8 fix: Prevent redirect to login on dealer apply page during auth loading AutonetSellCar Deploy 2026-03-27 16:44:08 +09:00
  • e274bc763d feat: Add dealer apply link to profile and agreement step to dealer application AutonetSellCar Deploy 2026-03-27 16:24:35 +09:00
  • 3f27297c4a refactor: Remove unused DB translation system AutonetSellCar Deploy 2026-02-18 23:24:38 +09:00
  • 46973c8508 feat: Add email notifications for all notification types AutonetSellCar Deploy 2026-02-18 09:55:12 +09:00
  • 436712367c feat: Update vehicle recommendation notification with review CC info AutonetSellCar Deploy 2026-02-18 09:38:41 +09:00
  • 03f277c6f1 fix: Wrap ternary branch in fragment to fix JSX syntax error AutonetSellCar Deploy 2026-02-18 09:22:49 +09:00
  • 641bd37f64 feat: Add "Send Recommendation" button to Vehicle Requests admin AutonetSellCar Deploy 2026-02-18 09:20:42 +09:00
  • 02a88da430 fix: Show skip/error reasons in car import results AutonetSellCar Deploy 2026-02-18 09:08:58 +09:00
  • d98e9287d3 fix: Show skeleton instead of sample images during banner loading AutonetSellCar Deploy 2026-02-18 08:58:57 +09:00
  • 8e230c537c feat: Add Review (사용후기) board system with CC reward AutonetSellCar Deploy 2026-02-18 08:42:35 +09:00
  • 30888c1434 fix: Carmodoo session expiry causing all searches to return 0 results AutonetSellCar Deploy 2026-02-18 08:42:27 +09:00
  • fb3f3f6127 feat: Add Analytics component with Umami and Clarity support AutonetSellCar Deploy 2026-02-08 20:14:36 +09:00
  • 346018c4fb feat: Add Complex (단지선택) filter to Carmodoo search AutonetSellCar Deploy 2026-02-01 23:00:35 +09:00
  • a65c4bbfcf fix: Margin input not saving - change onChange to onBlur AutonetSellCar Deploy 2026-02-01 22:31:15 +09:00
  • 209c63e463 fix: EUC-KR decoding failure causing garbled Korean text AutonetSellCar Deploy 2026-02-01 22:24:00 +09:00
  • bea89d0580 fix: Carmodoo search encoding issue - Korean car names garbled AutonetSellCar Deploy 2026-02-01 22:11:06 +09:00
  • ed48cac820 feat: Show user's recommended vehicles in Cost Calculator dropdown AutonetSellCar Deploy 2026-02-01 21:42:11 +09:00
  • 6209f88a7b fix: Allow PDF access for users with recommended vehicles AutonetSellCar Deploy 2026-02-01 21:36:17 +09:00
  • f785e85270 fix: Prevent duplicate car creation when adding from All Cars tab AutonetSellCar Deploy 2026-02-01 21:29:51 +09:00
  • fd0a480ed2 fix: Add getImageUrl to handle relative image paths in MyRequest page AutonetSellCar Deploy 2026-02-01 21:25:24 +09:00
  • b340d338ff fix: Remove car_id property from adminAddVehicle call to fix TypeScript error AutonetSellCar Deploy 2026-02-01 21:16:03 +09:00
  • 5881126408 feat: Add Request functionality to All Cars tab AutonetSellCar Deploy 2026-02-01 21:13:55 +09:00
  • c9f03c1f86 fix: Remove non-existent dealer_description property from car object AutonetSellCar Deploy 2026-02-01 20:53:17 +09:00
  • ef0e25aff6 fix: Correct variable name from searchResults to cars AutonetSellCar Deploy 2026-02-01 20:52:11 +09:00
  • feb32a8cb6 fix: Fix handleImport to send correct data format AutonetSellCar Deploy 2026-02-01 20:50:58 +09:00
  • d4bbcfa621 fix: Add cho parameter to search_cars for import car search AutonetSellCar Deploy 2026-02-01 20:42:11 +09:00
  • 37ee4cff1d feat: Swap images between About and Contact pages AutonetSellCar Deploy 2026-01-15 22:38:42 +09:00
  • b97ea784b0 feat: Add images to About and Contact pages AutonetSellCar Deploy 2026-01-15 22:32:22 +09:00
  • 7c97d9aecb feat: Add Promo Interest column to admin users page AutonetSellCar Deploy 2026-01-13 07:51:55 +09:00
  • 25caadde95 feat: Use carmodooApi for PromoPreference to share data with Request Vehicle AutonetSellCar Deploy 2026-01-13 00:19:08 +09:00
  • d1b14f8b76 fix: Center Request Vehicle button and translate maker/model names AutonetSellCar Deploy 2026-01-13 00:07:18 +09:00
  • cc1022aae3 fix: Position PromoPreference next to Request Vehicle button AutonetSellCar Deploy 2026-01-12 23:56:58 +09:00
  • 800b2b4c61 fix: Remove trailing slashes from makers/models routes AutonetSellCar Deploy 2026-01-12 23:52:16 +09:00
  • 3bd1e49699 fix: Reorder API routes and update main page layout AutonetSellCar Deploy 2026-01-12 23:48:06 +09:00
  • 2354ee8bbb fix: Remove duplicate saving key from i18n interface AutonetSellCar Deploy 2026-01-12 23:41:57 +09:00
  • 0cac315818 fix: Remove duplicate selectMaker/selectModel from i18n AutonetSellCar Deploy 2026-01-12 23:40:12 +09:00
  • 305aa2a470 fix: Use register instead of signUp in PromoPreference AutonetSellCar Deploy 2026-01-12 23:38:37 +09:00
  • 2720689515 feat: Add promo preference survey on main page AutonetSellCar Deploy 2026-01-12 23:37:31 +09:00
  • 2378392f95 fix: Wrap useSearchParams in Suspense boundary for board page AutonetSellCar Deploy 2026-01-10 01:40:56 +09:00
  • 0b6bdf44e3 fix: Add board_enabled to SystemSettings interface AutonetSellCar Deploy 2026-01-10 01:39:20 +09:00
  • b86e50e734 fix: Import useLanguageStore for language property in board pages AutonetSellCar Deploy 2026-01-10 01:38:03 +09:00
  • d4b32794dc fix: Replace isLoggedIn with token/user check in board pages AutonetSellCar Deploy 2026-01-10 01:36:14 +09:00
  • e0c1f4540b feat: Add bulletin board system AutonetSellCar Deploy 2026-01-10 01:34:41 +09:00
  • 04bec0d2c7 docs: Add manual/auto deployment conflict warning AutonetSellCar Deploy 2026-01-05 23:32:28 +09:00
  • 2cbec43590 docs: Add staging deployment warning to prevent volume mount errors AutonetSellCar Deploy 2026-01-05 23:11:36 +09:00
  • b8f0ae4d28 feat: Add real-time visitor map with IP geolocation AutonetSellCar Deploy 2026-01-05 18:31:22 +09:00
  • 4858965087 feat: Add car availability check feature AutonetSellCar Deploy 2026-01-05 08:01:40 +09:00
  • 1c45840c70 fix: Add Korean fonts to Docker image for PDF capture AutonetSellCar Deploy 2026-01-04 13:20:23 +09:00
  • 90202bee34 docs: Add Grantech Docker info to CLAUDE.md AutonetSellCar Deploy 2026-01-04 11:17:11 +09:00
  • 8ba68a62b2 docs: Add server infrastructure summary to CLAUDE.md AutonetSellCar Deploy 2026-01-04 10:53:49 +09:00
  • 27f7c81aaa docs: Update CLAUDE.md with CI/CD workflow documentation AutonetSellCar Deploy 2026-01-04 10:24:37 +09:00
  • 15dc8e563c Sync docker-compose.staging.yml with server AutonetSellCar Deploy 2026-01-04 10:20:12 +09:00
  • 0a4cef27b4 Update docker-compose.production.yml for CI/CD AutonetSellCar Deploy 2026-01-04 09:56:48 +09:00
  • 9dafe48473 Add CORS for staging domain and update docker-compose AutonetSellCar Deploy 2026-01-04 09:49:01 +09:00
  • b8cab29ed2 Add 'Seed Defaults' button to load all predefined translations AutonetSellCar Deploy 2026-01-03 20:53:14 +09:00
  • 2d7e144a21 Fix duplicate key error in translations auto-extract AutonetSellCar Deploy 2026-01-03 20:30:06 +09:00
  • 77e707167f Fix Mixed Content issue on staging (HTTPS/HTTP mismatch) AutonetSellCar Deploy 2026-01-03 18:32:00 +09:00
  • 7c943d8553 Add SNS Marketing Campaign feature AutonetSellCar Deploy 2026-01-03 18:21:17 +09:00
  • 718c5b0474 Add staging environment documentation and minor fixes AutonetSellCar Deploy 2026-01-03 16:22:34 +09:00
  • 6ba254bfeb Export new schema classes from schemas package AutonetSellCar Deploy 2026-01-03 13:12:55 +09:00
  • b0a78abeb3 Add directly purchased cars to My Requests page AutonetSellCar Deploy 2026-01-03 13:10:00 +09:00
  • ef729ee384 Add recommended vehicle check to car view access AutonetSellCar Deploy 2026-01-03 12:42:30 +09:00
  • 80d2e82922 Add car_id column to RequestVehicle model AutonetSellCar Deploy 2026-01-03 12:40:40 +09:00
  • c0187d233b Add car_id field to RequestVehicleResponse schema AutonetSellCar Deploy 2026-01-03 12:38:57 +09:00
  • 757241bb4e Add car_id field to RequestVehicle interface AutonetSellCar Deploy 2026-01-03 12:28:13 +09:00
  • 0e55ab201a Fix vehicle click issue in My Vehicle Requests page AutonetSellCar Deploy 2026-01-03 12:26:47 +09:00
  • 51d36566d1 Fix SidebarLayout mobile responsiveness AutonetSellCar Deploy 2026-01-03 12:11:36 +09:00
  • f452bbc03b Improve mobile responsiveness across the site AutonetSellCar Deploy 2026-01-03 10:35:04 +09:00
  • f37f66a9d4 Add deployment workflow section to CLAUDE.md AutonetSellCar Deploy 2026-01-03 09:44:35 +09:00
  • b1afea79d9 Add SOLD OUT badge and improve deployment docs AutonetSellCar Deploy 2026-01-03 09:05:16 +09:00
  • 2da464694b Change Mongolian Fee to Local Dealer Fee in cost calculator AutonetSellCar Deploy 2026-01-01 21:37:28 +09:00
  • 582ddf1e70 Update DEPLOYMENT.md with comprehensive deployment guide AutonetSellCar Deploy 2026-01-01 21:22:25 +09:00
  • 2a3d633e58 Fix cost page: unify background colors and width AutonetSellCar Deploy 2026-01-01 21:05:02 +09:00
  • ca20a099a2 Fix: 삭제된 사용자 이메일 인증 허용 AutonetSellCar Deploy 2026-01-01 19:33:24 +09:00
  • c0ceade463 Docs: 변경 이력에 비밀번호 보안 강화 추가 AutonetSellCar Deploy 2026-01-01 19:22:47 +09:00
  • 9853f0b4d5 Feat: 강력한 비밀번호 정책 및 로그인 보안 강화 AutonetSellCar Deploy 2026-01-01 19:19:36 +09:00
  • 1e3ad2fa65 Docs: 변경 이력 테이블 정리 AutonetSellCar Deploy 2026-01-01 18:48:54 +09:00
  • 648c2be1b0 Docs: .env 파일 관리 섹션 추가 및 변경 이력 업데이트 AutonetSellCar Deploy 2026-01-01 17:53:39 +09:00
  • de06404d0f Fix: 삭제된 사용자 재가입 허용 및 로그인 차단 AutonetSellCar Deploy 2026-01-01 17:40:47 +09:00
  • 1818f0229c Add DEPLOYMENT.md guide for deployment and DB migration AutonetSellCar Deploy 2026-01-01 10:03:46 +09:00
  • 9a3a6dc8eb Add translation for 마이스터 (Meister) grade AutonetSellCar Deploy 2026-01-01 09:50:14 +09:00
  • 7f45de7a89 Add configurable CC cost for banner vehicle PDF/description view AutonetSellCar Deploy 2026-01-01 09:41:18 +09:00
  • 0d807eccc6 Widen Cost Structure section to match Container Matching width AutonetSellCar Deploy 2025-12-31 20:31:34 +09:00
  • 612425a6c2 Add multi-language description for Korean Domestic + Export Customs AutonetSellCar Deploy 2025-12-31 20:27:59 +09:00
  • 2a8e32f427 feat: Add admin settings for dealer comment & domestic cost, enhance visitor country stats AutonetSellCar Deploy 2025-12-31 18:10:27 +09:00
  • be7f12bbf3 Fix TypeScript Set iteration error AutonetSellCar Deploy 2025-12-31 17:14:47 +09:00
  • bd6c05cc83 Add debug logs for banner update AutonetSellCar Deploy 2025-12-31 17:12:46 +09:00
  • ce35017d4f Translate Korean car names in homepage banner AutonetSellCar Deploy 2025-12-31 17:06:30 +09:00
  • 9265a823dc Fix Korean text in banner drag-and-drop section AutonetSellCar Deploy 2025-12-31 16:57:38 +09:00
  • d902f920b3 Fix 422 error on /admin/banner-cars endpoint AutonetSellCar Deploy 2025-12-31 16:45:47 +09:00
  • 3a4475ea28 Fix banner reorder API with proper request schema AutonetSellCar Deploy 2025-12-31 16:21:05 +09:00
  • 3cf6fd2121 Fix reorder API to properly accept list body parameter AutonetSellCar Deploy 2025-12-31 16:11:14 +09:00
  • 6cf2c69371 Fix loadLocalCars error handling for banner API failure AutonetSellCar Deploy 2025-12-31 16:05:04 +09:00