You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 days ago
..
auth refactor: Rename Config to Global and simplify app initialization 5 days ago
oauth refactor: Rename Config to Global and simplify app initialization 5 days ago
org test: improve test stability and documentation 1 week ago
role feat: 添加角色管理模块(API + UI) 1 week ago
settings test: improve test stability and documentation 1 week ago
user feat: Restrict user APIs to admins and add public user search 1 week ago
verification fix(auth): Fix permission logic and add org member API 1 week ago
init.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago