- 22 Mar, 2026 2 commits
- 21 Mar, 2026 7 commits
-
-
docs: 完善宝塔面板部署教程并修复链接错误
Seefs committed -
feat: Add support for counting cache-hit tokens in llama.cpp
Seefs committed -
feat: add server log file management to performance settings
Seefs committed -
RedwindA committed
-
RedwindA committed
-
- Fix data race on gin.DefaultWriter during log rotation by adding LogWriterMu - Report partial failure when some log files fail to delete instead of always returning success - Fix misleading "logging disabled" banner shown before API responds - Fix en.json translation for numeric validation message
RedwindA committed -
Add API endpoints (GET/DELETE /api/performance/logs) to list and clean up server log files by count or by age. Track the active log file path in the logger to prevent deleting the currently open log. Add a management UI section in the performance settings page with log directory info, file statistics, and cleanup controls. Includes i18n translations for all supported languages (en, fr, ja, ru, vi, zh-CN, zh-TW).
RedwindA committed
-
- 20 Mar, 2026 8 commits
-
-
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
mm413 committed -
- 完善 docs/installation/BT.md,从 2 行扩展为完整教程 - 包含前置要求、安装步骤、配置说明、常见问题 - 修复 README.zh_CN.md 中的链接错误 - 所有内容基于官方文档 https://docs.newapi.pro 编写
lcq225 committed -
fix: normalize generic oauth bearer token type
Calcium-Ion committed -
Seefs committed
-
wenyifan committed
-
CaIon committed
-
wenyifan committed
-
wenyifan committed
-
- 19 Mar, 2026 2 commits
-
-
fix: redirect OAuth login in current page
Calcium-Ion committed -
Seefs committed
-
- 18 Mar, 2026 13 commits
-
-
CaIon committed
-
CaIon committed
-
feat(waffo): Waffo payment gateway integration
Seefs committed -
fix: 修正 Codex free 账号用量显示到每周窗口
Seefs committed -
reed committed
-
feat: 支持通过环境变量配置搜索接口限流参数
Seefs committed -
gz1007 committed
-
When only Waffo was enabled, the generic payment method list showed a "Waffo (Global Payment)" button calling preTopUp (epay flow) instead of waffoTopUp, while the dedicated "Waffo 充值" section had the correct buttons. Fix: filter waffo entries from generic list and hide the "选择支付方式" column when no non-waffo methods exist. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhongyuan.zhao committed -
ESM requires all import statements before other code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhongyuan.zhao committed -
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhongyuan.zhao committed -
The waffoTopUp function was validating against the shared minTopUp which could be set by epay/stripe when multiple gateways are enabled, causing mismatch with backend's WaffoMinTopUp check. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhongyuan.zhao committed -
The code read orderData.AcquiringOrderID but never assigned it to any TopUp field before calling Update(), making the block a no-op. Removed since GatewayOrderId storage is not needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhongyuan.zhao committed -
The backend defines TopUpStatusFailed = "failed" but the frontend STATUS_CONFIG was missing this status, causing raw text display instead of a styled danger badge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhongyuan.zhao committed
-
- 17 Mar, 2026 8 commits
-
-
CaIon committed
-
- Add Waffo payment SDK integration (waffo-go v1.3.1) - Backend: webhook handler, pay endpoint, order lock race-condition fix - Settings: full Waffo config (API keys, sandbox/prod, currency, pay methods) - Frontend: Waffo payment buttons in topup page, admin settings panel - i18n: Waffo-related translations for en/fr/ja/ru/vi/zh-TW Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhongyuan.zhao committed -
chore: refine PR template
Calcium-Ion committed -
Seefs committed
-
feat: params override log
Calcium-Ion committed -
Seefs committed
-
Seefs committed
-
Seefs committed
-