Pulse/internal
Pulse Monitor c15393bccf fix: prevent setup screen showing on rate limit and exclude status checks from auth rate limiting
- Login component now handles 429 rate limit responses correctly
- When rate limited, assume auth is configured and show login form
- /api/security/status endpoint excluded from strict auth rate limiting
- Status checks now use general API rate limit (500/min) instead of auth limit (10/min)
- Fixes issue where rapid logout/login could trigger rate limiting
- Fixes setup screen appearing incorrectly when rate limited
2025-08-17 07:08:42 +00:00
..
adapters feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
alerts fix: add critical node offline alerts 2025-08-14 14:47:35 +00:00
api fix: prevent setup screen showing on rate limit and exclude status checks from auth rate limiting 2025-08-17 07:08:42 +00:00
auth fix: comprehensive security improvements and UI fixes 2025-08-16 21:10:24 +00:00
config fix: comprehensive security improvements and UI fixes 2025-08-16 21:10:24 +00:00
crypto fix: address critical security vulnerabilities from audit 2025-08-13 19:46:39 +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 fix: dashboard now uses actual configured host URLs for node links 2025-08-12 14:28:19 +00:00
monitoring fix: reduce API calls to prevent syslog spam on non-clustered nodes (#322) 2025-08-16 12:48:03 +00:00
notifications fix: webhook custom templates not being used when service field is empty 2025-08-16 21:57:27 +00:00
types Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
updates fix: improve security setup and pending restart detection 2025-08-15 09:35:40 +00:00
utils feat: make security setup fully automatic for systemd 2025-08-12 21:08:00 +00:00
websocket fix: comprehensive security improvements and UI fixes 2025-08-16 21:10:24 +00:00