Pulse/internal
Pulse Monitor f524166f9d refactor: remove legacy system.json API token management
- Remove old /api/system/api-token endpoints
- Remove APIToken field from SystemSettings struct
- Remove token handling from system_settings.go
- Clean up config.Load() to not read token from system.json
- Remove unused frontend API token functions
- Remove unused APITokenManager and CurrentAPIToken components

API tokens are now managed exclusively via .env file with the new
/api/security/regenerate-token endpoint. This eliminates confusion
between the two systems and ensures consistency.
2025-08-15 10:04:39 +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 refactor: remove legacy system.json API token management 2025-08-15 10:04:39 +00:00
auth feat: enhance security and improve login UI 2025-08-13 23:07:57 +00:00
config refactor: remove legacy system.json API token management 2025-08-15 10:04:39 +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 chore: add debug logging for notification troubleshooting 2025-08-14 20:46:52 +00:00
notifications chore: add debug logging for notification troubleshooting 2025-08-14 20:46:52 +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: ensure consistent CPU core display for all guests 2025-08-09 15:03:28 +00:00