yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:26:59 +08:00
6b46aed680 fix: remove password_encode monkey-patch, let globalEnv handle hashing
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:25:54 +08:00
02358139c2 feat: login popup + theme toggle + superuser admin/admin123 + session config
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:17:26 +08:00
0a03a873ee feat: homepage with sidebar nav + header bar (user/lang/theme controls)
yumoqing pushed to main at yumoqing/rag 2026-08-11 17:11:33 +08:00
da0ec1397b fix: 声纹页面查询包含已提取声纹的视频
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:04:40 +08:00
c09324c9ac feat: production-ready pccs deployment — homepage working, RBAC active, all modules online
yumoqing pushed to main at yumoqing/rag 2026-08-11 17:04:33 +08:00
3458af766c fix: graph API 用 localhost:9092(无外网端口)
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:03:54 +08:00
c8f73b9e23 feat: simple HTML homepage with module links
yumoqing pushed to main at yumoqing/rag 2026-08-11 17:03:35 +08:00
239b82c85d fix: KB删除时清理VDB/Graph/physical文件
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:03:31 +08:00
ca64cc9ea9 fix: restore dashboard index.ui + add index.html redirect
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:02:40 +08:00
8c60e30c47 fix: add root index.ui redirecting to /pccs/index.ui
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:02:07 +08:00
8c378f0ef0 fix: add @asynccontextmanager to patched get_sor_context
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:01:36 +08:00
186ed11d55 fix: set_serverenv for get_module_dbname (get_serverenv uses dict.get not __getattr__)
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:00:49 +08:00
8dcc84b1a3 fix: also patch userperm.get_sor_context reference
yumoqing pushed to main at yumoqing/pccs 2026-08-11 17:00:22 +08:00
2c50d358ef fix: also patch globalEnv cached get_sor_context
yumoqing pushed to main at yumoqing/pccs 2026-08-11 16:59:45 +08:00
cc7ab76377 fix: patch sqlor.dbpools BEFORE any other imports to prevent stale references
yumoqing pushed to main at yumoqing/pccs 2026-08-11 16:58:52 +08:00
c34abef54a debug: trace get_sor_context call
yumoqing pushed to main at yumoqing/pccs 2026-08-11 16:58:17 +08:00
2bc0ae3b29 debug: verify monkey-patch applied
yumoqing pushed to main at yumoqing/pccs 2026-08-11 16:57:44 +08:00
3ecd2d1266 fix: use explicit workdir for getConfig at module level
yumoqing pushed to main at yumoqing/pccs 2026-08-11 16:57:15 +08:00
9d3c65a056 fix: apply monkey-patches at module level before any imports
yumoqing pushed to main at yumoqing/pccs 2026-08-11 16:56:23 +08:00
dd028e2203 fix: monkey-patch get_sor_context to reuse global DBPools