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.
OneAuth/models
veypi 4a57017067 refactor(cfg): Restructure database configuration and initialization flow
- Replace separate DB/DSN fields with unified config.Database struct
    - Remove cfg/db.go and move DB client to config.Database.Client()
    - Update auth to use event-driven initialization via vb.init.auth event
    - Refactor models initialization to use event system (vb.init.settings/oauth/admin)
    - Update CLI to use event.Start() instead of manual InitDB() call
    - Fix auth_test.go to use new DB config structure
    - Update agents.md documentation with new CLI flags format
1 week ago
..
auth.go refactor(auth): 重构权限系统,简化API并添加缓存支持 1 week ago
email.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
init.go refactor(cfg): Restructure database configuration and initialization flow 1 week ago
oauth.go feat: 重构组织详情页UI和权限控制 1 week ago
oauth_provider.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
oauth_templates.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
org.go feat: 实现组织成员角色管理功能 1 week ago
setting.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago
user.go refactor: 重构认证模型和数据库结构 1 week ago
verification.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 week ago