jason.woltje
2b7d340264
fix(ci): use node:24-slim (glibc) instead of Alpine (musl)
...
Native modules like @matrix-org/matrix-sdk-crypto-nodejs detect the
libc type at install time and download the appropriate binary.
Previously, CI used node:24-alpine (musl), so native modules downloaded
musl binaries. But production runs on Debian (glibc), causing runtime
crashes when the glibc binary is expected but not found.
This fix:
- Changes CI to node:24-slim (Debian/glibc)
- Adds python3/make/g++ for native module compilation
Fixes: matrix-sdk-crypto-nodejs-linux-x64-gnu MODULE_NOT_FOUND
2026-03-01 19:40:09 -06:00
jason.woltje
51d46b2e4a
fix(ci): copy .npmrc before pnpm install in all Dockerfiles ( #654 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-02 01:09:22 +00:00
jason.woltje
6582785ddd
fix: matrix native binary + Dockerfile audit ( #653 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-02 00:19:41 +00:00
jason.woltje
ae0bebe2e0
ci: enable Kaniko layer caching ( #652 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-02 00:08:15 +00:00
jason.woltje
173b429c62
fix(ci): Kaniko for base image build ( #651 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 23:41:46 +00:00
jason.woltje
7d505e75f8
feat: custom node base image ( #649 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 23:39:41 +00:00
jason.woltje
cd1c52c506
ci: pnpm store cache ( #648 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 23:26:51 +00:00
jason.woltje
a00f1e1fd7
fix(api): activity interceptor tests ( #647 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 23:15:16 +00:00
jason.woltje
9305cacd4a
fix(web): kanban add-task tests ( #645 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 23:03:21 +00:00
jason.woltje
0d5aa5c3ae
feat: wire chat to backend ( #644 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 22:54:48 +00:00
jason.woltje
eb34eb8104
feat: compact usage widget in header ( #643 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 22:53:31 +00:00
jason.woltje
5165a30fad
feat: compact usage widget in header ( #642 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 22:51:50 +00:00
jason.woltje
6eb91c9eba
fix(api): security hardening — helmet + auth rate limiting ( #641 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 22:43:10 +00:00
jason.woltje
e7da4ca25e
fix: attach domain to project ( #640 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 22:33:49 +00:00
jason.woltje
e1e265804a
feat: inline add-task in Kanban ( #638 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 22:33:07 +00:00
jason.woltje
d361d00674
fix: Logs page — activity_logs, optional workspaceId, autoRefresh on ( #637 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 22:10:16 +00:00
jason.woltje
78ff8f8e70
fix: GET workspace members endpoint ( #635 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 21:53:51 +00:00
jason.woltje
2463b7b8ba
test(glm47): workspace stats endpoint ( #633 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 21:46:48 +00:00
jason.woltje
5b235a668f
fix(web): CI lint failures from PR #632 ( #634 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 21:41:29 +00:00
jason.woltje
c5ab179071
fix: tag creation in File Manager ( #632 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 21:29:33 +00:00
jason.woltje
b4f4de6f7a
fix(api): remove noisy CSRF guard debug log ( #631 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 21:13:00 +00:00
jason.woltje
2b6bed2480
fix(api): value imports for DTO classes in controllers ( #630 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 20:55:07 +00:00
jason.woltje
eba33fc93d
fix: add SYSTEM_ADMIN_IDS env var ( #629 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 20:28:40 +00:00
jason.woltje
c23c33b0c5
fix(api): use TRUSTED_ORIGINS for socket.io gateway CORS ( #628 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 20:13:13 +00:00
jason.woltje
c5253e9d62
feat(web): add project detail page ( #627 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 20:09:52 +00:00
jason.woltje
e898551814
fix(web): correct Add Provider form to match fleet-settings DTO ( #626 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 20:00:50 +00:00
jason.woltje
3607554902
fix(api): MS22 Phase 1 post-coding audit ( #625 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 19:53:49 +00:00
jason.woltje
a25a77a43c
fix(api): widget throttling and orchestrator endpoints ( #624 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 19:22:20 +00:00
jason.woltje
861eff4686
fix(web): correct Add Provider form DTO field mapping ( #623 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 19:19:04 +00:00
jason.woltje
99a4567e32
fix(api): skip CSRF for Bearer-authenticated API clients ( #622 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 19:06:14 +00:00
jason.woltje
559c6b3831
fix(api): add AuthModule to FleetSettingsModule and ChatProxyModule ( #621 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 18:06:49 +00:00
jason.woltje
631e5010b5
fix(api): add ConfigModule to ContainerLifecycleModule imports ( #620 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 17:52:10 +00:00
jason.woltje
09e377ecd7
fix(deploy): add MOSAIC_SECRET_KEY + docker socket to api service (MS22) ( #619 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 17:42:29 +00:00
jason.woltje
deafcdc84b
chore(orchestrator): MS22 Phase 1 complete — all 11 tasks done ( #618 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 16:33:05 +00:00
jason.woltje
66d401461c
feat(web): fleet settings UI (MS22-P1h) ( #617 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 16:22:22 +00:00
jason.woltje
01ae164b61
feat(web): onboarding wizard (MS22-P1f) ( #616 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 16:07:22 +00:00
jason.woltje
029c190c05
feat(api): chat proxy (MS22-P1i) ( #615 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 15:59:00 +00:00
jason.woltje
477d0c8fdf
feat(api): idle container reaper (MS22-P1k) ( #614 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 15:50:34 +00:00
jason.woltje
03af39def9
feat(docker): core compose + entrypoint (MS22-P1j) ( #613 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 15:50:33 +00:00
jason.woltje
dc7e0c805c
feat(api): onboarding API (MS22-P1e) ( #612 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 15:43:43 +00:00
jason.woltje
2b010fadda
feat(api): fleet settings API (MS22-P1g) ( #611 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 15:37:04 +00:00
jason.woltje
c25e753f35
feat(api): ContainerLifecycleService (MS22-P1d) ( #610 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 15:24:42 +00:00
jason.woltje
d3c8b8cadd
feat(api): internal agent config endpoint (MS22-P1c) ( #609 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 15:14:06 +00:00
jason.woltje
a3a0d7afca
chore(orchestrator): add MS22 PRD, mark P1a+P1b done ( #608 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 15:05:35 +00:00
jason.woltje
ab2b68c93c
Merge pull request 'feat(api): agent fleet DB schema + migration (MS22-P1a)' ( #607 ) from feat/ms22-p1a-schema into main
...
Reviewed-on: http://git.mosaicstack.dev/mosaic/stack/pulls/607
2026-03-01 15:03:23 +00:00
jason.woltje
c1ec0ad7ef
Merge pull request 'feat(api): CryptoService for API key encryption (MS22-P1b)' ( #606 ) from feat/ms22-p1b-crypto into main
...
Reviewed-on: http://git.mosaicstack.dev/mosaic/stack/pulls/606
2026-03-01 15:02:50 +00:00
jason.woltje
e5b772f7cb
Merge pull request 'chore(orchestrator): MS22 Phase 1 task breakdown' ( #605 ) from chore/ms22-p1-tasks into main
...
Reviewed-on: http://git.mosaicstack.dev/mosaic/stack/pulls/605
2026-03-01 15:02:27 +00:00
jason.woltje
7a46c81897
feat(api): add agent fleet Prisma schema (MS22-P1a)
2026-03-01 08:42:10 -06:00
jason.woltje
3688f89c37
feat(api): add CryptoService for secret encryption (MS22-P1b)
2026-03-01 08:41:28 -06:00
jason.woltje
e59e517d5c
feat(api): add CryptoService for secret encryption (MS22-P1b)
2026-03-01 08:40:40 -06:00
jason.woltje
fab833a710
chore(orchestrator): add MS22 Phase 1 task breakdown (11 tasks)
2026-03-01 08:36:19 -06:00
jason.woltje
4294deda49
docs(design): MS22 DB-centric agent fleet architecture ( #604 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 14:35:14 +00:00
jason.woltje
2fe858d61a
chore(orchestrator): MS21 complete — UI-001-QA and TEST-004 done ( #602 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 14:16:11 +00:00
jason.woltje
512a29a240
fix(web): QA fixes on users settings page (MS21-UI-001-QA) ( #599 )
...
fix(web): QA fixes on users settings page (MS21-UI-001-QA)
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 13:52:15 +00:00
jason.woltje
8ea3c3ee67
Merge pull request 'chore(orchestrator): sync TASKS.md — mark MS21 completed tasks as done' ( #597 ) from chore/ms21-tasks-sync into main
...
Reviewed-on: http://git.mosaicstack.dev/mosaic/stack/pulls/597
2026-03-01 13:41:45 +00:00
jason.woltje
c4a6be5b6b
Merge pull request 'chore(orchestrator): mark MS22 Phase 0 complete' ( #596 ) from chore/ms22-phase0-complete into main
...
Reviewed-on: http://git.mosaicstack.dev/mosaic/stack/pulls/596
2026-03-01 13:41:29 +00:00
jason.woltje
f4c1c9d816
chore(orchestrator): sync TASKS.md — mark UI-002,004,005,RBAC-001,002 done; UI-001-QA+TEST-004 in-progress
2026-03-01 07:38:51 -06:00
jason.woltje
ac67697fe4
chore(orchestrator): mark MS22 Phase 0 complete — all tasks done
2026-02-28 22:55:18 -06:00
jason.woltje
6521f655a8
feat(web): add teams page and RBAC navigation/route gating (MS21-UI-005, RBAC-001, RBAC-002) ( #595 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 04:54:25 +00:00
jason.woltje
0e74b03d9c
test(api): integration tests for MS22 knowledge layer modules (MS22-TEST-001) ( #594 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 04:54:23 +00:00
jason.woltje
a925f91062
feat: add OpenClaw session log ingestion script (MS22-INGEST-001) ( #593 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 03:54:36 +00:00
jason.woltje
7106512fa9
feat(web): add user edit/invite dialogs and workspace member management (MS21-UI-002, MS21-UI-004) ( #592 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 03:54:32 +00:00
jason.woltje
1df20f0e13
feat(api): add assigned_agent to Task model (MS22-DB-003, MS22-API-003) ( #591 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 03:54:28 +00:00
jason.woltje
8dab20c022
chore(orchestrator): add MS22 Phase 0 tasks to TASKS.md ( #590 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 03:14:55 +00:00
jason.woltje
7073057e8d
fix: bump openbao 2.5.0→2.5.1 (CVE-2026-24051 otel/sdk PATH hijack) ( #589 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 03:14:49 +00:00
jason.woltje
5e7346adc7
ci: unify pipelines — single install, ~50% faster CI ( #588 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 02:32:54 +00:00
jason.woltje
d07a840f25
feat(api): add conversation archive with vector search (MS22-DB-004, MS22-API-004) ( #587 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 02:20:56 +00:00
jason.woltje
4b2e48af9c
feat(api): add agent memory module (MS22-DB-002, MS22-API-002) ( #586 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 02:20:15 +00:00
jason.woltje
7b390d8be2
feat(api): add findings module with vector search (MS22-DB-001, MS22-API-001) ( #585 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-01 02:10:02 +00:00
jason.woltje
e8502577b8
chore: update TASKS.md — phase 5 complete, VER-001 in-progress ( #583 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 23:45:35 +00:00
jason.woltje
af68f84dcd
feat(api): invalidate sessions on user deactivation (MS21-AUTH-004) ( #582 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 23:41:11 +00:00
jason.woltje
b57f549d39
test(web): add API client tests for admin, workspaces, teams (MS21-TEST-004) ( #581 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 23:26:36 +00:00
jason.woltje
2c8d0a8daf
feat(web): RBAC access guard on users settings page (MS21-RBAC-002/003/004) ( #580 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 23:24:20 +00:00
jason.woltje
c939a541a7
feat(web): gate settings nav by workspace role (MS21-RBAC-001) ( #579 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 23:06:23 +00:00
jason.woltje
895ea7fd14
feat(web): add user edit dialog to admin users page (MS21-UI-002) ( #578 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 22:57:26 +00:00
jason.woltje
e93e7ffaa9
feat(web): wire workspace member management UI (MS21-UI-004) ( #577 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 22:12:05 +00:00
jason.woltje
307639eca0
feat(web): add teams settings page (MS21-UI-005) ( #576 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 22:12:04 +00:00
jason.woltje
31814f181a
chore(orchestrator): mark UI-001 UI-003 done, add UI-001-QA ( #575 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 20:51:48 +00:00
jason.woltje
5cd6b8622d
feat(web): add admin users settings page (MS21-UI-001) ( #573 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 20:50:11 +00:00
jason.woltje
20c9e68e1b
feat(web): wire workspaces settings page to real API (MS21-UI-003) ( #574 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 20:48:24 +00:00
jason.woltje
127bf61fe2
chore(orchestrator): Fix TASKS.md schema + correct TEST-003/MIG-004 status ( #572 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 20:16:31 +00:00
jason.woltje
f99107fbfc
feat(api): add admin bulk import endpoints (MS21-MIG-004) ( #567 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 19:55:01 +00:00
jason.woltje
5b782bafc9
test(scripts): add migrate-brain unit tests (MS21-TEST-003) ( #566 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 19:54:55 +00:00
jason.woltje
85d3f930f3
chore: update TASKS.md — phases 1-3 complete, CI confirmed green ( #565 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 18:39:14 +00:00
jason.woltje
0e6734bdae
feat(api): add team management module with CRUD endpoints ( #564 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 18:24:09 +00:00
jason.woltje
5bcaaeddd9
fix(api): increase flaky test timeouts for CI ( #562 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 18:20:39 +00:00
jason.woltje
676a2a288b
Merge pull request 'ci: enable turborepo remote cache for all Node.js pipelines' ( #527 ) from ci/turbo-remote-cache into main
...
Reviewed-on: http://git.mosaicstack.dev/mosaic/stack/pulls/527
2026-02-28 18:07:05 +00:00
jason.woltje
ac16d6ed88
feat(api): add break-glass local authentication module ( #559 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 18:05:19 +00:00
jason.woltje
8388d49786
feat(api): add workspace member management endpoints ( #556 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 18:01:05 +00:00
jason.woltje
20f914ea85
feat(api): add AdminModule with user and workspace management endpoints ( #555 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 17:56:54 +00:00
jason.woltje
1b84741f1a
feat(scripts): add jarvis-brain data migration script ( #554 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 17:47:07 +00:00
jason.woltje
ffc10c9a45
feat(api): add MS21 user fields for admin, local auth, and invitations ( #553 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 17:47:03 +00:00
jason.woltje
62d9ac0e5a
Merge branch 'main' into ci/turbo-remote-cache
2026-02-28 17:42:26 +00:00
jason.woltje
8098504fb8
chore: bootstrap MS21 Multi-Tenant RBAC Data Migration mission ( #552 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 17:12:22 +00:00
jason.woltje
128431ba58
fix(api,web): separate workspace context from auth session ( #551 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-28 15:14:29 +00:00
jason.woltje
d2c51eda91
docs: close MS20 Site Stabilization mission ( #550 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-27 12:25:24 +00:00
jason.woltje
78b643a945
fix(api): use getTrustedOrigins() for WebSocket CORS ( #549 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-27 12:07:51 +00:00
jason.woltje
f93503ebcf
fix(web): update useWebSocket test for withCredentials ( #548 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-27 11:47:44 +00:00
jason.woltje
c0e679ab7c
fix(web,api): fix WebSocket authentication for chat real-time connection ( #547 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-02-27 11:30:44 +00:00
jason.woltje
6ac63fe755
Merge pull request 'feat(web): implement credential management UI' ( #545 ) from feat/credential-management-ui into main
2026-02-27 11:14:08 +00:00