Commit Graph

557 Commits

Author SHA1 Message Date
EmptyDust 17cefe8b2a fix: 恢复 step4 提交后的原有资料页识别 2026-05-02 12:39:36 +08:00
EmptyDust 0a17d95f44 Fix delayed combined signup profile detection 2026-05-02 11:44:36 +08:00
EmptyDust 2bfa277aa1 Handle combined signup verification/profile page 2026-05-02 11:19:22 +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
initiatione 6ae4e0f5a0 Add OAuth flow timeout toggle 2026-05-01 11:41:12 +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
QLHazyCoder 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
QLHazyCoder 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
Hephaestus Bot e322f0ffa6 fix(flow): restore dynamic router handling and downstream reset safety 2026-04-29 10:00:48 +08:00
daniellee2015 4c091a3d32 feat(flow): stabilize step7-9, expand HeroSMS, and update usage tutorial 2026-04-29 00:51:05 +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
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
JokerIvanZK 98ba77df35 Merge branch 'QLHazyCoder:master' into docs-luckyous-api-reference 2026-04-28 13:30:03 +08:00
zhangkun b678c32b55 fix: persist and sync LuckMail settings before runs 2026-04-28 13:12:39 +08:00
zhangkun 96e6fa9242 fix: improve LuckMail verification resend flow 2026-04-28 13:12:20 +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
QLHazyCoder 42bff1e0a3 更新md
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 12:37:56 +08:00