openclaw/extensions/msteams/src
Peter Steinberger 87722d6327 refactor: extend shared account status snapshot helpers 2026-03-22 20:55:16 +00:00
..
attachments Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
monitor-handler msteams: fix sender allowlist bypass when route allowlist is configured (GHSA-g7cr-9h7q-4qxq) (#49582) 2026-03-20 10:08:19 -05:00
attachments.test.ts test: tighten msteams regression assertions 2026-03-22 17:23:01 +00:00
attachments.ts
channel.directory.test.ts test: tighten msteams regression assertions 2026-03-22 17:23:01 +00:00
channel.runtime.ts refactor: consolidate lazy runtime surfaces 2026-03-17 00:59:20 -07:00
channel.ts refactor: extend shared account status snapshot helpers 2026-03-22 20:55:16 +00:00
config-schema.ts fix(release): isolate bundled config docs loading 2026-03-18 16:01:43 -07:00
conversation-store-fs.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
conversation-store-fs.ts
conversation-store-memory.ts
conversation-store.ts fix(msteams): resolve Graph API chat ID for DM file uploads (#49585) 2026-03-20 10:08:26 -05:00
directory-live.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
errors.test.ts fix(msteams): add proactive fallback for revoked turn context 2026-03-02 20:49:03 +00:00
errors.ts fix(msteams): add proactive fallback for revoked turn context 2026-03-02 20:49:03 +00:00
file-consent-helpers.test.ts
file-consent-helpers.ts
file-consent.ts
file-lock.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
graph-chat.ts
graph-upload.test.ts test: tighten msteams regression assertions 2026-03-22 17:23:01 +00:00
graph-upload.ts fix(msteams): resolve Graph API chat ID for DM file uploads (#49585) 2026-03-20 10:08:26 -05:00
graph-users.test.ts fix(msteams): improve graph user and token parsing 2026-02-22 11:29:31 +00:00
graph-users.ts fix(msteams): improve graph user and token parsing 2026-02-22 11:29:31 +00:00
graph.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
inbound.test.ts test: tighten msteams regression assertions 2026-03-22 17:07:20 +00:00
inbound.ts
index.ts
media-helpers.test.ts fix(ci): stabilize Windows path handling in sandbox tests 2026-02-21 14:32:15 +01:00
media-helpers.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
mentions.test.ts test: tighten msteams regression assertions 2026-03-22 17:23:01 +00:00
mentions.ts fix: harden msteams mentions and fallback links (#15436) (thanks @hyojin) 2026-02-13 15:10:57 +01:00
messenger.test.ts test: tighten msteams regression assertions 2026-03-22 17:23:01 +00:00
messenger.ts fix(msteams): resolve Graph API chat ID for DM file uploads (#49585) 2026-03-20 10:08:26 -05:00
monitor-handler.file-consent.test.ts fix: restore repo-wide gate after upstream sync 2026-03-22 17:16:43 +00:00
monitor-handler.ts msteams: extend MSTeamsAdapter and MSTeamsActivityHandler types; implement self() (#49929) 2026-03-20 10:08:23 -05:00
monitor-types.ts TypeScript: add extensions to tsconfig and fix type errors (#12781) 2026-02-09 10:05:38 -08:00
monitor.lifecycle.test.ts test: tighten msteams regression assertions 2026-03-22 17:23:01 +00:00
monitor.test.ts fix(test): reduce startup-heavy hotspot retention (#52381) 2026-03-22 12:28:55 -07:00
monitor.ts fix(test): reduce startup-heavy hotspot retention (#52381) 2026-03-22 12:28:55 -07:00
outbound.test.ts refactor: shrink plugin sdk public surface 2026-03-18 23:31:08 +00:00
outbound.ts perf: reduce plugin runtime startup overhead 2026-03-22 09:35:36 +00:00
pending-uploads.ts
policy.test.ts test: tighten msteams regression assertions 2026-03-22 17:07:20 +00:00
policy.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
polls-store-memory.ts
polls-store.test.ts test: tighten msteams regression assertions 2026-03-22 17:07:20 +00:00
polls.test.ts test: tighten msteams regression assertions 2026-03-22 17:23:01 +00:00
polls.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
probe.test.ts refactor: shrink plugin sdk public surface 2026-03-18 23:31:08 +00:00
probe.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
reply-dispatcher.ts refactor: converge plugin sdk channel helpers 2026-03-19 00:25:19 +00:00
resolve-allowlist.test.ts fix(msteams): use General channel conversation ID as team key for Bot Framework compatibility (#41838) 2026-03-10 09:13:41 +01:00
resolve-allowlist.ts refactor: consolidate plugin sdk surface 2026-03-20 19:24:10 +00:00
revoked-context.test.ts refactor: harden msteams lifecycle and attachment flows 2026-03-02 21:19:23 +00:00
revoked-context.ts refactor: harden msteams lifecycle and attachment flows 2026-03-02 21:19:23 +00:00
runtime.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
sdk-types.ts
sdk.ts
secret-input.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
send-context.ts fix(msteams): resolve Graph API chat ID for DM file uploads (#49585) 2026-03-20 10:08:26 -05:00
send.test.ts fix(msteams): resolve Graph API chat ID for DM file uploads (#49585) 2026-03-20 10:08:26 -05:00
send.ts fix(msteams): resolve Graph API chat ID for DM file uploads (#49585) 2026-03-20 10:08:26 -05:00
sent-message-cache.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
sent-message-cache.ts refactor: dedupe extension runtime caches 2026-03-22 18:09:45 +00:00
session-route.ts MSTeams: move outbound session routing behind plugin boundary 2026-03-18 04:09:48 +00:00
setup-core.ts refactor: add shared setup sdk subpath 2026-03-16 20:17:13 -07:00
setup-surface.ts refactor: deduplicate plugin setup and channel config helpers 2026-03-18 03:28:05 +00:00
storage.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
store-fs.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
test-runtime.ts Tests: align plugin test imports with local barrels 2026-03-17 23:23:58 -07:00
token-response.test.ts fix(msteams): improve graph user and token parsing 2026-02-22 11:29:31 +00:00
token-response.ts fix(msteams): improve graph user and token parsing 2026-02-22 11:29:31 +00:00
token.test.ts CI: restore main detect-secrets scan (#38438) 2026-03-07 10:06:35 -08:00
token.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
webhook-timeouts.ts fix(test): reduce startup-heavy hotspot retention (#52381) 2026-03-22 12:28:55 -07:00