Bernd Rodler
a622e3755b
fix: Phase 1 critical+high fixes (17/18 items)
CRITICAL fixes:
- C1: Error swallowing - throw TransportError on network failure in getEmails/searchEmails
- C2: Recurrence expansion ID delimiter changed from ':' to '::occurrence::'
- C3: Cross-account calendar event UID dedup after multi-account aggregation
- C4: Admin session token revocation via JTI blacklist on logout
- C6: FTS5 schema-drop - add warning log for automatic reindex trigger
- C7: Settings lock - gate updateSetting() with isSettingLocked() check
- C8: Offline push pause - add offline event handler that closes push transports
HIGH fixes:
- H1: Push handler - add ContactCard and FileNode branches
- H2: WS fallback - await state snapshot before reconcileAfterWebSocketFallback
- H3: Auth rate limiting - add checkUserAuthRateLimit to session and token routes
- H4: OAuth logs - strip access_token from error log context
- H7: Template XSS - apply DOMPurify to HTML template body on import
- H8: Secure cookie - derive from x-forwarded-proto, not NODE_ENV
- H9: bcrypt fix - remove bcrypt prefixes from isHashed() so scrypt-only
- H13: calendarTasksEnabled - apply admin gate at runtime in calendar page
- H14: Task mutations - add try/catch error handling to update/delete/toggle
- H18: autoSelectReplyIdentity default changed from false to true
Deferred: P1.3 (C5 auth localStorage encryption) - requires custom Zustand persist adapter.
2026-08-07 12:17:41 +02:00
..
2026-08-01 23:09:39 +02:00
2026-06-24 18:02:18 +02:00
2026-07-22 17:37:33 +02:00
2026-08-06 08:48:30 +02:00
2026-08-05 17:40:13 +02:00
2026-02-16 23:49:35 +01:00
2026-08-07 12:17:41 +02:00
2026-05-21 23:35:58 +02:00
2026-07-09 17:46:06 +02:00
2026-08-07 12:17:41 +02:00
2026-07-30 19:41:02 +02:00
2026-07-22 17:22:20 +02:00
2026-07-13 21:21:34 +02:00
2026-05-20 23:53:44 +02:00
2026-06-14 17:05:29 +02:00
2026-07-22 17:22:20 +02:00
2026-06-28 16:51:42 +02:00
2026-04-14 14:37:19 +02:00
2026-06-30 06:51:24 +02:00
2026-08-07 12:17:41 +02:00
2026-08-07 12:17:41 +02:00
2026-04-02 14:51:21 +02:00
2026-08-03 17:42:04 +02:00
2026-07-21 20:58:27 +02:00
2026-03-30 16:37:07 +02:00
2026-05-11 15:35:43 +02:00
2026-05-06 20:07:36 +02:00
2026-06-14 17:05:29 +02:00
2026-03-15 05:24:27 +01:00