Trek_CN/server/src
Maurice a314ba2b80 feat: public read-only share links with permissions — closes #79
Share links:
- Generate a public link in the trip share modal
- Choose what to share: Map & Plan, Bookings, Packing, Budget, Chat
- Permissions enforced server-side
- Delete link to revoke access instantly

Shared trip page (/shared/:token):
- Read-only view with TREK logo, cover image, trip details
- Tabbed navigation with Lucide icons (responsive on mobile)
- Interactive map with auto-fit bounds per day
- Day plan, Bookings, Packing, Budget, Chat views
- Language picker, TREK branding footer

Technical:
- share_tokens DB table with per-field permissions
- Public GET /shared/:token endpoint (no auth)
- Two-column share modal (max-w-5xl)
2026-03-30 18:02:53 +02:00
..
db feat: public read-only share links with permissions — closes #79 2026-03-30 18:02:53 +02:00
demo v2.6.2 — TREK Rebrand, OSM Enrichment, File Management, Hotel Bookings & Bug Fixes 2026-03-28 16:38:08 +01:00
middleware refactoring: TypeScript migration, security fixes, 2026-03-27 18:40:18 +01:00
routes feat: public read-only share links with permissions — closes #79 2026-03-30 18:02:53 +02:00
services feat: email notifications, webhook support, ICS export — closes #110 2026-03-30 17:07:33 +02:00
config.ts refactoring: TypeScript migration, security fixes, 2026-03-27 18:40:18 +01:00
index.ts feat: public read-only share links with permissions — closes #79 2026-03-30 18:02:53 +02:00
scheduler.ts feat: add granular auto-backup scheduling and timezone support 2026-03-30 12:27:52 +03:00
types.ts Merge branch 'main' into feat/mfa 2026-03-28 18:59:06 -03:00
websocket.ts refactoring: TypeScript migration, security fixes, 2026-03-27 18:40:18 +01:00