Peter Steinberger
f886ab181e
fix(ui): align session owner filtering terminology ( #125645 )
...
* fix(ui): align session owner filtering terminology
Owner filters now use owner terminology consistently across the Gateway, Control UI, and generated native protocol clients. The old terms were prerelease-only, so no migration or compatibility aliases are needed.
* fix(gateway): preserve creator provenance filtering
Keep creatorId scoped to immutable createdActor provenance while ownerId queries the current projected assignable owner. This preserves independent creator and responsibility filtering after reassignment.
* test(ui): wait for remembered draft before reload
CI exposed an IndexedDB draft-persistence race: the test reloaded before the write completed and then re-filled the message while restoration arrived. Wait on the canonical durable-draft helper before reload so the reload cannot race the write.
* fix(ui): keep session menus clear of hovercards
Horizontal sidebar previews were positioned from the inner link rect instead of the complete session row, allowing the hovercard to overlap trailing actions.
Anchor preview placement to the full row while preserving the link trigger and ownership flow so the session menu remains clickable.
* perf(ui): keep hovercard fix within startup budget
Use the sidebar direct-row invariant to anchor the hovercard outside trailing actions without a selector lookup. This preserves the fix without increasing the startup budget.
* fix(qa): preserve Matrix CLI timeout precedence
Keep the primary timeout operator-visible when descendant settlement also reports secondary cleanup trouble. Preserve the complete AggregateError as the public wrapper cause so settlement evidence remains inspectable.
* test(ui): isolate Markdown table clipboard boundary
With isolate:false, the shared module registry can retain clipboard imports before this test installs its module mock, leaving the spy disconnected from the production call.
Stub navigator.clipboard.writeText instead so the test exercises the real copyToClipboard boundary regardless of module load order, then restore the original descriptor.
2026-08-18 03:07:21 -07:00
..
2026-07-12 18:57:49 +02:00
2026-08-12 20:49:54 -07:00
2026-08-16 04:25:03 -07:00
2026-08-17 00:42:23 -07:00
2026-07-29 05:16:42 -04:00
2026-08-17 21:19:24 -07:00
2026-07-19 11:04:48 -07:00
2026-08-14 13:29:21 -07:00
2026-08-12 20:49:54 -07:00
2026-08-17 22:49:19 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-10 10:42:36 +01:00
2026-08-17 20:26:20 -07:00
2026-08-11 23:26:37 -07:00
2026-08-18 02:03:37 -07:00
2026-07-12 09:01:33 +01:00
2026-08-07 11:47:07 -07:00
2026-08-16 23:31:27 -07:00
2026-08-13 19:39:32 -07:00
2026-08-04 23:11:12 +08:00
2026-08-16 11:44:52 -07:00
2026-08-16 23:36:57 -07:00
2026-08-10 12:58:30 -07:00
2026-08-13 19:39:32 -07:00
2026-07-10 10:42:36 +01:00
2026-08-13 14:53:17 -07:00
2026-08-10 16:06:39 -07:00
2026-07-19 00:10:32 +01:00
2026-08-11 23:26:37 -07:00
2026-08-17 19:08:22 -07:00
2026-08-17 16:54:21 -07:00
2026-08-14 07:16:58 -07:00
2026-08-16 11:44:52 -07:00
2026-08-15 06:18:23 -07:00
2026-08-15 06:18:23 -07:00
2026-07-25 19:27:17 +08:00
2026-07-13 22:12:21 -07:00
2026-08-11 23:26:37 -07:00
2026-08-17 19:08:22 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 08:21:17 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 08:21:17 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 21:09:17 -07:00
2026-08-18 00:58:19 -07:00
2026-08-16 23:19:30 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 03:45:36 -07:00
2026-08-17 16:46:06 -07:00
2026-08-11 17:14:53 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 17:17:49 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 19:51:29 -07:00
2026-08-15 19:23:05 -07:00
2026-08-15 06:18:23 -07:00
2026-08-01 05:32:37 -07:00
2026-08-16 19:34:57 -07:00
2026-08-15 12:10:43 -07:00
2026-08-09 07:21:35 -07:00
2026-08-10 13:48:32 +05:30
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 22:22:46 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-10 07:57:56 -07:00
2026-08-10 07:57:56 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-08 22:53:16 -07:00
2026-08-12 01:39:40 +08:00
2026-08-17 00:42:23 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 17:17:49 -07:00
2026-08-13 00:40:32 -07:00
2026-08-11 17:14:53 -07:00
2026-08-14 03:03:15 -07:00
2026-08-12 08:35:35 -07:00
2026-08-11 00:02:18 -07:00
2026-08-16 00:41:42 -07:00
2026-08-15 05:37:04 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 16:24:46 -07:00
2026-08-10 06:47:43 -07:00
2026-08-17 16:46:06 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-15 05:37:04 -07:00
2026-07-18 19:58:37 -07:00
2026-07-18 12:25:40 +01:00
2026-08-09 22:22:46 -07:00
2026-08-09 07:21:35 -07:00
2026-07-16 13:55:23 -07:00
2026-07-19 11:04:48 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 15:10:27 -07:00
2026-08-12 07:58:43 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 20:45:07 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-14 03:03:15 -07:00
2026-08-12 09:25:28 -07:00
2026-08-09 07:21:35 -07:00
2026-08-12 12:41:27 -07:00
2026-08-09 07:21:35 -07:00
2026-08-12 08:35:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-14 19:44:29 -07:00
2026-08-17 09:44:04 -07:00
2026-08-10 16:43:27 -07:00
2026-08-12 09:25:28 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 23:31:27 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 15:10:27 -07:00
2026-08-10 16:06:39 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-10 11:54:08 +01:00
2026-08-09 07:21:35 -07:00
2026-07-13 22:43:26 -07:00
2026-08-09 08:48:48 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 20:58:27 -07:00
2026-08-13 17:16:55 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 00:40:32 -07:00
2026-08-17 17:17:49 -07:00
2026-08-15 19:23:05 -07:00
2026-07-06 04:20:58 -07:00
2026-07-15 13:06:24 -07:00
2026-08-16 20:58:27 -07:00
2026-08-11 22:26:39 -07:00
2026-07-12 07:44:25 +08:00
2026-07-27 17:37:02 -04:00
2026-08-11 23:26:37 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 17:03:04 -07:00
2026-08-12 20:50:56 -07:00
2026-07-15 13:22:31 -07:00
2026-07-07 16:13:55 -07:00
2026-08-13 11:32:56 -07:00
2026-08-16 23:31:27 -07:00
2026-08-12 20:11:13 -07:00
2026-07-27 16:15:54 -04:00
2026-08-09 09:05:30 -07:00
2026-08-18 03:07:21 -07:00
2026-07-13 11:49:42 -07:00
2026-07-13 16:15:50 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 08:21:17 -07:00
2026-08-09 07:21:35 -07:00
2026-07-25 22:46:10 +08:00
2026-08-16 08:14:56 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 11:56:02 -07:00
2026-07-13 22:09:36 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-10 12:58:30 -07:00
2026-08-11 00:02:18 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 11:44:52 -07:00
2026-08-13 19:20:05 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 00:02:18 -07:00
2026-08-09 07:21:35 -07:00
2026-08-12 20:50:56 -07:00
2026-08-01 07:01:43 -07:00
2026-08-01 07:01:43 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 10:22:01 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 23:26:37 -07:00
2026-08-10 15:44:54 -07:00
2026-08-16 20:58:27 -07:00
2026-07-18 18:15:17 +01:00
2026-08-09 07:21:35 -07:00
2026-08-17 16:54:21 -07:00
2026-08-09 07:21:35 -07:00
2026-07-07 11:55:57 -07:00
2026-08-11 23:26:37 -07:00
2026-07-19 00:52:37 -07:00
2026-08-13 03:45:36 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 17:14:53 -07:00
2026-08-15 22:43:47 -07:00
2026-08-11 10:22:01 -07:00
2026-07-11 14:50:37 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 02:40:07 -07:00
2026-07-16 01:44:30 -07:00
2026-07-21 20:14:58 -07:00
2026-07-23 16:17:13 +00:00
2026-08-17 02:40:07 -07:00
2026-08-17 02:40:07 -07:00
2026-07-23 16:24:15 -05:00
2026-07-23 18:18:32 -05:00
2026-07-23 18:18:32 -05:00
2026-07-23 18:18:32 -05:00
2026-07-23 18:18:32 -05:00
2026-07-23 16:24:15 -05:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-23 18:18:32 -05:00
2026-07-01 22:05:26 -05:00
2026-07-23 18:42:16 -05:00
2026-07-22 22:56:22 -05:00
2026-07-23 18:42:16 -05:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-23 16:24:15 -05:00
2026-08-09 07:21:35 -07:00
2026-07-10 11:54:08 +01:00
2026-08-09 07:21:35 -07:00
2026-07-20 19:42:56 -07:00
2026-07-13 07:57:23 -07:00
2026-08-17 21:40:38 -07:00
2026-08-09 16:01:14 +08:00
2026-07-25 21:19:28 -07:00
2026-08-10 14:45:05 -07:00
2026-08-09 07:21:35 -07:00
2026-07-30 02:47:59 -07:00
2026-07-07 16:13:55 -07:00
2026-08-13 19:39:32 -07:00
2026-07-18 07:15:41 +01:00
2026-08-14 05:39:24 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-15 01:05:54 -07:00
2026-08-12 09:25:28 -07:00
2026-08-08 21:45:16 +08:00
2026-07-23 10:03:11 +09:00
2026-08-16 11:44:52 -07:00
2026-08-09 07:21:35 -07:00
2026-07-04 08:22:39 -07:00
2026-08-13 16:58:20 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 23:26:37 -07:00
2026-08-09 16:44:25 -07:00
2026-08-12 09:25:28 -07:00
2026-08-11 23:26:37 -07:00
2026-08-15 22:03:48 -07:00
2026-07-11 12:48:27 +08:00
2026-08-01 07:01:43 -07:00
2026-08-17 17:03:04 -07:00
2026-07-30 08:58:34 +08:00
2026-08-09 16:44:25 -07:00
2026-08-09 16:44:25 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 14:30:27 +08:00
2026-08-11 10:22:01 -07:00
2026-08-04 23:11:12 +08:00
2026-08-11 22:44:21 +08:00
2026-08-12 09:25:28 -07:00
2026-07-10 13:33:20 -07:00
2026-07-04 15:13:31 -06:00
2026-07-07 11:55:57 -07:00
2026-08-10 16:16:33 -07:00
2026-07-07 11:55:57 -07:00
2026-07-07 11:55:57 -07:00
2026-08-09 07:21:35 -07:00
2026-08-02 10:27:44 +08:00
2026-08-09 07:21:35 -07:00
2026-08-13 03:45:36 -07:00
2026-08-13 03:45:36 -07:00
2026-08-17 23:31:12 -07:00
2026-08-09 07:21:35 -07:00
2026-07-25 13:17:58 -07:00
2026-08-17 19:26:51 -07:00
2026-08-17 00:42:23 -07:00
2026-07-12 10:17:00 +01:00
2026-08-17 19:08:22 -07:00
2026-08-10 10:14:24 +08:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 20:58:27 -07:00
2026-08-17 18:42:19 -07:00
2026-08-12 00:21:23 -07:00
2026-08-17 00:23:13 -07:00
2026-07-27 21:08:20 -04:00
2026-08-09 07:21:35 -07:00
2026-08-18 11:14:48 +05:30
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-12 10:17:00 +01:00
2026-08-12 09:25:28 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 08:25:04 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 03:45:36 -07:00
2026-08-13 18:57:50 -05:00
2026-08-15 12:41:03 -07:00
2026-07-30 08:58:34 +08:00
2026-08-13 17:26:31 +08:00
2026-08-13 03:45:36 -07:00
2026-08-06 21:54:26 +08:00
2026-07-10 11:32:24 -07:00
2026-08-12 18:03:15 +08:00
2026-07-29 13:23:35 +08:00
2026-07-23 10:03:11 +09:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-12 09:25:28 -07:00
2026-08-15 15:38:57 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 19:08:22 -07:00
2026-08-09 07:21:35 -07:00
2026-08-13 22:03:47 -07:00
2026-08-09 07:21:35 -07:00
2026-08-15 02:13:37 -07:00
2026-08-16 09:43:12 -07:00
2026-08-16 20:58:27 -07:00
2026-08-10 18:52:00 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-12 08:16:19 -07:00
2026-08-16 20:58:27 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 20:58:27 -07:00
2026-08-16 20:58:27 -07:00
2026-08-14 12:38:42 +10:00
2026-08-16 20:58:27 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 20:58:27 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 22:49:19 -07:00
2026-08-17 19:08:22 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-04 06:40:45 -04:00
2026-08-11 11:18:24 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 17:14:53 -07:00
2026-08-14 21:08:13 -07:00
2026-08-01 05:32:37 -07:00
2026-08-11 17:14:53 -07:00
2026-07-18 08:39:21 +01:00
2026-08-09 07:21:35 -07:00
2026-08-09 22:20:28 -07:00
2026-07-20 00:23:36 -07:00
2026-08-11 13:05:46 -07:00
2026-08-16 08:21:17 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 04:39:44 -07:00
2026-07-13 21:35:24 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-15 11:46:30 -07:00
2026-08-12 09:25:28 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-10 08:18:44 -07:00
2026-08-16 21:48:23 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 07:20:44 +08:00
2026-08-11 07:20:44 +08:00
2026-08-09 07:21:35 -07:00
2026-08-11 23:26:37 -07:00
2026-08-10 16:06:39 -07:00
2026-08-09 07:21:35 -07:00
2026-08-15 06:18:23 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 20:58:27 -07:00
2026-08-16 20:58:27 -07:00
2026-08-09 07:21:35 -07:00
2026-07-12 10:17:00 +01:00
2026-07-13 21:35:24 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-27 16:32:52 -04:00
2026-08-09 07:21:35 -07:00
2026-07-12 17:26:04 -07:00
2026-08-17 19:08:22 -07:00
2026-07-14 18:08:33 -07:00
2026-08-09 07:21:35 -07:00
2026-08-14 17:05:10 -07:00
2026-07-27 17:37:02 -04:00
2026-07-27 17:37:02 -04:00
2026-08-10 19:31:13 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00
2026-07-17 09:48:38 +01:00
2026-08-10 14:45:05 -07:00
2026-08-10 14:45:05 -07:00
2026-07-10 13:33:20 -07:00
2026-08-04 23:11:12 +08:00
2026-08-12 09:25:28 -07:00
2026-08-09 07:21:35 -07:00
2026-08-17 09:41:13 -07:00
2026-07-14 00:27:34 +01:00
2026-08-09 07:21:35 -07:00
2026-08-13 08:46:22 +08:00
2026-08-09 07:21:35 -07:00
2026-08-11 17:14:53 -07:00
2026-08-09 07:21:35 -07:00
2026-08-16 08:57:30 -07:00
2026-07-12 17:24:45 -07:00
2026-08-14 13:19:02 -07:00
2026-08-17 19:08:22 -07:00
2026-08-09 07:21:35 -07:00
2026-08-11 15:10:27 -07:00
2026-07-14 23:19:48 -07:00
2026-08-09 07:21:35 -07:00
2026-08-09 07:21:35 -07:00