Commit Graph
100 Commits
Author SHA1 Message Date
QLHazyCoder 83c5a6237c fix: enhance step 7 login identifier resolution and add tests for phone/email handling 2026-05-08 10:31:20 +08:00
QLHazyCoder b56bde0c2e fix: enhance email input detection and add tests for unified OpenAI login page 2026-05-08 10:23:38 +08:00
QLHazyCoder 6f9a9913b5 fix: update API URLs and improve error handling for SUB2API configuration 2026-05-08 09:11:19 +08:00
QLHazyCoder 144b144042 fix: mark deprecated email options for removal in next version 2026-05-07 19:34:56 +08:00
QLHazyCoder f6fa19a44f fix: update auto retry and OAuth flow timeout settings layout 2026-05-07 17:25:37 +08:00
QLHazyCoder 5da91d2cbc 更新md 2026-05-07 16:47:49 +08:00
QLHazyCoder 2cd86d2980 chore(release): bump version to Ultra7.0 2026-05-07 16:41:08 +08:00
QLHazyCoder 5b571b5e5c Merge branch 'dev' into master 2026-05-07 16:38:41 +08:00
QLHazyCoder 428e23d66a Update GoPay helper API URL to new domain and enhance cookie cleanup functionality 2026-05-07 16:31:58 +08:00
QLHazyCoder 43982825e1 fix: query local GPC OTP helper by phone
- 合并 PR #211 的核心改动:GPC 本地 OTP helper 改为按 GPC 手机号查询 /latest-otp,并让后台携带 E.164 phone 与 consume=1。
- 本地补充修复:将 consume 行为收敛为只消费本次返回的 OTP 记录,避免同手机号后续验证码被误删,并同步文档说明。
- 影响范围:GPC Plus 第 7 步队列任务 OTP 提交、本地 macOS SMS helper、相关回归测试与链路文档。
2026-05-07 13:24:17 +08:00
QLHazyCoder 1f2f958d31 docs: clarify local OTP consume behavior 2026-05-07 13:22:04 +08:00
QLHazyCoder 98a6b7092d fix(gpc): consume local helper OTP by selected record 2026-05-07 13:15:01 +08:00
QLHazyCoder 7dc5cf2928 chore(release): bump version to Ultra6.7 2026-05-07 04:30:00 +08:00
QLHazyCoder 250a709f20 feat: align GPC Plus helper with API Key task queue
- 合并 PR #210 的核心改动:将 GPC Plus helper 从旧卡密/checkout helper 调整为 API Key + `/api/gp/tasks` 队列任务,覆盖创建、轮询、OTP/PIN 和任务停止链路
- 本地补充修复:同步根目录结构与完整链路文档,补齐 GPC API Key、任务队列和本地 OTP helper 行为说明
- 影响范围:GPC Plus 支付配置、Plus checkout 第 6/7 步、自动运行失败处理、GPC 工具与相关测试
2026-05-07 03:18:01 +08:00
QLHazyCoder 88e20eaac7 docs: align GPC helper task flow documentation 2026-05-07 03:17:04 +08:00
QLHazyCoder 7228a9e531 fix: count initial HeroSMS free reuse success
- 合并 PR #209 的核心改动:HeroSMS 白嫖复用号码首次成功后立即计入 successfulUses/maxUses,并补充对应回归断言。
- 本地补充修复:无,本地审查未发现需要额外修补的冲突或逻辑问题。
- 影响范围:background/phone-verification-flow.js、tests/phone-verification-flow.test.js
2026-05-07 02:39:54 +08:00
QLHazyCoder dcb4ce8fbf fix: restart phone signup after password mismatch
- 合并 PR #208 的核心改动:手机号注册密码页识别 Incorrect phone number or password 后停止重复提交,并回到 Step 1 重开当前轮。
- 本地补充修复:统一清理手动手机号与接码 activation 运行态,补齐密码页诊断测试依赖,并同步链路文档。
- 影响范围:Step 3 收尾、Step 4 验证码准备、自动运行重开、消息路由失败日志与注册页诊断测试。
2026-05-07 02:28:37 +08:00
QLHazyCoder 676b2284f4 chore: merge latest dev into pr 208 fixes 2026-05-07 02:26:08 +08:00
QLHazyCoder 8cc8007150 fix: clear signup phone mismatch runtime state 2026-05-07 02:25:23 +08:00
QLHazyCoder 30f3969c9e fix: stabilize iCloud login helper and verification polling
- 合并 PR #207 的核心改动:修复 iCloud 临时网络/上下文错误分支的 safeActionLabel TDZ 崩溃风险,并允许登录验证码轮询首次读取当前可见首行验证码。
- 本地补充修复:无,本轮仅完成审查和定向验证。
- 影响范围:background.js iCloud 登录辅助、content/icloud-mail.js 邮件轮询、对应 iCloud 回归测试。
2026-05-06 23:27:03 +08:00
QLHazyCoder 9e6899f37c fix: allow GPC local helper OTP across channels
- 合并 PR #204 的核心改动:GPC 本地 helper 开关不再强制绑定 SMS 通道,WhatsApp 与 SMS 通道都可优先尝试本地 /otp 接口。
- 本地补充修复:同步侧栏本地 OTP 文案与根目录链路/结构说明,保留内置 macOS Messages helper 的短信读取边界。
- 影响范围:GPC Plus Step 7 OTP 验证、sidepanel GPC 配置、相关回归测试与文档。
2026-05-06 17:56:07 +08:00
QLHazyCoder 4f8a149a59 docs: align GPC local helper OTP wording 2026-05-06 17:52:51 +08:00
QLHazyCoder 9964b5a317 feat: replace cookie cleanup step with registration success wait 2026-05-06 14:38:45 +08:00
QLHazyCoderandCopilot 1bfb89eeb6 更新
Co-authored-by: Copilot <copilot@github.com>
2026-05-06 13:35:22 +08:00
QLHazyCoder a81e94a639 chore(release): bump version to Ultra6.3 2026-05-06 02:45:46 +08:00
QLHazyCoder 951ce8f33a Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-05-06 02:04:36 +08:00
QLHazyCoder baecf78f07 fix: handle profile fallback after step 9 phone verification
- 合并 PR #201 的核心改动:Step 9 后置手机号验证完成后如进入资料页,复用 Step 5 姓名生日填写并继续 OAuth 同意页。
- 本地补充修复:吸收最新 dev 冲突,保留注册/登录验证码 purpose 路由,并同步根目录结构与链路文档。
- 影响范围:background phone verification flow、content signup page、Step 9 手机号验证与对应回归测试。
2026-05-06 01:52:12 +08:00
QLHazyCoder 80251db9da fix: resolve step 9 profile fallback with latest dev 2026-05-06 01:51:04 +08:00
QLHazyCoder aa57e0f645 feat: add GPC SMS helper functionality with local SMS support
- Introduced GPC OTP channel selection (WhatsApp/SMS) in the sidepanel.
- Added local SMS helper toggle and URL input for macOS users.
- Implemented normalization functions for OTP channel and local SMS URL.
- Updated settings payload to include new GPC helper configurations.
- Enhanced Plus checkout process to utilize local SMS helper for OTP retrieval.
- Added tests for GPC SMS helper script and its integration in the checkout flow.
- Updated documentation to reflect new GPC helper features and configurations.
2026-05-06 01:39:11 +08:00
QLHazyCoder 7b9f4a12ec Merge branch 'dev' into master 2026-05-05 23:35:16 +08:00
QLHazyCoder 5d4e0d230a feat: 添加 CPA 手机号注册提示逻辑及相关测试用例 2026-05-05 23:33:31 +08:00
QLHazycoder 3ae1fe702f 更新文件 2026-05-04 14:50:36 +00:00
QLHazyCoder 691ac39514 优化步骤在日志中的显示 2026-05-03 19:25:55 +08:00
QLHazycoder 4410fea3d1 chore(release): bump version to Ultra4.0 2026-05-03 04:03:47 +08:00
QLHazycoder 87f34e8944 Merge remote-tracking branch 'origin/dev' 2026-05-03 03:54:34 +08:00
QLHazyCoder 9165142c40 Merge pull request #189 from EmptyDust/fix/plus-payment-log-text
fix: 修正 Plus 支付方式切换日志乱码
2026-05-03 03:51:29 +08:00
QLHazycoder dae0118a58 Merge remote-tracking branch 'origin/dev' into fix/plus-payment-log-text 2026-05-03 03:48:57 +08:00
QLHazyCoder 35cece3e32 Merge pull request #187 from EmptyDust/fix/combined-signup-verification-profile
fix: 兼容注册验证码与资料同页提交流程
2026-05-03 03:43:46 +08:00
QLHazycoder ae74e87fa7 fix(flow): preserve combined signup skip reason 2026-05-03 03:41:36 +08:00
QLHazycoder 02ec8f8906 Merge remote-tracking branch 'origin/dev' into fix/combined-signup-verification-profile 2026-05-03 03:37:50 +08:00
QLHazyCoder 55c76b9e5e Merge pull request #188 from EmptyDust/fix/herosms-max-price-input
fix: 修复接码价格上限输入被自动回刷
2026-05-03 03:20:22 +08:00
QLHazycoder 68c9fe5c38 Merge remote-tracking branch 'origin/dev' into fix/herosms-max-price-input 2026-05-03 03:17:21 +08:00
QLHazycoder 351a13e926 test(sidepanel): clean herosms max price assertion 2026-05-03 03:17:04 +08:00
QLHazyCoder 0b84115159 Merge pull request #191 from QLHazyCoder/pr/dev-ultra36-sms-proxy-flow-onecommit
feat(flow): unify SMS multi-provider fallback and stabilize proxy/auth retry loops
2026-05-03 03:06:50 +08:00
QLHazycoder aa2337f9e5 fix(sidepanel): restore plus settings before auto run 2026-05-03 02:57:34 +08:00
QLHazyCoder 113dc97669 更新交流群 2026-05-03 01:14:43 +08:00
QLHazyCoder 99313843c1 chore(release): bump version to Ultra3.6 2026-05-01 23:55:07 +08:00
QLHazyCoder cd737f7b14 feat: add OAuth flow timeout toggle with optional total-budget bypass
- 合并 PR #185 的核心改动:新增“授权总超时”开关,允许按需关闭 Step 7 后链 5 分钟总预算,同时保留各步骤本地等待超时。
- 本地补充修复:同步项目完整链路与结构文档,补齐 `oauthFlowTimeoutEnabled` 持久化、Step 9 回调等待与侧栏设置行为说明。
- 影响范围:background OAuth timeout guard、message router settings、Step 9 callback wait、sidepanel 配置 UI、项目文档。
2026-05-01 21:28:52 +08:00
QLHazyCoder d5a3f9ee80 docs: sync oauth timeout toggle behavior across project docs 2026-05-01 21:27:49 +08:00
QLHazyCoder 89e18f44d9 feat: 更新图片文件,替换旧的图像资源 2026-05-01 12:25:03 +08:00
QLHazyCoder 65089db827 feat: 更新README,添加官网/QQ交流群入口,删除无用图片 2026-05-01 12:22:42 +08:00
QLHazyCoder be23c53269 chore(release): bump version to Ultra3.4 2026-05-01 01:32:31 +08:00
QLHazyCoder 0a4acffb00 feat: 更新自动运行状态逻辑,调整手动运行计数输入的行为 2026-05-01 01:27:07 +08:00
QLHazyCoder bb53142ccb chore(release): bump version to Ultra3.3 2026-05-01 00:22:10 +08:00
QLHazyCoder 047f4e1269 feat: 添加提取和验证ChatGPT登录代码的功能 2026-05-01 00:18:48 +08:00
QLHazyCoder 4bb734fd1d 增加Gopay模式 2026-04-30 23:43:02 +08:00
QLHazyCoderandCopilot 7e05b42e3c feat: add GoPay payment method and update Plus mode settings in sidepanel
Co-authored-by: Copilot <copilot@github.com>
2026-04-30 20:24:28 +08:00
QLHazyCoderandClaude Opus 4.7 e7386a482e chore(release): bump version to Ultra3.0
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-30 12:42:17 +08:00
QLHazyCoder 204d76d1d5 Merge pull request #176 from JokerIvanZK/docs-luckyous-api-reference
fix: harden LuckMail verification and settings sync
2026-04-30 01:01:02 +08:00
QLHazyCoder ab6921c6e5 fix: sync LuckMail PR with dev 2026-04-29 22:12:28 +08:00
QLHazyCoder 1acd2d1ced Merge pull request #179 from QLHazyCoder/pr/dev-ultra20-herosms-onepr
feat(flow): 稳定 Step7-9 并扩展 HeroSMS 接码能力
2026-04-29 20:01:42 +08:00
QLHazyCoder 85bb82bc0b fix: resolve HeroSMS Plus dev sync conflicts 2026-04-29 20:00:01 +08:00
QLHazyCoder e8121053c9 Merge pull request #166 from CNXWZY/feat/cpa-auth-api-hardening
fix: harden CPA auth flow with API callback/state checks
2026-04-29 12:25:38 +08:00
QLHazyCoder 6300cce2ed fix: resolve CPA auth hardening conflicts with dev 2026-04-29 12:24:15 +08:00
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
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
QLHazyCoder 87fc333848 chore(release): bump version to Ultra2.0 2026-04-28 13:00:27 +08:00
QLHazyCoder a6e8de2f08 更新地址 2026-04-28 12:54:53 +08:00
QLHazyCoder 486aa4fbfa Merge PR #174: 修复 Hotmail helper 拉信 URL 编码问题 2026-04-28 12:45:34 +08:00
QLHazyCoder 367113fcd4 Merge PR #173: 自动运行前先校验 Hotmail 邮箱可用性 2026-04-28 12:40:30 +08:00
QLHazyCoder a84997e8db Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-04-28 12:38:01 +08:00
QLHazyCoderandCopilot 42bff1e0a3 更新md
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 12:37:56 +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
QLHazyCoder 0f430113fa feat: integrate IP proxy routing controls and stabilize auth recovery
- 合并 PR #163 的核心改动:接入 711Proxy 优先的 IP 代理管理模块,并把代理配置、切换与出口检测整合进侧边栏和后台流程
- 本地补充修复:补齐 IP Proxy 相关结构/链路文档,新增代理核心测试,并修正 sidepanel 设置恢复对隔离测试场景的兼容性
- 影响范围:background proxy orchestration、sidepanel proxy settings、step 8 login verification recovery
2026-04-27 14:09:06 +08:00
QLHazyCoder 30b0c00589 test: document IP proxy integration and harden sidepanel restore 2026-04-27 14:07:48 +08:00
QLHazyCoder c98cfd7053 chore(release): bump version to Ultra1.4 2026-04-27 09:44:59 +08:00
QLHazyCoder 2816345307 docs: document HeroSMS V2 fallback flow 2026-04-27 09:30:45 +08:00
QLHazyCoder 0cc8a602e4 fix: harden HeroSMS phone activation fallback
- 合并 PR #156 的核心改动:为 HeroSMS 取号增加最低价查询、NO_NUMBERS 到 getNumberV2 的回退和 getStatusV2 验证码轮询。
- 本地补充修复:保留 V2 activation 的 country/statusAction fallback 元信息,并修正可复用 V2 测试前置国家配置。
- 影响范围:background phone verification flow、phone verification tests。
2026-04-27 09:27:12 +08:00
QLHazyCoder 24650605d4 fix: preserve HeroSMS V2 activation metadata 2026-04-27 09:25:24 +08:00
QLHazyCoder d67ca024d9 fix: support localized add-phone country matching
- 合并 PR #155 的核心改动:add-phone 国家选择改为结合 option value 与区域显示名匹配 HeroSMS 英文国家名,兼容中文页面。
- 本地补充修复:同步登记新增的国家匹配回归测试到项目结构文档,并把 PR 分支吸收最新 dev。
- 影响范围:content/phone-auth.js、tests/phone-auth-country-match.test.js、项目文件结构说明.md
2026-04-26 20:43:24 +08:00
QLHazyCoder cb7b4b4544 docs: record phone auth country match test 2026-04-26 20:41:25 +08:00
QLHazyCoder 3ab17d1562 fix: stabilize iCloud Hide My Email resilience
- 合并 PR #154 的核心改动:增强 iCloud Hide My Email 会话校验、页面上下文回退、maildomainws 兼容参数、别名缓存回退与 reserve 异常恢复。
- 本地补充修复:同步项目结构、完整链路和开发规范文档,并整理生成别名请求的缩进。
- 影响范围:background iCloud 别名获取与管理、icloud-utils、sidepanel iCloud 管理器、iCloud 相关测试与文档。
2026-04-26 20:20:51 +08:00
QLHazyCoder 888d345db3 docs: align iCloud resilience PR documentation 2026-04-26 20:19:13 +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
QLHazyCoder b919cdc23c fix: 修正 Plus Return 等待时间至 20 秒并更新相关日志信息 2026-04-26 17:19:36 +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 3f3b59bc38 Merge branch 'dev' 2026-04-26 16:48:26 +08:00
QLHazycoder 3339ed0660 Merge remote-tracking branch 'origin/dev' into dev 2026-04-26 08:38:16 +00:00