Trek_CN/server/src/services
2026-04-09 12:45:09 +02:00
..
memories fix(streaming): end response on client disconnect during asset pipe 2026-04-05 23:11:57 +02:00
adminService.ts fix: missing avatar URLs in notifications, admin panel, and budget 2026-04-08 18:17:08 +02:00
apiKeyCrypto.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00
assignmentService.ts fix(dayplan): restore time-based auto-sort for places and free reorder for untimed 2026-04-05 23:26:35 +02:00
atlasService.ts fix(atlas): replace fuzzy region matching with exact name_en check 2026-04-05 23:38:34 +02:00
auditLog.ts fix: add SSRF protection for link preview and Immich URL 2026-04-01 07:59:03 +02:00
authService.ts refactor(server): replace node-fetch with native fetch + undici, fix photo integrations 2026-04-05 21:12:51 +02:00
backupService.ts refactor: extract business logic from routes into reusable service modules 2026-04-02 17:14:53 +02:00
budgetService.ts fix: budget member avatars lost after updating item fields 2026-04-08 17:38:31 +02:00
categoryService.ts refactor: extract business logic from routes into reusable service modules 2026-04-02 17:14:53 +02:00
collabService.ts refactor(server): replace node-fetch with native fetch + undici, fix photo integrations 2026-04-05 21:12:51 +02:00
cookie.ts feat: Discord links, translation sync, iOS login fix, trip copy fix 2026-04-03 14:39:44 +02:00
dayNoteService.ts refactor: extract business logic from routes into reusable service modules 2026-04-02 17:14:53 +02:00
dayService.ts refactor(mcp): replace direct DB access with service layer calls 2026-04-04 18:12:53 +02:00
ephemeralTokens.ts refactor(server): replace node-fetch with native fetch + undici, fix photo integrations 2026-04-05 21:12:51 +02:00
fileService.ts fix(files): prepend /uploads/avatars/ to avatar URL in documents tab 2026-04-05 15:23:45 +02:00
inAppNotificationActions.ts feat: add in-app notification system with real-time delivery 2026-04-02 18:57:52 +02:00
inAppNotifications.ts fix: missing avatar URLs in notifications, admin panel, and budget 2026-04-08 18:17:08 +02:00
mapsService.ts refactor(server): replace node-fetch with native fetch + undici, fix photo integrations 2026-04-05 21:12:51 +02:00
mfaCrypto.ts fix: decouple at-rest encryption from JWT_SECRET, add JWT rotation 2026-04-01 07:57:55 +02:00
notificationPreferencesService.ts fix(security): address notification system security audit findings 2026-04-05 03:36:50 +02:00
notifications.ts Merge pull request #434 from jerryhuangyu/feat/support-zh 2026-04-05 21:18:02 +02:00
notificationService.ts fix(security): address notification system security audit findings 2026-04-05 03:36:50 +02:00
oidcService.ts refactor(server): replace node-fetch with native fetch + undici, fix photo integrations 2026-04-05 21:12:51 +02:00
packingService.ts feat(packing): item quantity, bag rename, multi-user bags, save as template 2026-04-05 19:28:33 +02:00
passwordPolicy.ts fix: unify password validation error to show all requirements at once 2026-04-01 10:14:35 +02:00
permissions.ts fix: tighten trip_edit and member_manage defaults to trip_owner 2026-03-31 23:52:29 +02:00
placeService.ts feat(mcp): add list_places assignment filter for orphan activities 2026-04-09 12:45:09 +02:00
queryHelpers.ts refactor(mcp): replace direct DB access with service layer calls 2026-04-04 18:12:53 +02:00
reservationService.ts fix(bookings): resolve date handling and file auth bugs 2026-04-06 11:32:06 +02:00
settingsService.ts feat(security): mask saved webhook URLs instead of returning encrypted values 2026-04-05 06:08:44 +02:00
shareService.ts fix: deleted chats are not shown in share view anymore 2026-04-03 10:50:34 +02:00
tagService.ts refactor: extract business logic from routes into reusable service modules 2026-04-02 17:14:53 +02:00
todoService.ts feat(todo): add To-Do list feature with 3-column layout 2026-04-04 16:58:24 +02:00
tripService.ts fix(ical): pad datetime to 15 chars for valid iCal DTSTART/DTEND format 2026-04-05 20:17:22 +02:00
vacayService.ts feat(notifications): add unified multi-channel notification system 2026-04-05 01:22:18 +02:00
weatherService.ts refactor(server): replace node-fetch with native fetch + undici, fix photo integrations 2026-04-05 21:12:51 +02:00