12 Commits (46f01afc9fe57a392066dd739f0f91e4f3ec4ee6)

Author SHA1 Message Date
veypi 5460289957 refactor(ui): Update vbase.js to match new Scoped RBAC permission system
- Replace old permission check methods with new Perm/PermCreate/PermRead/PermWrite/PermAdmin
    - Add Level constants export (None, Create, Read, Write, ReadWrite, Admin)
    - Remove role-based permission checks (hasRole, checkPermAny, checkPermAll)
    - Update core permission checking logic to match backend checkPermissionLevel
    - Remove _isAdmin helper, use Level.Admin check instead
    - Simplify localStorage keys (remove scope prefix from keys)
    - Clean up console.log in env.js
3 weeks ago
veypi df0f7f047a refactor: Rename Config to Global and simplify app initialization
- Rename cfg.Config to cfg.Global for consistency
    - Simplify cli/main.go to use vbase.App.Run() pattern
    - Update init.go to create app with vigo.New and Init function
    - Update all references from cfg.Config to cfg.Global across api, libs, models, and tests
    - Fix VBase constructor parameter order in ui/vbase.js
    - Update ui/env.js to use new VBase('vb', '/') initialization
4 weeks ago
veypi 4101daeed3 refactor: 重构用户/组织/OAuth页面UI 1 month ago
veypi 983a5651a3 fix: 修复路由和页面加载问题 1 month ago
veypi e5308f9471 feat: 全新UI框架升级和页面重构 1 month ago
veypi 5654a7cd37 remove old 1 month ago
veypi 271131a5e1 update ui 2 months ago
veypi 67b92662d1 add sms enable option 3 months ago
veypi 134ab38751 fix: fix login bug 8 months ago
veypi ada216cfd5 feat: change auth check 8 months ago
veypi 1a29442c1c im dead 8 months ago
veypi e83f2da265 update crud and env.js 8 months ago