Commit Graph

124 Commits

Author SHA1 Message Date
1c1bdc3152 1 2026-02-05 22:03:04 +08:00
dd24c813ab feat: Implement Dashboard page displaying pool status, statistics, and recent batch runs. 2026-02-05 09:05:36 +08:00
6e6dfded7b feat: add batch processing history and real-time status monitoring for team uploads 2026-02-05 08:51:53 +08:00
1718920250 feat: Add team process API. 2026-02-05 07:58:21 +08:00
db00d44a71 feat: Implement initial backend API server with various endpoints and background services, including an error account cleaner. 2026-02-05 07:51:03 +08:00
ad1270b88d feat: implement ChatGPT owner demotion service with a FastAPI backend and a basic frontend, alongside updated project metadata. 2026-02-05 07:18:22 +08:00
8895d508c0 feat: Implement Max RPM tracking API, Codex API authentication, and a new dashboard pool status component. 2026-02-05 06:30:47 +08:00
2bccb06359 feat: Implement the ChatGPT Owner Demotion Console with new frontend and backend components. 2026-02-05 03:13:30 +08:00
61712cf4fb feat: Implement browserless Codex API authentication with PoW solving and a new mail service, and update gitignore to exclude get_code.go. 2026-02-04 09:43:22 +08:00
381cbd41fa feat: add backend team registration module 2026-02-04 04:27:44 +08:00
1bd3d120c1 feat: implement mail service client for email generation, mailbox creation, and verification code retrieval. 2026-02-03 08:59:49 +08:00
d92c64f2c2 feat: add mail service for managing email configurations, generating accounts, and fetching emails with verification code support. 2026-02-03 08:49:40 +08:00
f8c3cd9a5b build: update GOPROXY to proxy.golang.org in Dockerfile and docker-compose build arguments. 2026-02-03 08:15:41 +08:00
fcbdd8de39 feat: implement team process API endpoints 2026-02-03 08:00:18 +08:00
33289b633d feat: add Codex API authentication module with TLS fingerprinting and PoW solving, and introduce team processing API. 2026-02-03 07:48:06 +08:00
a4aed8890f feat: add API for team processes 2026-02-03 07:40:30 +08:00
0813737f1b fix(auth): remove username from password verification payload and fix proxy refresh handler
- Remove redundant username field from password verification payload in CodexAPIAuth
- Update proxy refresh button to use arrow function for proper event handling
- Simplify authentication flow by eliminating unnecessary email parameter in password verification request
2026-02-03 07:32:52 +08:00
87b9b72a0e feat: add Codex API headless authentication and proxy configuration UI. 2026-02-03 07:01:22 +08:00
f2757cf313 feat: Implement SQLite database for team owner management, configuration, batch processing, and proxies, introducing new auto-add API and Accounts UI. 2026-02-03 06:54:40 +08:00
b20399a00a feat: Introduce core application structure, configuration, monitoring, and team management features. 2026-02-03 06:45:54 +08:00
637753ddaa feat: Implement Codex proxy configuration page with CRUD and testing capabilities, supported by new backend API and services for error handling, team processing, mail, and ChatGPT registration. 2026-02-03 04:33:37 +08:00
f867e20c0e feat: Implement CodexAuth proxy pool backend and a new sidebar component with navigation. 2026-02-03 03:35:43 +08:00
9b4838b604 feat: add Codex proxy configuration page with full CRUD, toggle, and testing functionalities. 2026-02-03 03:30:01 +08:00
cf25845a0b feat: Implement ChatGPT account registration flow and establish core backend API infrastructure with logging utilities. 2026-02-03 03:22:43 +08:00
b014226074 feat: Implement CodexAuth proxy pool management with a new frontend configuration page and a dedicated backend service for API, database, and proxy testing. 2026-02-03 03:00:25 +08:00
51ba54856d feat: Add automated ChatGPT account registration with backend API, TLS client, and fingerprinting, alongside new frontend pages for configuration, monitoring, and upload. 2026-02-03 02:39:08 +08:00
389b8eca28 4 2026-02-02 11:14:20 +08:00
11bc01e8ed 3 2026-02-02 11:10:31 +08:00
6ef0dd448a 2 2026-02-02 11:07:11 +08:00
f12d4d9a31 1 2026-02-02 11:03:36 +08:00
c66109c829 feat: add team process API endpoint. 2026-02-02 10:51:27 +08:00
71eec01739 feat: Implement API-based Codex authentication and add team process API, while removing get_code.go from .gitignore. 2026-02-02 10:28:30 +08:00
e8323671b1 feat: Initialize Go module and add core dependencies for the backend. 2026-02-02 09:59:53 +08:00
54ccd4a100 feat: Add a new Go backend module for API-based authentication, featuring TLS fingerprinting and Proof-of-Work solving. 2026-02-02 09:58:29 +08:00
8fbafee79a feat: implement browserless Codex API authentication flow including PKCE and Sentinel PoW. 2026-02-02 09:45:36 +08:00
a5407cdb25 2 2026-02-02 09:39:18 +08:00
bc95bed6b7 1 2026-02-02 09:34:29 +08:00
3d026b2010 feat: Introduce a new monitoring and configuration dashboard with backend API for autopool management and S2A integration. 2026-02-02 07:55:22 +08:00
5a3b3aa8ef feat: Implement S2A OAuth authorization using chromedp and introduce new files for browser automation and team processing. 2026-02-02 05:54:55 +08:00
74796a16dd feat: Implement S2A OAuth authorization using chromedp and rod browser automation, and integrate it into team processing. 2026-02-02 05:32:40 +08:00
4cd9f2b2b7 feat: Implement browser-based OAuth authentication using chromedp and rod, and add a team processing API. 2026-02-02 05:05:07 +08:00
ee5b69af13 feat: Add LogStream component for real-time log display with Server-Sent Events, historical log loading, and interactive controls. 2026-02-02 04:27:47 +08:00
8fa529e59d feat: add Team Registration page for managing batch ChatGPT Team account creation and payment. 2026-02-02 04:24:33 +08:00
c9e7a9adbf feat: Implement browser-based OAuth authentication using Chromedp and Rod, add an upload page, and introduce team processing API. 2026-02-02 04:19:53 +08:00
3f1edc0b8f feat: Introduce TLS client with browser fingerprinting and browser automation tools for authentication. 2026-02-02 03:56:14 +08:00
daf4c68e4f feat: Add a new cleaner page for managing and automatically cleaning error S2A accounts, supported by new backend services for logging, authentication, and client operations. 2026-02-02 03:27:33 +08:00
d05c19a8d5 feat: Add chromedp and rod-based OAuth authorization methods. 2026-02-01 09:19:53 +08:00
76ff32e83c feat: add Team Auto Registration page with status monitoring, configuration, and control for batch account creation. 2026-02-01 08:45:57 +08:00
b0d36ac610 feat: Add new page for ChatGPT Team auto-registration and payment automation. 2026-02-01 08:39:12 +08:00
96d4ed0761 feat: add Team Auto Registration page with status display, configuration options, and real-time logging. 2026-02-01 08:32:42 +08:00