Commit Graph

  • dc5d42addc feat(rpm): RPM 限流模块优化 james-6-23 2026-04-23 03:33:52 +08:00
  • ef967d8f8a fix: 修复 golangci-lint 报告的 36 个问题 shaw 2026-04-23 16:30:43 +08:00
  • 27ffc7f373
    Merge pull request #1828 from wx-11/main Wesley Liddick 2026-04-23 15:52:01 +08:00
  • 9e5a6351fc 修复计费问题以及模型回显 wx-11 2026-04-23 15:09:47 +08:00
  • bcf4aedcde fix: 修复账户配额跨越时调度快照入队逻辑 wucm667 2026-04-23 14:53:57 +08:00
  • 11cf23da7d 修改403逻辑: 先临时冷却,再根据连续次数决定是否判坏号 wx-11 2026-04-23 12:58:13 +08:00
  • eea6f38881 使用codex的生图接口代替web2api wx-11 2026-04-23 12:44:44 +08:00
  • 2489ea3699 fix: clarify OpenAI OAuth proxy errors zhoukailian 2026-04-23 12:23:04 +08:00
  • ff7eab0392 Merge remote-tracking branch 'origin/main' win 2026-04-22 21:27:18 +08:00
  • 1f81b77911 feat(settings): link feature toggles to their config pages erio 2026-04-21 21:59:23 +08:00
  • 6cd7c60549 fix(channels): supported models = mapping ∪ pricing with global LiteLLM fallback erio 2026-04-23 00:45:10 +08:00
  • 25a5035503 fix(available-channels): description as own column, fixed table layout erio 2026-04-22 19:47:03 +08:00
  • 9dae6c7aee feat(sidebar+groups): available-channels above channel-status; show rate for subscription groups erio 2026-04-21 22:10:51 +08:00
  • ff4ef1b574 feat(channels): themed model popover + group-badge with rate, subscription & exclusivity erio 2026-04-21 21:44:34 +08:00
  • 84b03efa0b fix(settings): inject channel_monitor & available_channels into SSR payload erio 2026-04-21 21:08:10 +08:00
  • 3cdd5754df feat(channels): aggregate by channel with platform sections + rowspan table erio 2026-04-21 19:46:55 +08:00
  • 800802b8aa feat(channels): explode available channels by platform + apply platform theme erio 2026-04-21 18:47:54 +08:00
  • 9ba42aa556 feat(channels): gate available channels behind feature switch (backend) erio 2026-04-21 17:23:20 +08:00
  • 59290e39f9 chore(channels): drop admin-side available channels view erio 2026-04-21 17:18:37 +08:00
  • 4a3652ec09 refactor(channels): normalize at cache fill and eliminate frontend as-cast erio 2026-04-21 14:10:53 +08:00
  • 375aefa209 refactor(channels): centralize BillingModelSource normalization and exhaustive enum maps erio 2026-04-21 11:31:54 +08:00
  • 88decb6e0c refactor(channels): tighten types and error paths per second review erio 2026-04-21 01:42:18 +08:00
  • 365ef1fdf7 refactor(channels): consolidate pricing index, tighten types, polish DTOs erio 2026-04-21 01:05:14 +08:00
  • 654cfb6480 feat(channels): add "Available Channels" aggregate view erio 2026-04-21 00:27:10 +08:00
  • c46744f366 refactor(channel-monitor): tighten runner lifecycle + add unit tests erio 2026-04-22 20:08:31 +08:00
  • c2f9ad7a21 refactor(channel-monitor): event-driven scheduler + sidebar cleanup erio 2026-04-22 19:17:08 +08:00
  • e1193212b5 feat(monitor): switch headers input to key-value rows erio 2026-04-21 15:37:57 +08:00
  • a7415d4d2e feat(monitor): 30-day raw retention + timeline 4-tier style + CC template seed + JSON format button erio 2026-04-21 15:24:48 +08:00
  • 6925ac25c4 feat(channel-monitor): apply template via subset picker; CC 2.1.114 baseline doc erio 2026-04-21 14:39:19 +08:00
  • a296425994 feat(channel-monitor): request templates with snapshot apply + headers/body override erio 2026-04-21 14:14:49 +08:00
  • 0c48f08f5c refactor(channel-status): drop breadcrumb + subtitle from MonitorHero erio 2026-04-21 12:12:08 +08:00
  • b363bff1d8 feat(channel-monitor): preserve upstream error body erio 2026-04-21 11:59:11 +08:00
  • ef6ec8a15a fix(channel-monitor): drop soft delete, refactor feature flag to declarative form erio 2026-04-21 10:45:30 +08:00
  • 8cf83c984e feat(channel-monitor): aggregate history to daily rollups + soft delete erio 2026-04-21 10:10:56 +08:00
  • ba98243cc2 feat(channel-monitor): gate UI by feature switch + polish form UX erio 2026-04-21 01:42:58 +08:00
  • 0d01bd908e refactor(channel-monitor): remove INTELLIGENCE MONITOR hero title erio 2026-04-21 00:27:07 +08:00
  • 7da5124067 feat(channel-monitor): add feature switch settings + fix extra_models save erio 2026-04-21 00:21:29 +08:00
  • 01faab9f71 x win 2026-04-21 00:03:55 +08:00
  • a1425b457d feat(channel-monitor): redesign user dashboard as card grid erio 2026-04-20 23:38:59 +08:00
  • 20a4e41872 feat(monitor): admin channel monitor MVP with SSRF protection and batch aggregation erio 2026-04-20 20:21:02 +08:00
  • 0b85a8da88 fix: add io.LimitReader bounds to prevent OOM in image handling shaw 2026-04-23 10:27:42 +08:00
  • 327da8e260
    Merge pull request #1813 from meteor041/meteor041/fix-openai-image-handling Wesley Liddick 2026-04-23 10:19:12 +08:00
  • 00778dca31 fix openai image request handling meteor041 2026-04-23 09:53:57 +08:00
  • 79aff2df31
    Merge pull request #1810 from IanShaw027/fix/profile-auth-bindings-i18n Wesley Liddick 2026-04-23 09:48:41 +08:00
  • f35e967516 fix payment qr fallback and admin guidance IanShaw027 2026-04-22 07:33:14 -07:00
  • 6449da6c8d chore: sync VERSION to 0.1.115 [skip ci] github-actions[bot] 2026-04-22 12:08:51 +00:00
  • 755c7d5026 chore: revert README files to 78f691d2 version shaw 2026-04-22 19:54:51 +08:00
  • 1da4bd72df
    Merge pull request #1802 from IanShaw027/fix/profile-auth-bindings-i18n Wesley Liddick 2026-04-22 19:49:43 +08:00
  • 5551349349 fix: clean up profile auth binding notes IanShaw027 2026-04-22 19:11:51 +08:00
  • c6d25f69d5 chore: 恢复PAYMENT系列文件 shaw 2026-04-22 18:48:40 +08:00
  • 45065c23d5 fix(ci): run 108a migration before 109 in backfill integration test shaw 2026-04-22 18:36:44 +08:00
  • ddf80f5ea1
    Merge pull request #1799 from IanShaw027/rebuild/auth-identity-foundation Wesley Liddick 2026-04-22 18:18:39 +08:00
  • c048ca80a4
    Merge branch 'main' into rebuild/auth-identity-foundation Wesley Liddick 2026-04-22 18:17:12 +08:00
  • 22385be515 Merge remote-tracking branch 'upstream/main' into rebuild/auth-identity-foundation IanShaw027 2026-04-22 18:13:05 +08:00
  • 4d0483f5b8 feat: 补充gpt生图模型测试功能 shaw 2026-04-22 17:49:18 +08:00
  • 6b19490393 fix(ci): align openai account tests and remove dead wxpay const IanShaw027 2026-04-22 18:09:46 +08:00
  • 1e0d466002 feat: 补充gpt生图模型测试功能 shaw 2026-04-22 17:49:18 +08:00
  • 9de7a72cce fix(upgrade): close payment and oidc compatibility gaps IanShaw027 2026-04-22 18:01:51 +08:00
  • 66b3acc274 fix(lint): remove embedded response selectors in openai images IanShaw027 2026-04-22 17:51:45 +08:00
  • 0bc3a521b5
    Merge branch 'Wei-Shaw:main' into rebuild/auth-identity-foundation IanShaw 2026-04-22 17:24:38 +08:00
  • 3419cb0112 fix(admin): preserve legacy oidc security write defaults IanShaw027 2026-04-22 17:22:24 +08:00
  • a94d89efa7 fix(unit): restore secure oidc defaults and wechat alias reuse IanShaw027 2026-04-22 16:51:23 +08:00
  • 66680a3056 fix(test): update wechat bind start path assertion IanShaw027 2026-04-22 16:44:25 +08:00
  • ad4600964e fix(ci): clean up lint and dead code IanShaw027 2026-04-22 16:38:36 +08:00
  • 82259d1380 fix(auth): preserve resolved token version on oauth login IanShaw027 2026-04-22 16:01:25 +08:00
  • ca4e38aa01 fix(profile): stabilize binding compatibility and frontend checks IanShaw027 2026-04-22 14:57:47 +08:00
  • 1aab084ecb fix(payment): restore upgrade-safe payment flows IanShaw027 2026-04-22 14:57:16 +08:00
  • 36aed35957 fix(auth): harden oauth identity upgrade paths IanShaw027 2026-04-22 14:56:56 +08:00
  • 32107b4f95
    Merge pull request #1795 from 0x90000/feat/openai-image-api-sync Wesley Liddick 2026-04-22 14:24:41 +08:00
  • 3d29f7c2fa fix(auth): invalidate access tokens on session revoke IanShaw027 2026-04-22 13:30:34 +08:00
  • 01a991f56f fix(test): restore identity repo integration imports IanShaw027 2026-04-22 13:22:33 +08:00
  • 6696e61c7b fix(frontend): preserve callback recovery state IanShaw027 2026-04-22 13:19:41 +08:00
  • 81c827ee51 fix(profile): stabilize identity binding management IanShaw027 2026-04-22 13:19:28 +08:00
  • 83cad63ce0 fix(auth): harden oauth callback adoption flows IanShaw027 2026-04-22 13:19:20 +08:00
  • 06136af805 fix(upgrade): preserve legacy auth and payment compatibility IanShaw027 2026-04-22 13:18:10 +08:00
  • 6ad333d6b2 fix(openai): 修复生图服务 lint 问题 lucas morgan 2026-04-22 12:54:39 +08:00
  • 29caf85104 fix(frontend): stabilize wechat payment resume recovery IanShaw027 2026-04-22 12:30:24 +08:00
  • d6a04bb772 fix(payment): support source routing and compatible resume signing IanShaw027 2026-04-22 12:30:17 +08:00
  • c548021921 feat(openai): 同步生图 API 支持并接入图片计费调度 lucas morgan 2026-04-22 12:30:08 +08:00
  • b2e0712190 fix(settings): preserve oauth config compatibility on upgrade IanShaw027 2026-04-22 12:30:07 +08:00
  • 767f2f2dfe fix(auth): harden pending oauth and backend mode flows IanShaw027 2026-04-22 12:30:00 +08:00
  • 1ffebbb568 fix(migrations): keep auth identity and payment upgrades safe IanShaw027 2026-04-22 12:29:52 +08:00
  • be9df2bea7 fix(auth): scrub legacy pending oauth tokens on upgrade IanShaw027 2026-04-22 11:29:05 +08:00
  • 9d5e9bbc18 fix(payment): respect configured visible method source IanShaw027 2026-04-22 11:28:58 +08:00
  • 454873221c test(auth): strengthen pending oauth legacy token assertions IanShaw027 2026-04-22 11:18:09 +08:00
  • 18481a100b fix(migrations): defer online ddl follow-ups safely IanShaw027 2026-04-22 11:17:45 +08:00
  • ca1f30a911 fix(auth): harden pending oauth session consumption IanShaw027 2026-04-22 11:17:38 +08:00
  • 84628108fc fix(auth): preserve backward-compatible oauth defaults IanShaw027 2026-04-22 11:17:32 +08:00
  • dd314c41e3 fix(payment): restore public resume and result flows IanShaw027 2026-04-22 11:17:23 +08:00
  • c229f33e9e fix(review): harden payment, oauth, and migration paths IanShaw027 2026-04-22 10:26:22 +08:00
  • 8eb3f9e789
    Merge pull request #1785 from IanShaw027/rebuild/auth-identity-foundation Wesley Liddick 2026-04-22 10:14:15 +08:00
  • 7fbd5177c2 fix(ci): make legacy migration cleanup resilient IanShaw027 2026-04-22 09:15:39 +08:00
  • fdf72eb511 fix(ci): repair integration repository tests IanShaw027 2026-04-22 02:42:43 +08:00
  • b13e34f831 fix(ci): align auth and payment verification tests IanShaw027 2026-04-22 02:32:53 +08:00
  • 6d51834a95 refactor(profile): simplify profile page flow IanShaw027 2026-04-22 01:48:09 +08:00
  • 863258d782 Always show register password hint IanShaw027 2026-04-21 10:15:53 -07:00
  • 287f2f56d6 Show embedded avatar preview after selection IanShaw027 2026-04-21 10:13:28 -07:00
  • 525a320424 Fix user profile writes on postgres conflicts IanShaw027 2026-04-21 10:13:28 -07:00
  • 0f4a8d7be8 feat(profile): redesign profile center layout IanShaw027 2026-04-22 00:53:39 +08:00
  • d4c0a99114 feat(auth): support unbinding third-party identities IanShaw027 2026-04-22 00:53:28 +08:00