Commit Graph
100 Commits
Author SHA1 Message Date
QLHazyCoder 09ae686970 feat: 添加 CPA 回调模式支持,允许选择第六步或第八步回调 2026-04-15 10:07:31 +08:00
QLHazyCoder 64868e05c1 feat: 添加对 Gmail 邮箱的支持,包括邮箱前缀解析和验证码提取功能 2026-04-15 10:03:20 +08:00
QLHazyCoder 373588dcfe feat: refactor auto run timer functionality with new naming conventions and improved state management 2026-04-15 03:42:14 +08:00
QLHazyCoder 72cbeb6b9b chore(release): bump version to v9.0.0 2026-04-15 02:09:05 +08:00
QLHazyCoder d4f4731bca feat: support direct Microsoft API polling for Hotmail account pool
- 合并 PR #69 的核心改动:为 Hotmail 账号池启用 API 对接模式,并新增微软邮箱 helper 与 token 请求头处理
- 本地补充修复:合并最新 dev 后恢复 INBOX/Junk 逐邮箱夹拉取,以及现有验证码筛选与时间回退逻辑
- 影响范围:background Hotmail 轮询、sidepanel Hotmail 模式切换、microsoft-email helper、Hotmail 相关回归测试
2026-04-15 01:38:12 +08:00
QLHazyCoder fd531165a1 fix: align Hotmail API integration with current dev
- merge the latest dev changes into PR #69 before continuing the review flow
- keep Microsoft API mode while preserving mailbox-by-mailbox polling and verification filters
- update the Hotmail side panel copy and helper coverage for the repaired API path
2026-04-15 01:36:40 +08:00
QLHazyCoder ac01fcaa3a fix: 更新验证码页面匹配模式以支持多语言 2026-04-15 00:57:55 +08:00
QLHazyCoder 1b4cdc56e4 fix: 支持 Step 9 回调提交按钮的多语言匹配
- 合并 PR #75 的核心改动:将 CPA Step 9 的回调提交按钮匹配从宽泛的“提交”文本收紧为中英俄三种明确文案匹配
- 本地补充修复:无额外代码修复;已按流程将目标分支校正为 dev 并完成审查
- 影响范围:content/vps-panel.js,CPA Step 9 回调提交流程
2026-04-15 00:48:58 +08:00
QLHazyCoder 93f94e7ec9 修改名字 2026-04-15 00:29:34 +08:00
QLHazyCoder 9c7cf586e0 Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-04-15 00:17:52 +08:00
QLHazyCoder 49b0b377e6 fix: 修复2925邮箱模式按钮的数据属性名称 2026-04-15 00:17:49 +08:00
QLHazyCoder 30f27e6ad6 chore: 添加对_metadata目录的忽略 2026-04-15 00:15:52 +08:00
QLHazyCoder 4fb62e5e1c Merge commit 'f18e6951cd147a3839df51837f3cb296502febfa' into dev
# Conflicts:
#	sidepanel/sidepanel.js
2026-04-15 00:00:24 +08:00
QLHazyCoder f5abd68a9d Merge commit 'c98715a4bc17b249639a7844ad8561aec261da87' into dev
# Conflicts:
#	sidepanel/sidepanel.js
2026-04-14 23:53:44 +08:00
QLHazyCoder b1d5d2d8d4 refactor: 重构第六七步登录验证码职责 2026-04-14 23:50:15 +08:00
QLHazyCoder cbe938da08 feat: 添加2925邮箱模式选择功能 2026-04-14 23:43:48 +08:00
QLHazyCoder d5a63f9e55 Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-04-14 23:11:00 +08:00
QLHazyCoder 10c9814796 增加邮箱重新尝试按钮时间到25s 2026-04-14 23:10:56 +08:00
QLHazyCoder a4f1359159 Merge branch 'master' into dev 2026-04-14 21:06:52 +08:00
QLHazyCoder 2a5d71f8a1 增加开发者和协作者ai操作标准流程 2026-04-14 21:06:19 +08:00
QLHazyCoder be98e05780 更新readme 2026-04-14 19:52:35 +08:00
QLHazyCoder a2ef57da7e chore(release): bump version to v8.0.0 2026-04-14 18:10:59 +08:00
QLHazyCoder 72a7cb52d4 增加详细日志便于于分析错误。 2026-04-14 18:06:15 +08:00
QLHazyCoder b049ed92c1 修复延迟时区为固定北京时间,修复线程间隔逻辑 2026-04-14 17:57:03 +08:00
QLHazyCoder 648c4fea1d fix: restore 2925 mail tab focus after resending verification codes
- 吸收 PR #61 的核心改动:重发验证码后切回 2925 邮箱标签页等待新邮件
- 排除 PR 中与当前代码无关的回退:版本号、发布文档与 waiting_interval 倒计时逻辑保持现状
- 影响范围:background 验证码重发与 2925 邮箱轮询流程
2026-04-14 17:08:31 +08:00
QLHazyCoder a4aee4dd61 第七步添加检测重试页面会跳第六步的逻辑 2026-04-14 16:47:08 +08:00
QLHazyCoder 89854f17f2 修复自定义邮箱位置及整体逻辑 2026-04-14 16:20:58 +08:00
QLHazyCoder af77e439ae fix: 更新版本号格式要求,确保用户输入符合标准 2026-04-14 15:40:10 +08:00
QLHazyCoder ee44367167 feat: 修复线程间隔自动运行倒计时功能,增强状态管理 2026-04-14 15:26:02 +08:00
QLHazyCoder 5ce2d5d057 chore(release): bump version to v7.8.0 2026-04-14 13:17:55 +08:00
QLHazyCoder 4af0c4269d feat: 优化延迟设置界面,调整样式和布局 2026-04-14 13:09:16 +08:00
QLHazyCoder 2f0495fb6e fix: 修改自动运行失败跳过设置,确保状态一致性 2026-04-14 12:48:52 +08:00
QLHazyCoder 6ff6960d97 chore(release): bump version to v7.7 2026-04-14 02:33:09 +08:00
QLHazyCoder 5675fe8ee1 chore(release): bump version to v7.6.0 2026-04-14 02:01:07 +08:00
QLHazyCoder f024f399a2 Merge branch 'master' of https://github.com/QLHazyCoder/codex-oauth-automation-extension 2026-04-14 01:52:51 +08:00
QLHazyCoder 0ea3ef6656 feat: 添加自定义邮箱生成选项及相关逻辑,优化邮箱处理流程 2026-04-14 01:52:46 +08:00
QLHazyCoder 3a940e559b Merge branch 'master' of https://github.com/QLHazyCoder/codex-oauth-automation-extension 2026-04-14 01:51:51 +08:00
QLHazyCoder 116c308f68 feat: switch auto run to per-round retry with resilient resume summary
- 合并 PR #47 的核心改动:自动运行按设定总轮数逐轮执行,单轮失败时按轮重试并输出汇总日志
- 本地补充修复:恢复轮次摘要持久化、修正重试等待期间 stop 收尾、fresh attempt 清理过期 tab/url 运行态
- 影响范围:background auto orchestration、sidepanel auto-run settings and status
2026-04-14 01:37:24 +08:00
QLHazyCoder aa48b5e3bf fix(step9): align completion signal handling and extend CPA wait 2026-04-14 01:25:39 +08:00
QLHazyCoder 56527273d2 Merge branch 'hotmail邮箱支持' into master 2026-04-14 00:40:44 +08:00
QLHazyCoder 91142271aa 更新 Hotmail 服务模式为本地助手,禁用远程服务选项,并添加使用教程按钮及相关逻辑 2026-04-14 00:28:39 +08:00
QLHazyCoder 0642797f91 添加版本发布标准流程md 2026-04-14 00:27:17 +08:00
QLHazyCoder a6e2972499 feat: 添加自动运行新尝试的状态重置逻辑,确保清除过期的运行状态 2026-04-14 00:23:32 +08:00
QLHazyCoder 0361283031 feat: 优化模态框按钮配置逻辑,支持动态按钮数量 2026-04-14 00:13:30 +08:00
QLHazyCoder cd21a0bdf8 添加Hotmail双模式适配开发方案及开发记录md文件 2026-04-13 23:53:49 +08:00
QLHazyCoder c4ea41203c feat: 添加自动运行风险提示功能,优化用户确认流程 2026-04-13 23:32:58 +08:00
QLHazyCoder 6b6d90e918 fix: persist 2925 email prefix setting 2026-04-13 22:22:10 +08:00
QLHazyCoder 71ee5dc03e Merge remote-tracking branch 'origin/dev' 2026-04-13 22:10:02 +08:00
QLHazyCoder b5a3a73824 feat: 添加扩展更新功能,支持版本检查和更新日志显示 2026-04-13 22:01:58 +08:00
QLHazyCoder 8a37872336 feat: 修改兜底模式样式,增加线程间隔设置和相关UI组件 2026-04-13 21:38:50 +08:00
QLHazyCoder 1c4ea22dcc feat: support 2925 mail provider in OAuth signup flow
- 合并 PR #37 的核心改动:新增 2925 邮箱选项、步骤 3 自动别名邮箱生成,以及步骤 4/7 的 2925 收件箱轮询
- 本地补充修复:整合侧边栏邮箱登录与邮箱生成显隐冲突,并在离开 2925 或导入配置时清空托管邮箱残留状态
- 影响范围:sidepanel mail provider config、background step orchestration、2925 mail content script
2026-04-13 20:59:19 +08:00
QLHazyCoder 9ba958b1a2 添加交流群,修改界面样式,增加步间间隔功能 2026-04-13 20:25:53 +08:00
QLHazyCoder b487c2c33c 修改第八步回调时间 2026-04-13 16:59:17 +08:00
QLHazyCoder a336ea49c1 feat: support configurable random delays between auto steps
- 合并 PR #44 的核心改动:新增 Auto 步间随机延迟配置,并在后台执行前应用该随机等待\n- 本地补充修复:无\n- 影响范围:background auto orchestration、sidepanel auto settings、README、tests
2026-04-13 16:51:52 +08:00
QLHazyCoder f6b0f5e05c docs: 更新 Hotmail 远程模式服务地址说明 2026-04-13 16:28:12 +08:00
QLHazyCoder e46f861045 将hotmail支持本地和远程两种,远程不一定合适,可能考虑远程需要自行修改适配 2026-04-13 16:28:01 +08:00
QLHazyCoder 65eb48440f feat: 添加邮箱服务登录按钮并更新状态管理 2026-04-13 14:25:56 +08:00
QLHazyCoder 36aeecf214 第三方支持 2026-04-13 13:21:35 +08:00
QLHazyCoder af435affbd 修复切换服务残留无关配置 2026-04-13 11:10:22 +08:00
QLHazyCoder 347c5fe2e7 test: add verification stop propagation tests for error handling 2026-04-13 10:55:20 +08:00
QLHazyCoder 6a90b52f6d fix: restore step9 localhost cleanup and hotmail validation handling
- 合并 PR #31 的核心改动:恢复 Step 9 标签页清理函数、补齐 Step 8/9 测试 mock,并优化 Hotmail AADSTS90023 报错提示\n- 本地补充修复:按真实 localhost callback 首段路径生成清理前缀,兼容 /auth/callback 与 /codex/callback\n- 影响范围:background Step 9 cleanup、Hotmail 账号校验、Step 8/9 回归测试
2026-04-13 10:39:15 +08:00
QLHazyCoder 60e4bcda38 docs: move star history before capability section 2026-04-13 03:02:59 +08:00
QLHazyCoder a21845a615 docs: align star history timeline and scale 2026-04-13 02:55:21 +08:00
QLHazyCoder 8cbf26aea7 chore: release v6.1.0 2026-04-13 02:44:11 +08:00
QLHazyCoder 75e1006088 fix: support updated Codex OAuth consent page detection
- 合并 PR #29 的核心改动:扩展 Sign in to Codex 文案与 consent form 结构识别,优先在授权表单内定位 Continue 按钮
- 本地补充修复:无额外修复,直接吸收 PR 变更
- 影响范围:OAuth step 8 同意页识别与 Continue 按钮定位
2026-04-13 02:37:10 +08:00
QLHazyCoder f71cd51a90 feat(readme): 添加快速开始配置说明,更新邮箱生成方案和 Cloudflare 配置指导 2026-04-13 02:35:17 +08:00
QLHazyCoder ee961e9163 chore(release): bump version to 6.0.0 2026-04-13 01:56:04 +08:00
QLHazyCoder fbaf7629b8 feat(email-generator): 更新 Cloudflare 邮箱生成逻辑,使用 10 位随机前缀格式 2026-04-13 01:47:51 +08:00
QLHazyCoder 843b1fee8a Merge branch 'dev' 2026-04-13 01:24:40 +08:00
QLHazyCoder b382cbf02f feat(sidepanel): 添加配置菜单,支持导入和导出设置功能 2026-04-13 01:18:14 +08:00
QLHazyCoder 3e3d92de7a feat(sidepanel): 添加 VPS 密码切换按钮及其标签同步功能 2026-04-13 00:24:30 +08:00
QLHazyCoder be8e2e25c2 feat(sidepanel): 更新邮箱状态处理逻辑并增强设置卡片的锁定状态管理 2026-04-13 00:15:50 +08:00
QLHazyCoder b31459b3b8 feat(sidepanel): 添加获取正在运行步骤的功能并更新自动执行逻辑 2026-04-12 23:45:35 +08:00
QLHazyCoder c9736f6c5d feat: 添加本地 CPA 第 9 步策略切换功能 2026-04-12 23:31:07 +08:00
QLHazyCoder 55c90dd8f7 fix(step8): stop debugger click cleanly 2026-04-12 22:00:49 +08:00
QLHazyCoder cbbccf068f feat: release SUB2API OAuth flow on master
- bring the SUB2API OAuth generation and callback account-creation workflow from dev into master
- include sidepanel source switching and background state handling for CPA and SUB2API modes
- keep the dev-side timeout fix that avoids duplicate SUB2API step execution when content-script responses are slow
2026-04-12 21:44:32 +08:00
QLHazyCoder b21901e9e5 feat: integrate SUB2API OAuth flow into dev
- absorb PR #19 by adding SUB2API mode for OAuth link generation and callback account creation
- keep dev-side Hotmail and Cloudflare sidepanel workflows while resolving sidepanel merge conflicts
- avoid duplicate SUB2API side effects by using explicit long single-response timeouts for step 1 and step 9 content-script execution
2026-04-12 20:55:41 +08:00
QLHazyCoder c51791d7fa merge: sync dev into master 2026-04-12 20:11:33 +08:00
QLHazyCoder 25cf718c3e merge: integrate hotmail邮箱支持 into dev 2026-04-12 20:10:17 +08:00
QLHazyCoder 44eceae68f merge: sync dev into master 2026-04-12 19:43:30 +08:00
QLHazyCoder 7f535c8170 chore: stop tracking .github 2026-04-12 19:41:46 +08:00
QLHazyCoder 4228888cca 添加Cloudflare服务 2026-04-12 19:30:35 +08:00
QLHazyCoder 62664ee862 feat: 增加步骤 7 从步骤 6 重启的错误标记构建逻辑,优化错误处理 2026-04-12 15:28:46 +08:00
QLHazyCoder 74fb0bcc50 feat: 增加步骤 7 登录超时处理逻辑,支持从步骤 6 重新发起验证码流程 2026-04-12 13:53:23 +08:00
QLHazyCoder f4da274d7b feat: 添加高风险模式支持,允许通过环境变量配置高风险文件模式 2026-04-12 13:31:00 +08:00
QLHazyCoder ce1440c42f feat: 添加自动运行延迟状态管理,支持从消息更新界面状态 2026-04-12 13:01:02 +08:00
QLHazyCoder 4570c9885b fix: 修复 AI 自动审查工作流中的基准分支检出逻辑,确保使用默认分支 2026-04-12 12:59:06 +08:00
QLHazyCoder 1629f3ed3d feat(step8): 增加步骤 8 的认证页刷新逻辑,优化重试机制和最大尝试轮数 2026-04-12 12:57:25 +08:00
QLHazyCoder 609dd26f08 feat: 添加自动运行功能及相关界面,支持启动前倒计时和计划管理 2026-04-12 12:25:24 +08:00
QLHazyCoder 3de2fd2c6f feat(step8): 增强步骤 8 的页面准备和恢复逻辑,确保认证页内容脚本的稳定性 2026-04-12 02:52:33 +08:00
QLHazyCoder 72fd5df6a4 feat: 添加 AI 自动审查工作流及相关脚本,支持 PR 自动处理和合并 2026-04-12 02:45:14 +08:00
QLHazyCoder 3e2457f7c7 fix(oauth): 整合 Step 8/9 回调修复并补充回归测试
- 支持 localhost 和 127.0.0.1 的本地回调识别,同时兼容 /auth/callback 与 /codex/callback
- 修复 Step 8 停止时的监听清理问题,并补充 onCommitted 和 onUpdated 的回调捕获路径
- 修复 Step 9 在本地 CPA 场景下的自动跳过与精确清理逻辑,避免误关正常本地页面
- 补充 Step 8 与 Step 9 的回归测试
2026-04-12 01:54:11 +08:00
QLHazyCoder 1105e9d4d9 增加更详细的打印日志,便于分析问题 2026-04-11 23:42:33 +08:00
QLHazyCoder 078a5457c5 feat: 实现步骤 8 的状态管理和点击策略,优化 OAuth 授权流程 2026-04-11 23:03:44 +08:00
QLHazyCoder 372d7d5063 本地检测问题日志代码 2026-04-11 22:10:51 +08:00
QLHazyCoder 4050e3473f feat: 添加超时处理功能,优化与内容脚本的消息传递 2026-04-11 20:29:12 +08:00
QLHazyCoder 30fdef9383 feat: 更新邮件删除操作说明,支持通过悬停垃圾桶图标或工具栏删除 2026-04-11 20:26:50 +08:00
QLHazyCoder 28c151d109 feat: 添加邮件清理调度功能,优化邮件删除流程 2026-04-11 20:05:32 +08:00
QLHazyCoder 2b9b6e72ed feat: 动态调整 Toast 提示框的顶部偏移量,优化显示效果 2026-04-11 19:06:33 +08:00
QLHazyCoder 1283b01a41 feat: 动态调整 Toast 提示框的顶部偏移量,优化显示效果 2026-04-11 17:28:38 +08:00