codex-proxy / src /auth

Commit History

feat: dashboard login gate for public deployments (#148)
91ee702
unverified

icebear icebear0828 commited on

feat: usage stats page with time-series token tracking (#147)
df56b50
unverified

icebear icebear0828 commited on

feat: account management page with batch operations (#146)
7516302
unverified

icebear icebear0828 commited on

feat: detect banned accounts and show status in dashboard (#142)
ba262d0
unverified

icebear icebear0828 commited on

fix: add missing userId field to test fixtures (#128)
b72575f
unverified

icebear icebear0828 commited on

fix: allow multiple team accounts sharing same chatgpt_account_id (#126) (#127)
7e5ecc4
unverified

icebear icebear0828 commited on

fix: prevent quota-exhausted accounts from cycling back to active (#115)
261b199

icebear0828 commited on

refactor: decouple AccountPool, split codex-api and web.ts, fix CI (#113)
0c8b3c0
unverified

icebear icebear0828 commited on

feat: add sticky rotation strategy (#107) (#110)
d0eeb87
unverified

icebear icebear0828 commited on

test: add plan-based model routing tests (14 cases)
9c1c54e

icebear0828 commited on

feat: auto-refresh quota with tiered warnings (#92) (#93)
4f2665c
unverified

icebear icebear0828 commited on

Revert "fix: fall back to all accounts when model plan doesn't match (#91)"
f14db3a

icebear0828 commited on

fix: fall back to all accounts when model plan doesn't match (#91)
5abff38
unverified

icebear icebear0828 commited on

feat: display secondary rate limit window (weekly cap) in dashboard
2996fd8

icebear0828 Claude Opus 4.6 commited on

fix: use real reset duration from 429 response + auto-fallback to next account (#65)
8cde2e9

icebear0828 Claude Opus 4.6 commited on

fix: prevent false window rollover resets in syncRateLimitWindow
cba2903

icebear0828 Claude Opus 4.6 commited on

feat: add Test Connection diagnostic button (#63)
85a4cbd
unverified

icebear icebear0828 Claude Opus 4.6 commited on

fix: strict plan filtering in model-aware account routing
be3d093

icebear0828 Claude Opus 4.6 commited on

feat: model-aware multi-plan account routing (#57)
90c89b6
unverified

icebear icebear0828 Claude Opus 4.6 commited on

fix: Electron OAuth login + i18n layout shift + update modal (#53)
1b6fb15
unverified

icebear icebear0828 Claude Opus 4.6 commited on

fix(auth): add direct-connection fallback for OAuth behind proxy
abe58f1

icebear0828 Claude Opus 4.6 commited on

refactor: extract startServer() + path abstraction for Electron reuse
4a940a5

icebear0828 Claude Opus 4.6 commited on

fix: window counter review issues β€” opacity modifier, catch-up spam, rounding
247b874

icebear0828 Claude Opus 4.6 commited on

feat: add per-window usage counters with time-driven reset
4f2220c

icebear0828 Claude Opus 4.6 commited on

fix: stop resetting local usage counters on rate limit window rollover
9d65acf

icebear0828 Claude Opus 4.6 commited on

feat: add per-account empty response tracking with email in logs
b3dfc6c

icebear0828 Claude Opus 4.6 commited on

feat: OpenCode platform support, vitest tests, changelog & Docker hardening
92c5df7

icebear0828 Claude Opus 4.6 commited on

refactor: remove dead code, unused config, and fix type violations
50ae780

icebear0828 Claude Opus 4.6 commited on

fix: proxy_api_key from config not used in frontend or auth validation
1f63c38

icebear0828 Claude Opus 4.6 commited on

refactor: architecture audit fixes (P0-P2 stability & reliability)
b1107bc

icebear0828 Claude Opus 4.6 commited on

refactor: fingerprint alignment, auto-maintenance, Docker deployment
347f81b

icebear0828 Claude Opus 4.6 commited on

refactor: extract shared proxy handler, eliminate route duplication
8b777a2

icebear0828 Claude Opus 4.6 commited on

fix: remove all `any` types from source code
8fc11c2

icebear0828 Claude Opus 4.6 commited on

feat: desktop context injection, multi-turn sessions, TLS impersonation & auto-update
22a7de1

icebear0828 Claude Opus 4.6 commited on

feat: anti-detection hardening β€” curl TLS, auto-version, jitter & Chromium headers
0d2f54c

icebear0828 Claude Opus 4.6 commited on

feat: native OAuth PKCE login with fixed localhost:1455 redirect
5dd5107

icebear0828 Claude Opus 4.6 commited on

feat: architecture audit β€” disguise hardening, update automation, robustness
85aec43

icebear0828 Claude Opus 4.6 commited on

refactor: remove dead code, extract hardcoded values into config
ab21b87

icebear0828 Claude Opus 4.6 commited on

Initial commit: Codex Proxy with quota API and Cloudflare bypass
5d0a52f

icebear0828 Claude Opus 4.6 commited on