Pulse/internal
Pulse Monitor 7dbcb5461c fix: addresses #299 - email notifications not working
Fixed two critical issues with email notifications:
1. Test email API now returns errors properly instead of always showing success
2. Added timeouts to SMTP connections to prevent hanging (10s dial, 30s overall)

The root cause of users not receiving emails was that errors were being
silently logged instead of returned to the API, making it appear successful
when it wasn't. SMTP connections could also hang indefinitely on unreachable
servers.

Note: API uses "server" and "port" JSON fields, not "smtpHost"/"smtpPort"
2025-08-12 08:04:04 +00:00
..
adapters feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
alerts Major improvements to security, alerts, and ease of use 2025-08-11 13:59:58 +00:00
api Major improvements to security, alerts, and ease of use 2025-08-11 13:59:58 +00:00
config fix: multiple UI and configuration issues (addresses #295, #296) 2025-08-11 15:29:53 +00:00
crypto improve: Docker persistence fix with better error handling 2025-08-10 22:09:48 +00:00
discovery feat: major improvements to cluster detection, auto-registration, and UI 2025-08-08 21:25:28 +00:00
errors Fix all TypeScript 'any' types and ensure strict typing 2025-07-30 14:08:06 +00:00
interfaces feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
models Remove PBS summary card and fix backup chart timezone 2025-08-08 15:30:28 +00:00
monitoring Major improvements to security, alerts, and ease of use 2025-08-11 13:59:58 +00:00
notifications fix: addresses #299 - email notifications not working 2025-08-12 08:04:04 +00:00
tokens feat: implement secure registration token system with fixes 2025-08-09 11:54:26 +00:00
types Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
updates chore: bump version to v4.2.0 2025-08-11 16:05:09 +00:00
utils fix: ensure consistent CPU core display for all guests 2025-08-09 15:03:28 +00:00
websocket fix: ensure consistent CPU core display for all guests 2025-08-09 15:03:28 +00:00