| 2026-06-06 |
Fix logout: session_start + destroy cookie + redirect to local /login instead of /auth/login
Eugene Sukhodolskiy
committed
1 day ago
|
|---|---|
|
Make user card avatar/name clickable link to gnexus-auth profile
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Add GnUserCard drawer footer; fix proxy.php cookie forwarding and /auth/ whitelist
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Fix auth session persistence: add credentials:include to fetch and session_start to auth flow
...
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Fix E_WARNING in redirect: add exit after header() to prevent further output
...
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Fix .env resolution: fallback to parent dir if SHServ/.env missing GAUTH_*
...
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Add missing text_msgs aliases and dev proxy for auth endpoints
...
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Phase 4: Vue client auth store, Bearer token injection, router guards, login page
...
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Phase 2: Protect Areas, Scripts, Firmware REST API endpoints with permission checks
...
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Phase 2: Protect DevicesRESTAPIController endpoints with permission checks
...
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Add .env with real gnexus-auth Client credentials for dev
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
|
|
| 2026-06-05 |
Fix text_msg call in remove_device: use FCONF instead of undefined app()-method
Eugene Sukhodolskiy
committed
1 day ago
|
|
Fix ErrorHandler to catch Throwable (not just Exception) and safe null-check in remove_device
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Move scan debug log to sys temp dir as well
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Move scan lock file to sys temp dir to avoid prod permission issues
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Allow deleting offline devices: make /reset best-effort, always remove from DB
Eugene Sukhodolskiy
committed
1 day 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
3 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
|