ZheFox
0b2a8fafce
feat(billing): add image output pricing and usage tracking
2026-05-18 02:49:56 +08:00
RWDai
26900c8c9e
Show only client family in usage client column
2026-05-18 00:46:41 +08:00
ZheFox
c024c782e4
feat(billing): add image quality pricing and usage tracking
2026-05-18 00:11:30 +08:00
MMEXA
84fc1e35e2
fix(frontend): support login autofill and reliable redirect
2026-05-17 16:03:57 +00:00
MMEXA
995be3781a
fix(frontend): align usage APIs with Rust routes
2026-05-17 15:37:52 +00:00
RWDai
0a62e4bc77
Remove usage request path column
2026-05-17 23:05:02 +08:00
dalamudx
48deff15c4
fix(oauth): fix login failures and add provider icon_url config
...
- Fix FIND_OAUTH_LINKED_USER_SQL missing allowed_providers_mode columns
- Fix TOUCH_OAUTH_LINK_SQL json/jsonb type mismatch in COALESCE
- Add icon_url field to OAuth provider config (DB, API, frontend)
- Fix admin OAuth test: accept 404 as reachable, use system proxy
2026-05-17 21:33:02 +08:00
ZheFox
d9c8119bda
fix(routing): match provider model names in admin routing counts
2026-05-17 18:59:41 +08:00
ZheFox
485d166912
fix(provider): count inherited endpoint formats for model tests
2026-05-17 18:04:16 +08:00
mayrain
936e1ae37b
feat(grok): add admin oauth and quota support
2026-05-16 21:15:38 +08:00
mayrain
e5f1f52759
feat(model-test): wire image previews into provider tests
2026-05-16 21:15:27 +08:00
mayrain
edacc5a7d0
feat(model-test): add image-aware request helpers
2026-05-16 21:15:27 +08:00
fawney19
ed9267562b
Adjust provider detail key pagination
2026-05-16 21:08:25 +08:00
fawney19
3a5922d4ee
fix: use codex quota refresh for account checks
2026-05-16 20:16:23 +08:00
fawney19
56994d4c29
fix(frontend): relax system import limits
2026-05-16 19:00:20 +08:00
Entropy.Xu
973eb1a614
feat(referrals): 添加邀请返利和注册确认功能
2026-05-16 17:41:52 +08:00
RWDai
ba661f1b3c
Add usage record column controls
2026-05-16 15:55:38 +08:00
RWDai
4f584a71df
Add usage metadata frontend plumbing
2026-05-16 15:55:38 +08:00
RWDai
03ba1f94d7
Show execution failure reasons in request details
2026-05-16 15:42:13 +08:00
RWDai
6dd5d2fe14
Add failure notice resolver for usage records
2026-05-16 15:42:13 +08:00
RWDai
9325c2ad9d
fix(providers): remove unreachable manual model add flow
2026-05-16 15:35:26 +08:00
RWDai
590151f40b
feat(models): allow manual global model creation
2026-05-16 15:27:34 +08:00
HsungKayphoon
74a1e5ad7d
feat: add scoped manual usage cleanup
2026-05-16 15:23:44 +08:00
fawney19
893ac18d60
Merge PR #469 : 修复用户可见性、额度、验证与 Codex 探测
2026-05-16 14:28:19 +08:00
fawney19
74abb50bdc
fix(public): keep original GitHub links visible
...
(cherry picked from commit 7c93552697c9c35b77df35e117900ff8e9b62994)
2026-05-16 13:50:46 +08:00
fawney19
a7fdce493b
feat: paginate provider keys from backend
2026-05-16 12:52:49 +08:00
fawney19
b6d74249a4
fix(public): keep original GitHub links visible
...
(cherry picked from commit 7c93552697c9c35b77df35e117900ff8e9b62994)
2026-05-16 11:38:49 +08:00
fawney19
f72ab383c9
Refine OAuth auto cleanup conditions
...
(cherry picked from commit 78826eae47ab18ace6931dd190a41070416b5e10)
2026-05-16 11:33:45 +08:00
fawney19
f59cf1090d
feat(admin): unify system data management and aggregate import/export
2026-05-16 02:16:53 +08:00
Entropy.Xu
1a50c5e112
merge: 同步主线并解决用户侧验证冲突
2026-05-16 01:25:42 +08:00
Entropy.Xu
bbd3c30b0e
fix(public): 修复用户可见性、额度、验证与 Codex 探测
2026-05-16 00:51:44 +08:00
fawney19
d53546d56f
Make pool probing request-driven
2026-05-16 00:18:47 +08:00
fawney19
b09fd48eee
Merge remote-tracking branch 'origin/pr/462'
2026-05-15 22:28:40 +08:00
fawney19
8eb4c029b2
Merge pull request #467 from AAEE86/main
...
fix(usage): prevent detail view from overriding active request status
2026-05-15 21:08:48 +08:00
AAEE86
9c7757f801
fix(usage): prevent detail view from overriding active request status
...
- Keep pending/streaming lifecycle status authoritative for active requests
- Prevent detail status code or trace state from misclassifying in-flight requests as stream/failed
- Add regression coverage for status resolution and timeline state emission
2026-05-15 19:04:50 +08:00
fawney19
e4f427f921
Merge remote-tracking branch 'entropy-xu/payment-billing-plans'
...
# Conflicts:
# crates/aether-data/src/lifecycle/bootstrap/postgres.rs
# crates/aether-data/src/lifecycle/migrate/tests.rs
# frontend/src/views/admin/Users.vue
2026-05-15 16:37:17 +08:00
fawney19
38240f77ff
chore: replace dev script with make targets
2026-05-15 16:09:11 +08:00
fawney19
b0ba1f250d
Merge pull request #463 from AAEE86/main
...
chore(deps): update npm lockfiles
2026-05-15 14:13:14 +08:00
AAEE86
8538364930
chore(deps): update npm lockfiles
2026-05-15 13:46:32 +08:00
fawney19
fb2662b877
Merge pull request #460 from RWDai/manual-provider-model-save-20260515
...
Allow manual provider model save without online discovery
2026-05-15 13:33:32 +08:00
fawney19
170218bb26
Merge pull request #458 from RWDai/opencode/sunny-orchid
...
Add one-click proxy node installation
2026-05-15 12:49:08 +08:00
fawney19
8e0f8003a9
fix: simplify account self-check config
2026-05-15 02:21:11 +08:00
fawney19
54a8312e46
feat: add adaptive pool metrics and self-check
2026-05-15 02:21:11 +08:00
Entropy.Xu
85f48123b6
feat(auth): 添加 Turnstile 注册防护
2026-05-15 01:54:20 +08:00
RWDai
fdea51c7b1
Simplify proxy install command copy
2026-05-15 01:21:31 +08:00
RWDai
1216fa940e
Allow manual provider model save without online discovery
2026-05-15 00:51:30 +08:00
RWDai
bcf4adf944
Merge branch 'main' into opencode/sunny-orchid
...
# Conflicts:
# README.md
2026-05-14 20:22:36 +08:00
RWDai
3e122c84ef
Add proxy node script install UI
2026-05-14 19:35:16 +08:00
RWDai
98a54b4633
Add proxy install session client API
2026-05-14 19:34:56 +08:00
fawney19
bf511f9f8c
Merge pull request #449 from RWDai/feat/audit-admin-readonly
...
Add read-only audit administrator role
2026-05-14 15:51:27 +08:00