10 Commits

Author SHA1 Message Date
peji b5fd0ef1c3 Revert "Release APT v1.2.6 updater smoke test"
APT build checks / build-checks (push) Successful in 37s
This reverts commit a4faf09b3e.
2026-08-23 15:03:49 +00:00
peji a4faf09b3e Release APT v1.2.6 updater smoke test
APT build checks / build-checks (push) Successful in 36s
2026-08-23 13:32:26 +00:00
peji ace4568f81 feat: release passwordless hierarchical APT v1.2.5
APT build checks / build-checks (push) Successful in 37s
APT build checks / build-checks (pull_request) Successful in 37s
2026-08-22 16:20:12 +00:00
peji c08d2ad381 chore: version APT hierarchy test build 1.2.0
APT build checks / build-checks (push) Successful in 45s
APT build checks / build-checks (pull_request) Successful in 39s
2026-08-20 02:07:38 +00:00
peji cf75ea9bc2 fix: close APT adversarial runtime gaps 2026-08-19 21:59:19 +00:00
peji 2f492b662d fix: integrate hardened APT security boundary 2026-08-19 21:36:24 +00:00
peji b6df6f1a66 feat: add paired Chrome bridge authentication 2026-08-19 21:24:19 +00:00
peji a80074ac57 Add VA token copy button to extension 2026-07-05 01:11:18 +00:00
peji 632d5c749a Update Chrome extension icons with Avigilon Alta logo
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 21:57:17 -05:00
peji 67437a0c46 Add Chrome extension cookie bridge for session import
Users logged into Alta in Chrome can now send their session cookie
to the running Electron app via a local HTTP server on port 18247,
eliminating the need for re-authentication.

- main.js: HTTP cookie server with CORS, token, domain validation
- preload.js: onExtensionCookie push-pattern IPC bridge
- renderer.js: handleExtensionCookie sets session, fetches devices
- chrome-extension/: Manifest V3 extension with popup UI
- CLAUDE.md: updated architecture docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 20:58:54 -05:00