Trek_CN/client/src
jubnl 9789c51d4f
fix(naver-import): address PR #495 review issues
- SSRF: validate user-supplied URLs with checkSsrf() before fetch in
  both importNaverList and importGoogleList; upgrade naver.me substring
  check to exact hostname comparison to prevent bypass
- i18n: add missing places.importNaverList key to de.ts and es.ts
- migration: switch Naver addon seed to INSERT OR IGNORE to preserve
  admin customizations on re-runs; restore budget_category_order
  CREATE TABLE to its original formatting
- route: remove redundant cast after type-narrowing guard in naver-list handler
- component: hoist provider ternary above try/catch in handleListImport
- tests: add four new Naver import cases (502, empty list, no-coords,
  canonical URL skipping redirect fetch)
2026-04-15 04:48:39 +02:00
..
api Merge remote-tracking branch 'refs/remotes/pull/495' into feat/naver-support 2026-04-15 04:38:50 +02:00
components fix(naver-import): address PR #495 review issues 2026-04-15 04:48:39 +02:00
db fix(offline): cache accommodations, trip members, tags, and categories for full offline support 2026-04-14 23:50:52 +02:00
hooks feat(pwa): implement real offline mode with IndexedDB sync 2026-04-14 23:04:25 +02:00
i18n fix(naver-import): address PR #495 review issues 2026-04-15 04:48:39 +02:00
pages fix(atlas): clean up A2_TO_A3 table and add A3-fallback Norway test 2026-04-15 03:31:19 +02:00
repo fix(offline): cache accommodations, trip members, tags, and categories for full offline support 2026-04-14 23:50:52 +02:00
services fix: convert stored HTTP photo URLs to base64 for map markers, add exchangerate-api to CSP 2026-04-01 19:40:19 +02:00
store Merge branch 'review/pr-542' into feat/search-autocomplete 2026-04-15 04:02:08 +02:00
sync fix(offline): cache accommodations, trip members, tags, and categories for full offline support 2026-04-14 23:50:52 +02:00
utils fix(pwa): fix offline session redirect and file download auth (#505 #541) 2026-04-14 21:48:25 +02:00
App.test.tsx test(client): expand frontend test suite to 69.1% coverage 2026-04-07 21:56:08 +02:00
App.tsx feat(pwa): implement real offline mode with IndexedDB sync 2026-04-14 23:04:25 +02:00
index.css fix(mobile): prevent bottom nav from clipping scrollable content and dialogs 2026-04-15 02:16:57 +02:00
main.tsx refactoring: TypeScript migration, security fixes, 2026-03-27 18:40:18 +01:00
types.ts fix(places): fix notes type and display in inspector 2026-04-14 15:50:59 +02:00