yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/rbac 2026-05-12 18:20:27 +08:00
3bb57dafd7 fix: convert tabs to spaces in usersync/index.dspy to resolve TabError
yumoqing pushed to main at yumoqing/rbac 2026-05-12 18:14:23 +08:00
f1ed6ad151 fix: verify user exists before returning existing apikey in usersync, clean stale downapikey records
yumoqing pushed to main at yumoqing/dapi 2026-05-12 18:14:16 +08:00
b2369cd00c fix: verify user exists before returning existing apikey in create_user_apikey
yumoqing pushed to main at yumoqing/rbac 2026-05-12 18:05:19 +08:00
09acce0637 fix: remove ServerEnv() usage in dspy script, change expires_at to expired_date
yumoqing pushed to main at yumoqing/dapi 2026-05-12 16:53:22 +08:00
5fc90a8033 bugfix
yumoqing pushed to main at yumoqing/dapi 2026-05-12 16:46:25 +08:00
be368fb7ca bugfix
yumoqing pushed to main at yumoqing/dapi 2026-05-12 16:42:47 +08:00
38b772e131 bugfix
yumoqing pushed to main at yumoqing/dapi 2026-05-12 16:11:30 +08:00
c42f39bc8b fix: change expires_at to expired_date in get_apikey_user and add_apikey, fix getID missing parentheses
yumoqing pushed to main at yumoqing/sage 2026-05-12 13:32:28 +08:00
a87d34da93 bugfix
yumoqing pushed to main at yumoqing/sage 2026-05-12 13:20:04 +08:00
818d1ce77e bugfix
yumoqing pushed to main at yumoqing/bricks 2026-05-12 11:32:37 +08:00
04a6c88f11 bugfix
yumoqing pushed to main at yumoqing/bricks 2026-05-12 11:26:28 +08:00
80f8bd3849 bugfix
yumoqing pushed to main at yumoqing/bricks 2026-05-12 11:17:29 +08:00
dbfcd358c6 bugfix
yumoqing pushed to main at yumoqing/rbac 2026-05-12 10:42:05 +08:00
fb5a24c240 fix: add POST method to register form submit binding
yumoqing pushed to main at yumoqing/uapi 2026-05-11 18:22:18 +08:00
619399d250 docs: remove deprecated UAPI class from documentation
yumoqing pushed to main at yumoqing/uapi 2026-05-11 18:15:57 +08:00
5189abf931 docs: move development documentation to root README.md, remove docs/ directory
946f1287e0 docs: add uapi module development documentation
Compare 2 commits »
yumoqing pushed to main at yumoqing/dapi 2026-05-11 15:41:25 +08:00
e089df99f7 fix: 修改认证自动分配角色为downapp/logined
yumoqing pushed to main at yumoqing/rbac 2026-05-11 15:37:40 +08:00
15079c356b feat: 支持x-api-key header认证模式
yumoqing pushed to main at yumoqing/dapi 2026-05-11 15:37:35 +08:00
e142f4b84e feat: 添加x-api-key认证模式和downappuser角色自动分配
yumoqing pushed to main at yumoqing/dapi 2026-05-11 15:13:31 +08:00
27794d3d25 feat: 新增create_user_apikey函数