| 2026-06-05 |
Move scan debug log to sys temp dir as well
Eugene Sukhodolskiy
committed
21 hours ago
|
|---|---|
|
Move scan lock file to sys temp dir to avoid prod permission issues
Eugene Sukhodolskiy
committed
21 hours ago
|
|
|
Allow deleting offline devices: make /reset best-effort, always remove from DB
Eugene Sukhodolskiy
committed
21 hours ago
|
|
|
Increase scan batch size 8→32 to cut usleep overhead (~54s→37s)
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Fix scan speed: use CURLOPT_*_MS for sub-second timeouts (was ~3s per IP on Linux)
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Debug scan locking: add shutdown cleanup + connection_aborted checks + debug log
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Fix abandoned scan overload: flock lock + connection abort detection + client timeout
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Revert ControlScripts back to repo-root automation/ (Phase 7 structure)
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Замена тестовых ControlScripts на продакшн версию из smart-home-server
Eugene Sukhodolskiy
committed
1 day ago
|
|
| 2026-06-04 |
Откат пользовательской авторизации и миграционной системы
...
Eugene Sukhodolskiy
committed
2 days ago
|
|
|
|
|
|
|
|
Phase 1: Server-side firmware catalog, OTA API endpoints, and DeviceAPI::updateFirmware
Eugene Sukhodolskiy
committed
2 days ago
|
|
| 2026-06-03 |
Переписан механизм определения offline: last_contact-based вместо TCP ping + retry для сканера
...
Eugene Sukhodolskiy
committed
3 days ago
|
|
Обновлять last_contact при каждом контакте с устройством
Eugene Sukhodolskiy
committed
3 days ago
|
|
|
Add virtual device emulator (Flask) for relay and button types
...
Eugene Sukhodolskiy
committed
3 days ago
|
|
|
Phase 7: Separate ControlScripts from server core + CLI isolation + manifest
...
Eugene Sukhodolskiy
committed
3 days ago
|
|
|
|
|
|
|
|
|
Fix critical issues: router method enforcement, cron localhost guard, rate limiter file-based, entity update_at optional, device race condition, area remove transaction, control scripts static flush
Eugene Sukhodolskiy
committed
3 days ago
|
|
|
Add high-complexity PHPUnit tests: retry/backoff, auth guard, transactions, happy-paths, script state
...
Eugene Sukhodolskiy
committed
3 days ago
|
|
|
Add medium-complexity PHPUnit tests: Area recursion, controller validation
...
Eugene Sukhodolskiy
committed
3 days ago
|
|
|
Phase 5: Code quality and tech debt (side effects, dedup, dead code, config extraction, log security)
Eugene Sukhodolskiy
committed
3 days ago
|
|
|
Phase 4: Device communication resilience (batch scanning, retry, configurable timeouts, non-blocking events, reset check)
Eugene Sukhodolskiy
committed
3 days ago
|
|
|
Phase 3: API hardening (validation, JSON wrappers, path traversal, rate limiting)
Eugene Sukhodolskiy
committed
3 days ago
|
|
|
Phase 2: Data integrity & error handling (ErrorHandler, transactions, silent SQL, HTTP statuses, dead stubs)
Eugene Sukhodolskiy
committed
3 days ago
|
|
| 2026-06-02 |
Phase 1: Security Foundation (auth, SQLi, secrets, hashing, tokens, cookies)
Eugene Sukhodolskiy
committed
4 days ago
|
| 2026-06-01 |
Add area_id and update_at to device detail API response
...
Eugene Sukhodolskiy
committed
4 days ago
|
|
|
|
|
|