Commit Graph

282 Commits

Author SHA1 Message Date
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
QLHazyCoder c906e4434d feat: 添加2925邮箱会话确保逻辑,优化邮箱轮询验证码流程 2026-04-23 00:33:16 +08:00
QLHazyCoder 6039cbaf87 feat: 添加对未触发自动登录的处理,复用当前已登录会话 2026-04-22 23:21:17 +08:00
DanielSong 2c01f71bc9 feat: add custom email pool mail compatibility 2026-04-22 23:00:49 +08:00
sh2001sh 48cf6847c7 Fix phone verification restart after add-phone fallback 2026-04-22 22:58:28 +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 cd64237b9c Merge branch 'master' of https://github.com/QLHazyCoder/codex-oauth-automation-extension 2026-04-22 21:52:12 +08:00
QLHazyCoder 491d309a6f feat: 添加邮箱字段到贡献请求体,并更新相关测试用例 2026-04-22 21:52:04 +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
QLHazyCoder e799a79645 feat: 增强 OAuth 认证流程,优化回调状态处理与错误解释 2026-04-22 17:20: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
sh2001sh e7af5c5c4a Merge remote-tracking branch 'origin/master'
# Conflicts:
#	content/signup-page.js
#	tests/step6-login-state.test.js
2026-04-22 10:06:10 +08:00
QLHazyCoder 4128cbda3c fix: 增加2925邮箱登录超时和重试逻辑,优化用户体验 2026-04-22 02:35:13 +08:00
QLHazyCoder cf42dc73fd 2925邮箱添加邮箱接收和发送功能 2026-04-21 23:21:19 +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 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 95289c37b8 feat: 同步2925号池当前选中邮箱到mail2925BaseEmail字段,优化用户体验 2026-04-21 19:00:16 +08:00
QLHazyCoder 7c20405685 fix(mail2925): 修复验证码轮询与登录态复用逻辑并清理中文文案,重构 sidepanel:统一 Hotmail 和 2925 号池表单交互
- 抽出共享 account-pool-ui helper
- 统一添加账号、取消添加、批量导入交互
- 调整号池列表收起高度与按钮布局
- 补充测试并同步更新项目文档
2026-04-21 18:02:59 +08:00
sh2001sh 451cedf104 Merge origin/master into master 2026-04-21 16:19:42 +08:00
QLHazyCoder 3718575bff 修复2925号池不能自动登陆问题 2026-04-21 13:31:50 +08:00
sh2001sh b098726a6f feat: add phone verification flow support 2026-04-21 13:17:17 +08:00
QLHazyCoder a4c757617f Merge branch 'dev' 2026-04-21 02:20:39 +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
dada2321 5318a0975b Merge branch 'master' into codex/upstream-pr 2026-04-20 16:04:13 +08:00
QLHazyCoder 8dd6daccd1 feat: 增强2925邮箱处理逻辑,添加邮件预清空机制,更新相关测试用例 2026-04-20 15:42:35 +08:00
QLHazyCoder 4107e4d378 feat: 增强注册流程,处理用户已存在错误,更新相关逻辑和测试用例 2026-04-20 15:08:45 +08:00
QLHazyCoder ffecba6ab3 feat: 更新2925邮箱处理逻辑,增强验证码重发机制,调整测试用例 2026-04-20 13:15:39 +08:00
QLHazyCoder 8a16d81e01 feat: 添加贡献模式昵称和QQ字段,更新相关逻辑和测试 2026-04-20 13:15:22 +08:00
QLHazyCoder c2c5e3e334 feat: 更新贡献模式和 OAuth 流程中的状态消息,简化回调处理逻辑,增强测试覆盖 2026-04-20 01:17:36 +08:00
QLHazyCoder da7cddee8f Merge branch 'dev' into master 2026-04-20 00:48:38 +08:00
QLHazyCoder 5aac0ac8fb Merge branch '贡献功能开发' into dev 2026-04-20 00:40:59 +08:00
QLHazyCoder 01849505e4 feat: 添加贡献模式支持,增强状态管理和错误处理逻辑 2026-04-19 23:35:35 +08:00
QLHazyCoder 7cb1bda672 feat: 更新 OAuth 流程,调整步骤 6 和步骤 7 的逻辑,添加相关测试 2026-04-19 18:59:32 +08:00
QLHazyCoder 17e1c672f1 feat: 添加停止记录推断逻辑,支持归一化步骤状态并更新相关测试 2026-04-19 16:54:15 +08:00
dada2321 01477d6bd0 fix: improve step 2 email switch handling 2026-04-19 12:05:24 +08:00
QLHazyCoder 774ead30f7 feat(sidepanel): implement multi-select and delete functionality for account records
- Added a new feature to allow users to select multiple account records and delete them.
- Introduced a filter system to categorize account records based on their status (success, failed, stopped, retry).
- Enhanced the UI with a toolbar for selection and deletion actions, including a confirmation modal for deletions.
- Updated the CSS for better styling of the new toolbar and selection states.
- Implemented backend support for deleting selected records and syncing the remaining records.
- Added unit tests to ensure the new functionality works as expected.
2026-04-19 01:12:17 +08:00
QLHazyCoder c994d7ae12 贡献功能开发 2026-04-18 23:51:56 +08:00
QLHazyCoder 0c1399f6a6 Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev 2026-04-18 21:23:51 +08:00
祁连海 61bc34678b feat: 优化自动运行控制器,遇到 add-phone 页时直接结束当前轮并继续下一轮 2026-04-18 20:54:31 +08:00