yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/llmage 2026-05-26 12:05:48 +08:00
e9a20a091f revert: restore self-orgid balance bypass in checkCustomerBalance()
yumoqing pushed to main at yumoqing/llmage 2026-05-26 12:02:25 +08:00
265702b894 fix: remove self-orgid balance bypass in checkCustomerBalance()
yumoqing pushed to feat/modern-ui-platformbiz at yumoqing/platformbiz 2026-05-26 11:58:40 +08:00
528d613abb fix: add dark mode background (#0B1120) to platformbiz index.ui
yumoqing pushed to feat/dataviz-accounting at yumoqing/accounting 2026-05-26 11:58:20 +08:00
4e0f2e6e88 Merge branch 'feat/modern-ui-accounting' into feat/dataviz-accounting
5c10c2cb30 fix: add dark mode background (#0B1120) to accounting index.ui (dataviz branch)
Compare 2 commits »
yumoqing pushed to feat/modern-ui-pricing at yumoqing/pricing 2026-05-26 11:57:19 +08:00
bf868f3f3a fix: add dark mode background (#0B1120) to pricing index.ui
yumoqing created branch fix/dark-mode-bg in yumoqing/sage 2026-05-26 11:57:12 +08:00
yumoqing pushed to fix/dark-mode-bg at yumoqing/sage 2026-05-26 11:57:12 +08:00
b841f79e13 fix: add dark mode background (#0B1120) to public/mainpage/index.ui
yumoqing pushed to main at yumoqing/llmage 2026-05-26 11:56:47 +08:00
f151ad2c30 fix: add dark mode background (#0B1120) to llmage index.ui
yumoqing pushed to main at yumoqing/llmage 2026-05-26 11:45:40 +08:00
146ebb2b4a feat: add /v1/video/generations and /v1/image/generations API endpoints
yumoqing pushed to main at yumoqing/llmage 2026-05-26 11:27:36 +08:00
b558059dc8 Merge feat/dataviz-llmage: add llmage module stat cards
9364989be3 Merge feat/modern-ui-llmage: modernize llmage index.ui with standardized card navigation
fd6d17e3c2 feat: add llmage module stat cards - model count, today's usage, amount, catalog count
ae61193454 feat: modernize llmage index.ui with standardized card navigation
Compare 4 commits »
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-05-26 11:18:55 +08:00
a8eaa4e219 fix: get_new_users_month - use 'created_at' instead of non-existent 'created_date' column in users table
yumoqing pushed to main at yumoqing/dashboard_for_sage 2026-05-26 11:14:58 +08:00
87dc6da0af fix: top_models.dspy return data via 'return' instead of 'print'
yumoqing pushed to main at yumoqing/ahserver 2026-05-26 09:33:16 +08:00
8efae163b8 bugfix
yumoqing pushed to feat/dataviz-users at yumoqing/rbac 2026-05-26 09:32:39 +08:00
f8c8a4ce4d refactor: move RBAC tools logic to rbac/rbac_tools.py, dspy files call via request._run_ns
yumoqing pushed to main at yumoqing/sage 2026-05-26 09:28:06 +08:00
63ee4b324d fix: add local dev env vars and fix DB password format
yumoqing pushed to main at yumoqing/ahserver 2026-05-26 09:28:01 +08:00
a691774afd fix: optimize isHtml() to read only first 512 bytes instead of entire file
yumoqing pushed to feat/dataviz-users at yumoqing/rbac 2026-05-26 09:18:06 +08:00
0b456486db feat: add RBAC tools — list_path_roles, find_unauth_files, and permission registration script
yumoqing created branch feat/dataviz-users in yumoqing/rbac 2026-05-26 09:12:38 +08:00
yumoqing pushed to feat/dataviz-users at yumoqing/rbac 2026-05-26 09:12:38 +08:00
c53c16d54c feat: add RBAC tools — list_path_roles and find_unauth_files
yumoqing pushed to main at yumoqing/sage 2026-05-26 09:12:13 +08:00
9ac5ae0830 revert: remove scripts moved to rbac module