Pulse/internal
Pulse Monitor 68801366d3 fix: properly handle alert IDs with special characters in acknowledge/clear endpoints (addresses #380)
Alert IDs like 'pve1:qemu/101-cpu' contain slashes which were breaking the URL path parsing.
Fixed by finding the /acknowledge or /clear suffix and extracting everything before it,
rather than trying to split by slashes.
2025-08-31 16:24:08 +00:00
..
adapters feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
alerts fix: prevent false positive alerts for powered-off VMs (addresses #397) 2025-08-31 08:44:18 +00:00
api fix: properly handle alert IDs with special characters in acknowledge/clear endpoints (addresses #380) 2025-08-31 16:24:08 +00:00
auth fix: comprehensive security improvements and UI fixes 2025-08-16 21:10:24 +00:00
config improve: handle storage timeout errors more gracefully (addresses #389) 2025-08-31 08:40:22 +00:00
crypto fix: address critical security vulnerabilities from audit 2025-08-13 19:46:39 +00:00
discovery feat: improve empty state UI and enhance network discovery 2025-08-19 16:16:18 +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
mock fix: add offline node checks to prevent 595 auth errors (addresses #379) 2025-08-30 12:36:29 +00:00
models feat: enhance backup tab with useful metadata 2025-08-27 07:38:30 +00:00
monitoring fix: improve node connection status tracking (addresses #385) 2025-08-31 15:26:32 +00:00
notifications fix: ntfy webhook now sends plain text instead of JSON 2025-08-31 16:07:42 +00:00
types Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
updates chore: bump version to v4.11.0 2025-08-31 08:49:32 +00:00
utils feat: make security setup fully automatic for systemd 2025-08-12 21:08:00 +00:00
websocket security: comprehensive security improvements 2025-08-25 11:28:55 +00:00