Commit Graph

358 Commits

Author SHA1 Message Date
Q3CC 64f21fb0a9 feat: add Codex2API as a protocol-based OAuth source
- 合并 PR #134 的核心改动:新增 Codex2API 来源,并在 Step 7 / Step 10 走协议式 OAuth 生成与 localhost callback code/state 交换
- 本地补充修复:吸收 dev 后解决 sidepanel 测试冲突,补齐 2925 号池设置测试桩,并修正 README 快速开始编号
- 影响范围:background panel bridge、platform verify、sidepanel 来源配置、相关文档与测试
2026-04-22 22:22:13 +08:00
Q3CC efac314ea6 Restore tutorial markdown formatting from dev 2026-04-22 22:19:43 +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
QLHazyCoder 877d545dc5 Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-04-22 21:56:12 +08:00
QLHazyCoder 8eec4409fc feat: 增强2925邮箱登录态处理,添加邮箱一致性校验与错误处理 2026-04-22 21:46:27 +08:00
QLHazyCoder e2ec2c7381 feat: 添加 currentMail2925AccountId 以支持账号池恢复功能 2026-04-22 21:14:12 +08:00
QLHazyCoder d50d8b5305 fix: 优化步骤 9 错误处理,直接报错不再重试认证页 2026-04-22 20:56:49 +08:00
Q3CC 87a5b67f1c feat: improve Cloudflare Temp Email random subdomain support and sidepanel UX
- 合并 PR #136 的核心改动:补充 Cloudflare Temp Email 随机子域支持、独立侧边栏卡片与使用教程入口
- 本地补充修复:恢复注册诊断测试中的可读中文触发词,并同步 docs/使用教程.md 到结构文档
- 影响范围:generated email helpers、sidepanel Cloudflare Temp Email 配置、signup diagnostics tests、docs
2026-04-22 20:51:50 +08:00
Q3CC 48af6e7d1b fix: restore readable signup diagnostics regex and sync docs index 2026-04-22 20:50:17 +08:00
QLHazyCoder 69434d67ee feat: 更新回调方式选项,优化步骤 10 策略选择 2026-04-22 20:09:47 +08:00
QLHazyCoder 79e917345e feat: 添加浏览器切换所需错误处理,增强步骤 10 的诊断信息 2026-04-22 18:33:54 +08:00
QLHazyCoder a6967240c7 fix: 将 OAuth 流程超时设置从 6 分钟调整为 5 分钟 2026-04-22 18:19:17 +08:00
QLHazyCoder e799a79645 feat: 增强 OAuth 认证流程,优化回调状态处理与错误解释 2026-04-22 17:20:17 +08:00
Twelveeee 421b79214d Merge branch 'QLHazyCoder:master' into master 2026-04-22 16:25:17 +08:00
Twelveeee 68b4469dec feat: improve Cloudflare Temp Email random subdomain flow and sidepanel UX 2026-04-22 16:23:16 +08:00
initiatione f8b919e883 Add codex2api as a protocol-first OAuth source
This keeps the existing CPA, SUB2API, and contribution flows intact
while introducing codex2api as a separate source that plugs into
Step 7 and Step 10 through backend APIs instead of page DOM.

The sidepanel now exposes codex2api settings, preserves the built-in
local default through placeholder-only UI, and accepts user-provided
public admin URLs. Step 7 now treats missing or invalid management
secrets as terminal config errors so the flow stops instead of retrying
needlessly.

