Commit Graph

260 Commits

Author SHA1 Message Date
QLHazyCoder 9e26b16f20 Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-04-28 23:47:54 +08:00
QLHazyCoder 8af9b2b16e feat(cloudflare): 添加 Cloudflare 临时邮箱部分的展开/收起功能及持久化状态支持 2026-04-28 23:47:50 +08:00
QLHazyCoder 854d726cce feat(hotmail): 添加 Hotmail 账号池的展开/收起功能及持久化状态支持 2026-04-28 23:37:10 +08:00
markyal 85839aaeab feat: support manual HeroSMS maxPrice and defer phone reuse confirmation until final flow success
- 合并 PR #170 的核心改动:新增 HeroSMS 手动 maxPrice 配置,并调整手机号验证链路直接按手填价格取号
- 本地补充修复:吸收延后确认手机号复用计数、仅在整轮成功后提交 pending activation,以及保留 fresh reset 后的可复用号码状态
- 影响范围:background phone verification flow、platform-verify success cleanup、auto-run fresh reset、sidepanel phone verification settings
2026-04-28 22:03:27 +08:00
zhangkun b8d8847ce5 fix: defer HeroSMS reuse confirmation until final cleanup 2026-04-28 21:49:58 +08:00
markyal c95c662ac6 fix: preserve Step 8 resend cooldown during in-place recovery
- 合并 PR #178 的核心改动:修复步骤 8 在邮箱轮询恢复重试时可能重复触发重发验证码的问题
- 本地补充修复:无
- 影响范围:background/steps/fetch-login-code.js、background/verification-flow.js、tests/background-step7-recovery.test.js、tests/verification-flow-polling.test.js
2026-04-28 21:30:24 +08:00
markyal 80826f4e36 fix: improve Hotmail IMAP code extraction and OpenAI mail diagnostics
- 合并 PR #177 的核心改动:补齐 Hotmail helper 在 IMAP 场景下的完整正文提码与 OpenAI 邮件日志输出
- 本地补充修复:无
- 影响范围:scripts/hotmail_helper.py、tests/hotmail_helper_logging_test.py
2026-04-28 21:26:08 +08:00
QLHazyCoder f399277047 feat(ip-proxy): 添加 IP 代理面板的展开/收起功能及持久化状态支持 2026-04-28 19:48:07 +08:00
QLHazyCoder 1b5445c361 feat(ip-proxy): 添加 IP 代理面板及相关测试用例 2026-04-28 19:47:51 +08:00
QLHazyCoder 93acb557ce feat(sidepanel): 添加密码可见性切换功能及相关测试 2026-04-28 17:01:06 +08:00
QLHazyCoder 8007a99b72 Paypal增加轻量级号池 2026-04-28 16:23:30 +08:00
QLHazyCoder 2d1bad3642 feat(paypal-flow): 添加邮箱输入框重填功能 2026-04-28 15:31:59 +08:00
daniellee2015 75bc68f53a fix(step8): stop resend retry loop during in-place recovery 2026-04-28 15:16:07 +08:00
EmptyDust 51988b4f8d fix: read hotmail codes from full imap body 2026-04-28 14:26:17 +08:00
zhangkun 59663c4ca3 test: cover HeroSMS maxPrice in icloud provider fixture 2026-04-28 14:20:29 +08:00
zhangkun 5c804fad6e fix: finalize HeroSMS reuse after full flow success 2026-04-28 14:17:23 +08:00
zhangkun 127fd1c653 feat: 手动配置 HeroSMS maxPrice 并调整手机号复用计数 2026-04-28 14:17:23 +08:00
QLHazyCoder 486aa4fbfa Merge PR #174: 修复 Hotmail helper 拉信 URL 编码问题 2026-04-28 12:45:34 +08:00
EmptyDust b429ff1870 fix: encode hotmail helper message URLs 2026-04-28 11:47:23 +08:00
EmptyDust 0ac0e65e6c feat: verify hotmail mailbox before auto-run attempts 2026-04-28 11:47:05 +08:00
QLHazyCoder 5c5296afec fix: harden 2925 mailbox reuse and forwarded mail parsing
- 合并 PR #169 的核心改动:在复用 2925 邮箱页前恢复 content script ready,并支持 OpenAI bounce 转发地址反解与中文日期解析。
- 本地补充修复:无。
- 影响范围:2925 邮箱会话确认、2925 邮件轮询、相关回归测试。
2026-04-28 11:26:11 +08:00
Isulew cf2a720531 fix: 收敛 2925 邮箱修复范围
- 回退非必要的 2925 行为改动,仅保留已验证有效的修复
- 保留 bounce 转发地址解析、中文日期解析与邮箱页复用时的 ready 恢复
- 同步最小化测试断言,保持当前代码与测试一致
2026-04-28 00:50:29 +08:00
Isulew 941102200f fix: 放开 2925 全模式目标邮箱匹配
- 让 2925 提供邮箱与接收邮箱模式都启用 targetEmail 弱匹配
- 同步更新轮询测试,验证 provide 与 receive 模式行为一致
2026-04-27 15:15:06 +08:00
QLHazyCoder 30b0c00589 test: document IP proxy integration and harden sidepanel restore 2026-04-27 14:07:48 +08:00
Isulew b71bccaf8a fix: 修复 2925 收件模式轮询与重复注入
- receive 模式下跳过 2925 邮箱页顶部账号校验
- 解析 bounce 转发地址与中文日期,避免误过滤验证码邮件
- 为内容脚本增加重复注入保护,避免重复声明导致轮询失效
2026-04-27 13:57:51 +08:00
daniellee2015 2706d98225 feat(network): integrate outbound route module on Ultra1.4 baseline 2026-04-27 13:25:46 +08:00
QLHazyCoder 24650605d4 fix: preserve HeroSMS V2 activation metadata 2026-04-27 09:25:24 +08:00
zhangkun 68e7366e46 完善 HeroSMS 取号回退与 V2 状态轮询 2026-04-26 23:05:01 +08:00
QLHazyCoder cb7b4b4544 docs: record phone auth country match test 2026-04-26 20:41:25 +08:00
zhangkun 28d0e56702 fix: 兼容中文 add-phone 页的国家匹配 2026-04-26 18:58:45 +08:00
daniellee2015 6f8a62a092 fix(icloud): align reserve fallback logs and tests after master rebase 2026-04-26 18:37:58 +08:00
daniellee2015 adf4e2d342 fix(icloud): Pro8.0 stabilize hide-my-email flow 2026-04-26 18:35:15 +08:00
QLHazyCoder 48bc07b94c feat: 添加进入贡献模式的功能,并更新相关测试用例 2026-04-26 18:13:39 +08:00
QLHazyCoder 31b722cedb Merge remote-tracking branch 'origin/dev' 2026-04-26 17:58:11 +08:00
QLHazyCoder 78a141d380 test: align Plus return wait expectation 2026-04-26 17:57:07 +08:00
QLHazyCoder 05d48e6cc1 feat: 添加完成步骤后处理的副作用逻辑和错误报告功能,并增加相关测试用例 2026-04-26 17:50:00 +08:00
Q3CC 9751552b61 fix(icloud): improve Hide My Email request resilience
- 合并 PR #152 的核心改动:为 iCloud Hide My Email 请求增加超时、重试、节点刷新和 reserve 失败回查能力。
- 本地补充修复:补齐 requestStop 抽函数测试 harness 中 iCloud abort helper 的 stub,恢复全量回归。
- 影响范围:background iCloud alias generation/listing/request flow、stop cleanup、iCloud regression tests.
2026-04-26 17:26:47 +08:00
QLHazyCoder e9c3a61e55 feat: 更新 Plus Return 确认逻辑,增加等待时间至 40 秒并添加测试用例 2026-04-26 17:19:29 +08:00
QLHazyCoder f577487670 refactor: 移除未使用的函数和变量,简化 Plus Checkout 创建逻辑 2026-04-26 17:15:15 +08:00
QLHazycoder 1c063dcd32 fix(cpa): clarify multithread callback warning 2026-04-26 09:12:13 +00:00
QLHazyCoder c7b9f727cc chore(release): bump version to Ultra1.0 2026-04-26 16:57:21 +08:00
QLHazycoder 3339ed0660 Merge remote-tracking branch 'origin/dev' into dev 2026-04-26 08:38:16 +00:00
QLHazycoder 1e22e4f7cf fix(contribution): dedupe localhost callback submission 2026-04-26 08:38:00 +00:00
QLHazyCoder 818791f395 feat: 增强 Plus Checkout 内容脚本,支持多次注入同一页面的功能测试 2026-04-26 16:28:24 +08:00
QLHazyCoder 344158e465 feat: 增强 Plus Checkout 账单地址处理,支持多国地址配置及本地化国家路径 2026-04-26 15:59:51 +08:00
QLHazyCoder 5271ec5b59 feat: 增强地址处理逻辑,支持日本地区并优化相关测试用例 2026-04-26 15:59:14 +08:00
QLHazyCoder 6c2bec6520 feat: 增强 Plus Checkout 创建逻辑,支持重用 ChatGPT 标签页并优化测试用例 2026-04-26 15:50:37 +08:00
Q3CC e7b6b4512d test: update stop cleanup harness for iCloud abort helper 2026-04-26 15:43:06 +08:00
QLHazyCoder 336fdb0c3a feat: 增强内容脚本加载逻辑,优化错误处理和测试用例 2026-04-26 15:29:26 +08:00
QLHazycoder 7b668fdcaf test: restore icloud sidepanel settings state harness 2026-04-26 07:02:58 +00:00