Commit Graph

3717 Commits

Author SHA1 Message Date
Peter Steinberger 3edfc494df
test: expand builtin mock helper usage 2026-04-03 18:53:34 +01:00
Peter Steinberger 613393621c
test: reduce discord monitor partial mocks 2026-04-03 18:53:03 +01:00
Tak Hoffman 5888e44745
fix: honor signal default account setup policy 2026-04-03 12:52:14 -05:00
Tak Hoffman 1d1a8264ec
fix: honor zalo default account setup policy 2026-04-03 12:49:09 -05:00
Vincent Koc 50e1eb56d7
fix(security): harden discord proxy and bundled channel activation (#60455)
* fix(security): tighten discord proxy and mobile tls guards

* fix(plugins): enforce allowlists for bundled channels

* fix(types): align callers with removed legacy config aliases

* fix(security): preserve bundled channel opt-in and ipv6 proxies
2026-04-04 02:48:52 +09:00
Peter Steinberger 3ddf745f97
fix(ci): restore account setup typings 2026-04-03 18:48:44 +01:00
Gustavo Madeira Santana dc306013e1
Approvals: scope foreign-channel account routing (#60417)
Merged via squash.

Prepared head SHA: 3ad6cae91f
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-04-03 13:48:00 -04:00
Tak Hoffman 0769590f03
fix: honor zalouser default account setup policy 2026-04-03 12:47:22 -05:00
Tak Hoffman f115aba582
fix: honor bluebubbles default account setup policy 2026-04-03 12:45:42 -05:00
Tak Hoffman 638e831bca
fix: honor telegram default account setup policy 2026-04-03 12:43:51 -05:00
Peter Steinberger 379c329f81
test: trim dispatch and command partial mocks 2026-04-03 18:42:52 +01:00
Tak Hoffman 4edf6a2c7d
fix: honor line default account setup policy 2026-04-03 12:42:18 -05:00
Tak Hoffman 4afa720a0c
fix: honor nextcloud default account setup policy 2026-04-03 12:42:18 -05:00
Tak Hoffman d0a43cf8c0
fix: honor googlechat default account setup policy 2026-04-03 12:42:18 -05:00
Tak Hoffman acfa09679c
fix: honor qqbot default account config 2026-04-03 12:42:18 -05:00
Tak Hoffman b929a4c27d
fix: honor imessage setup account status 2026-04-03 12:42:18 -05:00
Tak Hoffman 9f049cb1d8
fix: honor nostr default account routing 2026-04-03 12:42:18 -05:00
Tak Hoffman f77054eaee
fix: honor feishu setup account id 2026-04-03 12:42:18 -05:00
Tak Hoffman 35256d6f1d
fix: honor nostr setup account label 2026-04-03 12:42:18 -05:00
Tak Hoffman 17060ca124
fix: honor feishu setup account writes 2026-04-03 12:42:17 -05:00
Tak Hoffman 53612fa128
fix: label whatsapp setup account status 2026-04-03 12:42:17 -05:00
Tak Hoffman fc61e8d280
fix: honor feishu setup account status 2026-04-03 12:42:17 -05:00
Tak Hoffman e37c0da23a
fix: honor synology setup account status 2026-04-03 12:42:17 -05:00
Tak Hoffman 42ebc8c170
fix: honor irc setup account status 2026-04-03 12:42:17 -05:00
Tak Hoffman e6a9408c3b
fix: honor qqbot setup account status 2026-04-03 12:42:17 -05:00
Peter Steinberger 04f59a7227
fix: remove duplicate bluebubbles actions field 2026-04-03 18:40:28 +01:00
Peter Steinberger 636a23b73e
test: extract node builtin mock helpers 2026-04-03 18:40:28 +01:00
Vincent Koc 47b8be7116 refactor(discord): lazy-load message actions 2026-04-04 02:38:43 +09:00
Vincent Koc 7e3b48c254 test(ci): align memory fallback reindex assertion 2026-04-04 02:37:38 +09:00
Peter Steinberger 1bee69f79b
refactor: route direct extension test targets 2026-04-04 02:36:48 +09:00
Peter Steinberger d0d5b34b44
fix(ci): repair extension test regressions 2026-04-03 18:36:35 +01:00
Vincent Koc 022a24ec48 refactor(signal): split uuid helper from monitor 2026-04-04 02:34:14 +09:00
Vincent Koc c4eaa30ee7 fix(bluebubbles): remove duplicate action config field 2026-04-04 02:34:14 +09:00
Vincent Koc e88f4fe5f4 fix(ci): narrow matrix action test discovery 2026-04-04 02:33:59 +09:00
Peter Steinberger f36ed7105f
test: reduce extension runtime partial mocks 2026-04-03 18:33:47 +01:00
Peter Steinberger 14c863dc4a
test: reduce telegram media harness imports 2026-04-03 18:33:47 +01:00
Peter Steinberger 1c16c6a94a
test: split inbound contract helpers 2026-04-03 18:33:46 +01:00
Vincent Koc f93f76dcc4 fix(ci): dedupe bluebubbles actions config type 2026-04-04 02:26:42 +09:00
Vincent Koc 230c61885d refactor(slack): lazy-load webhook handler 2026-04-04 02:26:19 +09:00
Peter Steinberger be9db66533 fix: split discord voice timeouts and restore gate on main (#60345) (thanks @geekhuashan) 2026-04-04 02:21:43 +09:00
geekhuashan 0c575f37fd fix(discord): add DiscordVoiceReadyListener fire-and-forget error-path test
Add test covering the DiscordVoiceReadyListener.handle() path where
autoJoin() rejects, confirming the error is caught and does not propagate.
2026-04-04 02:21:43 +09:00
geekhuashan db593440c4 fix(discord voice): fire-and-forget autoJoin and increase playback timeout to 60s 2026-04-04 02:21:43 +09:00
Peter Steinberger e0580e6863
test: harden shared-worker runtime setup 2026-04-03 18:18:56 +01:00
Peter Steinberger 2981cce130
fix: align config and plugin test types 2026-04-03 18:18:56 +01:00
Peter Steinberger 5e69d7e75b fix: land discord everyone mention gating 2026-04-04 02:12:10 +09:00
geekhuashan 6ba490ec7b fix(discord): guard @everyone shortcut against bot-authored messages
Preserve the !author.bot || sender.isPluralKit guard when short-circuiting
wasMentioned on mentionedEveryone, so bot relay messages don't spuriously
trigger mention-gate logic. Add test coverage for the wasMentioned path.
2026-04-04 02:12:10 +09:00
geekhuashan 0b69119f1b fix(discord): detect @everyone mentions in message preflight 2026-04-04 02:12:10 +09:00
Peter Steinberger 3c07b126ed
fix(ci): restore discord action loader 2026-04-03 18:07:31 +01:00
Peter Steinberger 54cd0859d3
test(ci): align discord ack removal expectation 2026-04-03 17:58:33 +01:00
Peter Steinberger 911e3974f7
refactor: clarify Discord classic fallback 2026-04-04 01:58:06 +09:00