Constraint: New source must be additive and must not break existing CPA/SUB2API/contribution paths
Rejected: Drive codex2api through admin page button clicks | too brittle against frontend DOM changes
Rejected: Reuse contribution mode as a source surface | violates existing panelMode/runtime-mode boundary
Confidence: high
Scope-risk: moderate
Reversibility: clean
Directive: Keep codex2api on the protocol path unless its API becomes insufficient; do not add a panel content script without proving the protocol path cannot work
Tested: npm test; targeted codex2api/auth retry loops repeated 40 times; full suite repeated 5 times
Not-tested: Real browser run against a live codex2api instance with a real Admin Secret and OpenAI authorization
2026-04-22 13:57:21 +08:00
QLHazyCoder e732dd2a20 feat: 增强注册诊断功能,添加密码页和可见性元数据捕获 2026-04-22 13:21:34 +08:00
QLHazyCoder 27c8faa2a0 chore(release): bump version to Pro5.8 2026-04-22 02:39:57 +08:00
QLHazyCoder 4128cbda3c fix: 增加2925邮箱登录超时和重试逻辑,优化用户体验 2026-04-22 02:35:13 +08:00
QLHazyCoder 83c26460c7 chore(release): bump version to Pro5.7 2026-04-22 02:20:46 +08:00
QLHazyCoder c35127c5b7 fix: remove hardcoded max run count and adjust fallback risk warning logic 2026-04-22 02:10:07 +08:00
QLHazyCoder 3d69413b05 chore(release): bump version to Pro5.6 2026-04-21 23:26:46 +08:00
QLHazyCoder cf932077bc 补充文件 2026-04-21 23:21:28 +08:00
QLHazyCoder cf42dc73fd 2925邮箱添加邮箱接收和发送功能 2026-04-21 23:21:19 +08:00
QLHazyCoder ab935a33b1 chore(release): bump version to Pro5.5 2026-04-21 22:06:34 +08:00
QLHazyCoder 2495b3f822 fix: harden signup verification recovery for Cloudflare and split OTP flows
- 合并 PR #130 的核心改动:修正 Cloudflare Temp Email 在 Step 4 的验证码轮询入口,并补上提交后认证重试页恢复逻辑
- 本地补充修复:正确识别分格 OTP 输入框,不再把单字符 numeric 输入误判为单一验证码框;连续重试页恢复失败时也不再误判成功
- 影响范围:background Step 4 验证码入口、signup-page 内容脚本、相关回归测试
2026-04-21 21:50:12 +08:00
QLHazyCoder d3a943c408 fix: stabilize signup verification recovery
- merge the latest dev branch into PR #130 before applying local fixes
- detect visible split OTP inputs even when the page exposes numeric single-character fields
- stop assuming verification success after repeated auth retry-page recovery failures
2026-04-21 21:48:25 +08:00
QLHazyCoder 3abc9ff9f9 chore(release): bump version to Pro5.4 2026-04-21 21:30:55 +08:00
QLHazyCoder 1c96098fc5 feat: 优化2925邮箱登录逻辑,增强账号池管理与错误处理 2026-04-21 21:27:36 +08:00
dyhhhhhqwer da0ca04153 Fix Cloudflare signup verification recovery 2026-04-21 19:46:28 +08:00
QLHazyCoder 4781b05e5e chore(release): bump version to Pro5.3 2026-04-21 19:26:49 +08:00
QLHazyCoder f8300d6132 Merge branch 'master' of https://github.com/QLHazyCoder/codex-oauth-automation-extension 2026-04-21 19:01:00 +08:00
QLHazyCoder 95289c37b8 feat: 同步2925号池当前选中邮箱到mail2925BaseEmail字段,优化用户体验 2026-04-21 19:00:16 +08:00
QLHazyCoder 7bb51185ae feat: 添加贡献更新提示层,优化贡献模式按钮及相关提示功能 2026-04-21 18:11:07 +08:00
QLHazyCoder 7c20405685 fix(mail2925): 修复验证码轮询与登录态复用逻辑并清理中文文案,重构 sidepanel:统一 Hotmail 和 2925 号池表单交互
- 抽出共享 account-pool-ui helper
- 统一添加账号、取消添加、批量导入交互
- 调整号池列表收起高度与按钮布局
- 补充测试并同步更新项目文档
2026-04-21 18:02:59 +08:00
QLHazyCoder 9228c7080e feat: 优化2925账号池表单,修复步骤7无法识别重试页面bug 2026-04-21 16:39:37 +08:00
QLHazyCoder 5c75d2e3aa feat: 添加贡献内容更新服务,优化侧边栏贡献模式按钮及相关提示功能 2026-04-21 15:57:03 +08:00
QLHazyCoder d6ec25c570 chore(release): bump version to Pro5.0 2026-04-21 13:35:43 +08:00
QLHazyCoder 3718575bff 修复2925号池不能自动登陆问题 2026-04-21 13:31:50 +08:00
QLHazyCoder d85f7feaef feat: 更新贡献上传URL逻辑,优化上传页面打开功能并更新相关测试用例 2026-04-21 12:40:26 +08:00
QLHazyCoder 239120c983 更换图片 2026-04-21 10:33:38 +08:00
QLHazyCoder 448dd065cd chore(release): bump version to Pro4.9 2026-04-21 02:22:50 +08:00
QLHazyCoder a4c757617f Merge branch 'dev' 2026-04-21 02:20:39 +08:00
QLHazyCoder 5d2b60af56 feat: 添加编辑和取消编辑功能到2925邮箱管理器,更新相关UI和测试用例 2026-04-21 02:16:45 +08:00
QLHazyCoder 157f49592a feat: 更新贡献昵称逻辑,允许用户留空昵称并调整相关测试用例 2026-04-21 01:55:06 +08:00
QLHazyCoder c04403c302 feat: 优化2925邮箱登录流程,添加登录前清理cookie和等待机制,更新相关文档和测试用例 2026-04-21 01:50:02 +08:00
QLHazyCoder 45b02a7107 feat: 添加sleepWithStop函数到2925邮箱会话管理器,优化登录流程中的重登录机制 2026-04-21 01:11:24 +08:00
QLHazyCoder 6c17ffc7f4 feat: 增强2925邮箱登录流程,添加登录失败处理和超时机制,更新相关文档和测试用例 2026-04-20 23:10:01 +08:00
QLHazyCoder 20146ce3e9 feat: 增强2925邮箱处理逻辑,优化账号切换和停止流程,更新相关测试用例 2026-04-20 21:11:08 +08:00
QLHazyCoder 6783cf02b4 2925邮箱增加账号池功能 2026-04-20 18:56:08 +08:00