Trek_CN/server/src
jubnl 13162c0920
fix(trips): copy todo_items and budget_category_order when duplicating a trip
Both tables were added after the original copy logic in #270 and were
silently omitted on copy. todo_items are copied with checked reset to 0
and assigned_user_id nulled; budget_category_order rows are copied verbatim.
Adds TRIP-027 regression test.

Closes #786
2026-04-21 20:38:53 +02:00
..
db fix(maps): null stale proxy image_url entries instead of writing unbacked proxy URLs 2026-04-21 00:46:29 +02:00
demo v2.6.2 — TREK Rebrand, OSM Enrichment, File Management, Hotel Bookings & Bug Fixes 2026-03-28 16:38:08 +01:00
mcp security: close SEC-H4/H6 gaps from second-pass review 2026-04-20 21:35:30 +02:00
middleware security: address silent-failure review findings on top of batch 1 2026-04-20 20:44:57 +02:00
routes fix(backups,files): auto-backups rejected by validator; trip file download broken after cookie migration 2026-04-21 11:18:17 +02:00
services fix(trips): copy todo_items and budget_category_order when duplicating a trip 2026-04-21 20:38:53 +02:00
systemNotices feat(system-notices): apply version gates to v3 upgrade notices 2026-04-17 20:04:54 +02:00
utils feat: enhance Synology Photos integration with OTP, SSL skip, and better UX 2026-04-11 18:25:42 +02:00
addons.ts feat(notices): add system notice infrastructure 2026-04-16 14:36:33 +02:00
app.ts security: address second-pass audit findings 2026-04-20 21:04:09 +02:00
config.ts fix(login): address review feedback on language dropdown PR 2026-04-15 03:04:25 +02:00
index.ts feat(notifications): reminders for todos with upcoming due dates 2026-04-20 17:31:25 +02:00
scheduler.ts feat(notifications): reminders for todos with upcoming due dates 2026-04-20 17:31:25 +02:00
types.ts feat: add multi-day transport reservations with dedicated modal and route segmentation 2026-04-18 06:10:33 +02:00
websocket.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00