smart-home-server / server / SHServ /
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 9 hours ago
..
Controllers Fix AppController and EventsHandlers to use __DIR__ instead of app()->root_folder() for prod compatibility 9 hours ago
Entities Обновлять last_contact при каждом контакте с устройством 4 days ago
Factory Phase 1: Security Foundation (auth, SQLi, secrets, hashing, tokens, cookies) 5 days ago
Helpers Phase 2: Data integrity & error handling (ErrorHandler, transactions, silent SQL, HTTP statuses, dead stubs) 4 days ago
Implements ControlScripts. Added Common.php 4 months ago
Integrations/ GAuth Fix UserResolver: use ThinBuilder::insert() return value 22 hours ago
Middleware Phase 7: Separate ControlScripts from server core + CLI isolation + manifest 4 days ago
Models Add IP roaming reconciliation for active devices during network scan 1 day ago
Routes Phase 1: Server-side firmware catalog, OTA API endpoints, and DeviceAPI::updateFirmware 3 days ago
Tools Increase scan batch size 8→32 to cut usleep overhead (~54s→37s) 2 days ago
.env.example Phase 4: Device communication resilience (batch scanning, retry, configurable timeouts, non-blocking events, reset check) 4 days ago
App.php Revert ControlScripts back to repo-root automation/ (Phase 7 structure) 2 days ago
DevTools.php Fix framework bugs found during OTA testing 3 days ago
EventsHandlers.php Fix AppController and EventsHandlers to use __DIR__ instead of app()->root_folder() for prod compatibility 9 hours ago
Routes.php Phase 0: gnexus-auth integration infrastructure 1 day ago
Utils.php Fix E_WARNING in redirect: add exit after header() to prevent further output 1 day ago
config.php Fix .env resolution: fallback to parent dir if SHServ/.env missing GAUTH_* 1 day ago
text-msgs.php Add missing text_msgs aliases and dev proxy for auth endpoints 1 day ago