Commit Graph

299 Commits

Author SHA1 Message Date
cnxwzy ba0bf02eeb fix: preserve oauth step metadata and resolve dev merge conflicts 2026-04-28 07:54:29 +08:00
cnxwzy 936aec398e fix: restore dev flow compatibility in CPA auth hardening 2026-04-27 22:54:15 +08:00
zhangkun 9b38b0bffe 修复 LuckMail 验证码轮询与重试逻辑 2026-04-27 22:33:41 +08:00
cnxwzy f9f8df19d3 fix: harden CPA auth flow with API callback/state checks
Move CPA oauth url/callback handling to management API first, persist state/origin runtime keys, and fail fast on invalid callback or missing management auth to reduce flaky panel-driven auth failures.
2026-04-27 19:13:22 +08:00
daniellee2015 2706d98225 feat(network): integrate outbound route module on Ultra1.4 baseline 2026-04-27 13:25:46 +08:00
QLHazyCoder 888d345db3 docs: align iCloud resilience PR documentation 2026-04-26 20:19:13 +08:00
daniellee2015 6e466dea19 fix(icloud): reduce no-tab noise and auto-create page-context tab 2026-04-26 19:09:20 +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 31b722cedb Merge remote-tracking branch 'origin/dev' 2026-04-26 17:58:11 +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 6c2bec6520 feat: 增强 Plus Checkout 创建逻辑,支持重用 ChatGPT 标签页并优化测试用例 2026-04-26 15:50:37 +08:00
QLHazyCoder 336fdb0c3a feat: 增强内容脚本加载逻辑,优化错误处理和测试用例 2026-04-26 15:29:26 +08:00
que01 e945e11b31 Merge branch 'dev' into icloud-forward-mailbox-config 2026-04-26 14:44:29 +08:00
Q3CC 98e7653360 fix: clean up iCloud forward mailbox provider tech debt 2026-04-26 14:21:52 +08:00
Codex Assistant ccd93cf5c1 Improve iCloud Hide My Email request resilience 2026-04-26 13:49:31 +08:00
que01 46ceb482c4 feat: support icloud forward mailbox provider config 2026-04-26 11:04:59 +08:00
QLHazyCoder 227ebedda4 feat: 添加 Plus 模式和贡献模式支持,增强步骤执行延迟和提示逻辑 2026-04-26 08:51:20 +08:00
QLHazycoder 596bf38d5c feat(contribution): 增强贡献模式逻辑,支持 SUB2API 和 CPA 源,优化状态处理和界面显示 2026-04-26 00:28:25 +00:00
QLHazycoder d9ae1c42cf fix(contribution): remove manual review completion path 2026-04-25 22:43:20 +00:00
QLHazyCoder 88ceb79af6 修改登陆及后续逻辑,统一使用一个逻辑 2026-04-26 05:22:36 +08:00
QLHazyCoder ef52ff806b feat: 添加 meiguodizhi 地址接口支持,优化账单地址获取逻辑,跳过 Google 地址推荐 2026-04-26 04:31:51 +08:00
QLHazyCoder 1659b7f4f0 Merge branch 'Plus模式开发' into dev 2026-04-26 02:06:26 +08:00
QLHazyCoder b421849801 feat: 添加 waitForTabStableComplete 函数以确保标签页在稳定状态后再执行后续步骤 2026-04-26 02:02:57 +08:00
QLHazyCoder 72697ffc83 步骤七修复 2026-04-26 01:42:09 +08:00
QLHazyCoder 6ad866b962 Plua模式开发 2026-04-26 01:41:40 +08:00
QLHazyCoder 12e6225eba feat: 优化 Cloudflare 临时邮箱处理逻辑,增加对邮箱提供者和生成器的支持 2026-04-25 20:14:45 +08:00
markyal 4b7714e209 feat: support 126 mail provider routing and shared NetEase verification flow
- 合并 PR #112 的核心改动:新增 126 邮箱 provider,并复用 163 / 163 VIP 的网页邮箱接码链路
- 本地补充修复:吸收 126 子域名注入与来源识别修正,以及新版 ChatGPT 登录验证码邮件匹配适配
- 影响范围:sidepanel mail provider、background navigation/source routing、content mail polling、相关回归测试
2026-04-25 17:42:23 +08:00
QLHazyCoder 809d146b74 隐藏本地同步为默认开启,调整为接码开关 2026-04-25 16:24:47 +08:00
QLHazyCoder 672c593271 fix: close iCloud mail tabs after verification success 2026-04-25 15:14:35 +08:00
QLHazyCoder e37a0269f2 fix: handle signup phone entry mode before email submission
- 同步最新 dev 到 PR #113,并保留 dev 上更完整的 163 邮箱实现\n- 补充 Step 2 的手机号入口切邮箱逻辑与本地化邮箱输入识别\n- 避免把 Step 2 的 phone entry 提示误判成 auth add-phone 致命错误
2026-04-25 14:53:13 +08:00
QLHazyCoder 6bb183902d feat: continue OAuth flow through HeroSMS phone verification
- 合并 dev 最新主线改动:同步当前认证页恢复、来源配置和侧栏能力的现有基线

