iris
9293fe3ac9
dashboard: matrix-accounts page — provision/login per-agent external matrix accounts
...
New standalone H0M3 page (/matrix-accounts.html) and tile. An agent
picker drives a list of that agent's configured matrix accounts (name,
homeserver, token-stored status) and a provision form that logs in by
password or stores an existing token.
Frontend half of the per-agent external matrix-account provisioning
work. Built against the v1 backend contract:
GET /matrix-accounts?agent=<name>
-> { accounts: [ { name, homeserver, token_present } ] }
POST /matrix-account-login (x-www-form-urlencoded, operator-auth)
fields: agent, account, homeserver, mode=password|token,
user_id?, password?, token?
-> 2xx { ok, user_id } | 4xx { error }
The token is never echoed back; secret inputs are cleared on submit.
Token-status dot reflects token-stored, not live session (a true
up/down indicator needs the daemon account registry, a follow-up). The
form carries an experimental notice pending per-account failure
isolation on the matrix daemon.
Blocked from merge on the backend endpoints and the daemon
failure-isolation fix; opening for review + to pin the UI/backend wire
contract.
2026-06-16 10:22:53 +02:00
..
call.js
dashboard: dedent call.js moved blocks to module top level
2026-06-16 10:22:53 +02:00
colors.css
refactor(frontend): base16 theme contract in a swappable colors.css
2026-06-08 21:24:07 +02:00
common.css
fix(frontend): stack the warning banner + tab bar in one sticky wrapper ( #1587 )
2026-06-10 01:05:55 +02:00
common.js
fix(dashboard): wire data-async form submit handler on the C0R3 page
2026-06-10 22:17:40 +02:00
core.css
refactor(dashboard): move SYST3M section CSS into shared system-sections.css
2026-06-15 09:54:55 +02:00
core.html
feat(dashboard): add standalone C0R3 page (system tab → its own page)
2026-06-10 19:51:06 +02:00
core.js
fix(dashboard): wire data-async form submit handler on the C0R3 page
2026-06-10 22:17:40 +02:00
dashboard.css
refactor(dashboard): move SYST3M section CSS into shared system-sections.css
2026-06-15 09:54:55 +02:00
dashboard.html
feat(dashboard): remove the SYST3M tab now that C0R3 owns it
2026-06-10 19:51:06 +02:00
flow.css
chore(frontend): scrub pre-existing issue-tag refs from source comments
2026-06-09 00:24:49 +02:00
flow.html
refactor(frontend): extract the page-chrome into @hive/shared ( #1464 step 3)
2026-06-09 09:13:35 +02:00
flow.js
chore(frontend): scrub pre-existing issue-tag refs from source comments
2026-06-09 00:24:49 +02:00
home.css
feat(frontend): add icons to the H0M3 link cards ( #1582 )
2026-06-09 15:03:01 +02:00
home.js
feat(frontend): add forge link tile to H0M3 hub
2026-06-10 13:22:24 +02:00
index.html
dashboard: matrix-accounts page — provision/login per-agent external matrix accounts
2026-06-16 10:22:53 +02:00
logs.css
feat(dashboard): AUD1T — privileged-actions audit trail as a LOGS sub-tab
2026-06-13 15:31:50 +02:00
logs.html
feat(dashboard): AUD1T — privileged-actions audit trail as a LOGS sub-tab
2026-06-13 15:31:50 +02:00
logs.js
feat(dashboard): live-append the LOGS AUDIT tab via audit_entry_added
2026-06-14 20:23:54 +02:00
matrix-accounts.css
dashboard: matrix-accounts page — provision/login per-agent external matrix accounts
2026-06-16 10:22:53 +02:00
matrix-accounts.html
dashboard: matrix-accounts page — provision/login per-agent external matrix accounts
2026-06-16 10:22:53 +02:00
matrix-accounts.js
dashboard: matrix-accounts page — provision/login per-agent external matrix accounts
2026-06-16 10:22:53 +02:00
permissions.js
fix( #1661 ): show default-perms agents with effective values in perms tab
2026-06-14 21:20:03 +02:00
schedules.js
fix(frontend): flag gone-agent columns in the schedules table ( #1586 )
2026-06-10 00:59:07 +02:00
settings.css
refactor(frontend): extract the page-chrome into @hive/shared ( #1464 step 3)
2026-06-09 09:13:35 +02:00
settings.html
refactor(frontend): extract the page-chrome into @hive/shared ( #1464 step 3)
2026-06-09 09:13:35 +02:00
settings.js
refactor(frontend): move S3TT1NGS to its own /settings.html page ( #1464 step 2)
2026-06-08 23:44:22 +02:00
state.js
dashboard: extract operator-inbox + approvals into call.js ( #1451 )
2026-06-16 10:22:53 +02:00
stats.css
refactor(frontend): extract the page-chrome into @hive/shared ( #1464 step 3)
2026-06-09 09:13:35 +02:00
stats.html
refactor(frontend): extract the page-chrome into @hive/shared ( #1464 step 3)
2026-06-09 09:13:35 +02:00
stats.js
refactor(frontend): move ST4TS to its own /stats.html page ( #1464 step 2)
2026-06-09 00:11:43 +02:00
stream-worker.js
chore: scrub #NNN issue references from code comments and nix descriptions
2026-06-01 13:30:52 +02:00
system-sections.css
refactor(dashboard): move SYST3M section CSS into shared system-sections.css
2026-06-15 09:54:55 +02:00
tabs.js
dashboard: extract questions domain into call.js — Y3R C4LL split complete
2026-06-16 10:22:53 +02:00
theme.css
refactor(frontend): base16 theme contract in a swappable colors.css
2026-06-08 21:24:07 +02:00
util.js
refactor(frontend): extract shared render/format helpers into util.js ( #1451 )
2026-06-09 14:52:01 +02:00