Pulse/internal
Pulse Monitor 28f9d9db53 feat: add comprehensive security system for API protection
Security Features Added:
- Secure-by-default configuration export/import with ALLOW_UNPROTECTED_EXPORT environment variable
- Rate limiting (5 attempts/minute) to prevent brute force attacks on sensitive endpoints
- Comprehensive audit logging for all export/import attempts with IP tracking
- Frontend Security tab showing API protection status and configuration guidance
- Frontend now shows when export is blocked and disables buttons appropriately
- Strong passphrase requirement (minimum 12 characters) for exports

Technical Implementation:
- New RateLimiter component with automatic cleanup and middleware support
- Security status API endpoint showing protection state
- Enhanced error messaging with specific guidance for homelab vs production use
- Proper authentication flow with API token validation
- Updated documentation reflecting new security model

Breaking Changes:
- Export/import now requires API_TOKEN unless ALLOW_UNPROTECTED_EXPORT=true is set
- Minimum passphrase length increased from none to 12 characters

Additional Improvements:
- Fixed architecture-specific updates for better cross-platform support
- Removed RC label from UI header
- Updated security documentation with clear setup instructions
2025-08-06 21:39:52 +00:00
..
adapters feat: Implement security, type safety, and error handling improvements 2025-07-29 17:53:51 +00:00
alerts fix: Docker container data persistence issue (#249) 2025-08-05 07:01:11 +00:00
api feat: add comprehensive security system for API protection 2025-08-06 21:39:52 +00:00
config feat: add diagnostics endpoint and improve error handling 2025-08-06 15:24:06 +00:00
crypto Improve mobile responsiveness and fix email notifications 2025-08-02 16:02:13 +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 all TypeScript 'any' types and ensure strict typing 2025-07-30 14:08:06 +00:00
monitoring fix: Docker persistence and Windows VM memory reporting 2025-08-06 16:00:22 +00:00
notifications Fix email test validation to allow empty recipients 2025-08-02 18:03:46 +00:00
types Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
updates feat: add comprehensive security system for API protection 2025-08-06 21:39:52 +00:00
utils fix: resolve config path confusion causing read-only errors 2025-08-06 07:09:47 +00:00
websocket Add comprehensive update mechanism with auto-update support 2025-07-30 15:59:06 +00:00