Bernd Rodler
47b9ab4398
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:40:32 +02:00
..
2026-08-01 11:47:16 +02:00
2026-08-07 12:40:32 +02:00
2026-08-07 12:09:14 +02:00
2026-08-07 12:40:32 +02:00
2026-03-19 16:56:00 +01:00
2026-07-16 22:51:07 +02:00
2026-08-05 17:48:42 +02:00
2026-07-30 22:11:40 +02:00
2026-05-30 16:58:46 +02:00
2026-05-13 14:27:54 +02:00
2026-03-19 18:50:59 +01:00
2026-08-07 09:45:10 +02:00
2026-05-18 12:44:23 +02:00
2026-05-21 23:35:58 +02:00
2026-06-28 16:51:42 +02:00
2026-05-16 22:50:01 +02:00
2026-07-04 14:56:19 +02:00
2026-05-30 15:45:59 +02:00
2026-05-09 17:37:41 +02:00
2026-06-14 14:35:48 +02:00
2026-08-04 13:02:21 +02:00
2026-05-02 13:23:58 +02:00
2026-05-31 18:01:00 +02:00
2026-04-21 17:29:23 +02:00