a74d3ac121
feat: Implement a new Upload page for batch processing team owners, featuring a file dropzone and a new layout.
2026-02-07 01:43:38 +08:00
2fc0dcaba4
feat: Introduce a new design system with dark mode and animations, add a reusable Tabs component, implement an Upload page, and create a backend API for team processes.
2026-02-07 00:10:29 +08:00
f97a9beb4b
feat: Implement account pool monitoring and management dashboard with S2A integration and add a new upload page.
2026-02-06 21:54:37 +08:00
6c8a036018
feat: Establish core backend services including SQLite database, structured logging, and initial owner management capabilities.
2026-02-06 20:53:05 +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
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
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
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
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
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
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
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
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
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
4fd6c47264
feat: add Team Auto Registration page with status monitoring, configuration, and controls.
2026-02-01 08:27:16 +08:00
0808da128d
feat: add Team Auto Registration page for batch creation and management of ChatGPT Team accounts.
2026-02-01 08:16:30 +08:00
6254e3781b
feat: add Monitor page for S2A dashboard statistics, pool management, and health checks.
2026-02-01 07:55:10 +08:00
995af8e19a
feat: Implement system configuration page for site settings and proxy management, and add team registration functionality.
2026-02-01 07:50:28 +08:00
28bdc9d509
feat: introduce a new Config page for managing site settings and proxy configurations, and add a Team Registration page with backend API support.
2026-02-01 07:33:35 +08:00
e19df67829
feat: implement team registration management feature with backend API and frontend UI.
2026-02-01 06:49:28 +08:00
14a07e741e
feat: add a service for periodic cleanup of error accounts based on configuration.
2026-02-01 06:02:39 +08:00
e867bc5cbd
feat: Implement S2A, Rod, and Chromedp based authentication for external services, and introduce new frontend pages and backend APIs for monitoring, configuration, upload, and team processes.
2026-02-01 04:58:12 +08:00
842a4ab4b2
feat: Implement initial backend API server with configuration, S2A proxy, and data management, and add frontend Toast component and Config page.
2026-02-01 03:57:51 +08:00
e27e36b0e0
feat: Implement initial Codex Pool backend server with comprehensive APIs for configuration, S2A integration, owner management, batch processing, monitoring, and corresponding frontend pages.
2026-02-01 03:45:53 +08:00
8560a33f36
feat: add new Upload page for batch processing and S2A integration with file validation, owner management, and process monitoring.
2026-02-01 03:03:54 +08:00
a605e46f2a
feat: Add batch processing and upload functionality, including new backend APIs, logging system, SQLite database, and dedicated frontend pages.
2026-02-01 02:53:37 +08:00
94ba61528a
feat: Add LiveLogViewer component for real-time log display with SSE streaming, pause/resume, auto-scroll, and log level styling.
2026-01-31 04:01:05 +08:00
0f319312a0
feat: Implement global design system with dark mode, animations, and add a new LiveLogViewer component.
2026-01-31 03:58:37 +08:00
05580bd025
feat: Add real-time log streaming with a new backend SSE endpoint and a corresponding frontend component.
2026-01-31 03:34:55 +08:00
f590fe0c7a
feat: Implement core backend infrastructure including configuration management, SQLite database with team owners and app settings, and initial owner-related APIs and frontend components.
2026-01-31 03:16:24 +08:00
634b493524
feat: Implement S2A account cleaner management and a global application configuration context, with supporting backend API.
2026-01-31 02:24:08 +08:00
92383f2f20
feat: Initialize core application structure with backend configuration, database, API, and a comprehensive frontend UI for account pooling and management.
2026-01-31 01:48:07 +08:00
74bdcae836
feat: Add automated OpenAI account registration and Codex refresh token acquisition, and introduce a new S2A configuration page.
2026-01-31 01:02:45 +08:00
e666d97eb8
feat: Implement a new monitoring system with auto-add capabilities and a dedicated management UI.
2026-01-30 22:26:11 +08:00
10cda012af
feat: implement core backend for team owner management with SQLite, auto-add APIs, and a frontend owner list component.
2026-01-30 20:20:35 +08:00
3c5bb04d82
feat: Introduce owner management functionality with a new frontend list component and supporting backend API.
2026-01-30 19:55:21 +08:00
d73ca4c6ff
feat: Implement core backend API server, S2A integration, auto-add service, and a new monitoring page.
2026-01-30 19:26:33 +08:00