- 本地补充修复:补齐 HeroSMS 手机验证与 sidepanel 初始化冲突,修正 Step 9 等待逻辑里的未声明变量,并同步结构/链路文档与回归测试

- 影响范围:OAuth 步骤 8/9、HeroSMS 配置、认证页内容脚本、侧栏初始化、项目文档与测试
2026-04-25 14:04:11 +08:00
Ryan Liu 7f331da8b9 Merge remote-tracking branch 'origin/dev' into pr-112 2026-04-25 11:50:26 +08:00
Q3CC 0676670b4b fix: snapshot LuckMail mails before polling code 2026-04-24 23:46:08 +08:00
QLHazyCoder 7e79e0397a fix: honor icloud always_new fetch mode 2026-04-24 20:11:40 +08:00
daniellee2015 de70266f8c fix(pro7.5): stabilize icloud/session flow and logged-in step skipping 2026-04-24 19:43:48 +08:00
Ryan Liu 5f1e074e0d merge: sync origin/dev into pr-112 2026-04-24 09:35:07 +08:00
QLHazyCoder 7d19d660e6 添加当邮箱服务为自定义邮箱的号池 2026-04-23 21:45:03 +08:00
QLHazyCoder f3aec16dda feat: support custom email pool in the merged dev registration flow
- 吸收 dev 最新 sidepanel 与收码链路改动,保留 Cloudflare Temp Email 独立设置区、贡献模式自动前提醒和 2925 当前账号恢复接线

- 修复生成邮箱辅助层对运行态参数的判断,避免 Gmail 别名与自定义邮箱池误用旧的已保存状态

- 补充自定义邮箱池相关测试与文档,更新 README、项目结构说明和完整链路说明
2026-04-23 20:40:50 +08:00
QLHazyCoder 4a55cf210b feat(signup): 优化步骤 3 收尾阶段的错误处理与日志记录 2026-04-23 15:47:38 +08:00
Ryan Liu 8c37ffc098 merge: 合并 dev 并解决 PR 冲突 2026-04-23 10:09:35 +08:00
Ryan Liu b89d5389ee fix: 补齐 126 邮箱 host 家族识别 2026-04-23 09:57:29 +08:00
QLHazyCoder 2989609954 feat(mail2925): 修复登陆跳转问题 2026-04-23 02:55:49 +08:00
QLHazyCoder 2796be587c Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-04-23 01:00:44 +08:00
QLHazyCoder 9dbc7bbf21 feat: 添加对手动执行步骤 4 的前置条件检查,确保认证页标签存在 2026-04-23 01:00:39 +08:00
DanielSong 2c01f71bc9 feat: add custom email pool mail compatibility 2026-04-22 23:00:49 +08:00
Q3CC 1a993e9d6a Merge origin/dev into codex2api source
- resolve the sidepanel contribution-mode test conflict while keeping the new Codex2API assertions\n- update the mail2925 payload test harness for newly added Codex2API and random-subdomain inputs\n- renumber the README quick-start plan headings and strip trailing whitespace from the new tutorial doc
2026-04-22 22:18:09 +08:00