| 2026-06-07 |
Add server/dist build to repository for zero-dependency prod deploy
Eugene Sukhodolskiy
committed
8 hours ago
|
|---|---|
|
Fix AppController and EventsHandlers to use __DIR__ instead of app()->root_folder() for prod compatibility
Eugene Sukhodolskiy
committed
8 hours ago
|
|
|
Integrate Vue webclient into server: serve SPA from /, remove proxy.php, update auth redirects
Eugene Sukhodolskiy
committed
8 hours ago
|
|
| 2026-06-06 |
Fix UserResolver: use ThinBuilder::insert() return value
...
Eugene Sukhodolskiy
committed
20 hours ago
|
|
|
|
|
Route all auth/login requests through proxy.php for cross-domain SPA
...
Eugene Sukhodolskiy
committed
21 hours ago
|
|
|
Add Bearer token persistence for cross-domain SPA auth
...
Eugene Sukhodolskiy
committed
21 hours ago
|
|
|
Add IP roaming reconciliation for active devices during network scan
...
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Set user-card-compact in drawer footer to full width
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
Close drawer on logout via backdrop click
Eugene Sukhodolskiy
committed
1 day ago
|
|
|
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
|
|
|
Remove border and padding from user-card-compact in drawer footer
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
|
|
|
Improve LoginPage design: centered card with brand, hint and clear auth button
...
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
|
|
|
Update docs: guest is explicit authenticated role, no anonymous access
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
|