mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-16 11:19:11 +00:00
- Added required field validation for name, type, and host in node configuration - Added duplicate node prevention by name (returns 409 Conflict) - Added IP address format validation to reject invalid IPs - Added port range validation (1-65535) - Added validation for negative polling intervals in system settings - Added HEAD request support for health and version endpoints - Reduced node addition timeout from 10s to 3s to prevent UI hanging These validation improvements were discovered through comprehensive testing and prevent invalid data from being accepted by the API. |
||
|---|---|---|
| .. | ||
| alerts.go | ||
| auth.go | ||
| config_handlers.go | ||
| csrf_store.go | ||
| diagnostics.go | ||
| frontend_embed.go | ||
| guest_metadata.go | ||
| middleware.go | ||
| notifications.go | ||
| rate_limit_config.go | ||
| ratelimit.go | ||
| recovery_tokens.go | ||
| router.go | ||
| security.go | ||
| security_setup_fix.go | ||
| session_store.go | ||
| settings.go | ||
| system_settings.go | ||
| types.go | ||
| updates.go | ||