Trek_CN/server/tests/integration
jubnl bb54fda6dc
fix: collab note attachments broken (#343)
- Fix attachment URLs to use /api/trips/:id/files/:id/download instead
  of /uploads/files/... which was unconditionally blocked with 401
- Use getAuthUrl() with ephemeral tokens for displaying attachments and
  opening them in a new tab (images, PDFs, documents)
- Replace htmlFor/id label pattern with ref.current.click() for the
  file picker button in NoteFormModal — fixes file not being added to
  pending list on first note creation
- Add integration tests COLLAB-028 to COLLAB-031 covering URL format,
  listing URLs, ephemeral token download, and unauthenticated 401
2026-04-03 14:11:18 +02:00
..
admin.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
assignments.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
atlas.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
auth.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
backup.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
budget.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
collab.test.ts fix: collab note attachments broken (#343) 2026-04-03 14:11:18 +02:00
dayNotes.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
days.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
files.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
health.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
immich.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
maps.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
mcp.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
misc.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
notifications.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
packing.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
places.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
profile.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
reservations.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
security.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
share.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
trips.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
vacay.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
weather.test.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00