CodeReview/backend/app/api/v1/endpoints
lintsinghua f640bfbaba feat: 添加敏感信息加密存储功能
- 新增 encryption.py 加密服务,使用 Fernet 对称加密
- API Key、Token 等敏感字段在数据库中加密存储
- 读取时自动解密,兼容未加密的旧数据
- 优化配置保存后自动更新前端状态
2025-11-28 17:51:17 +08:00
..
__init__.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
auth.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
config.py feat: 添加敏感信息加密存储功能 2025-11-28 17:51:17 +08:00
database.py feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00
members.py feat: Refactor frontend layout with new sidebar and i18n, update backend LLM adapters, and adjust database models. 2025-11-27 18:01:57 +08:00
projects.py feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00
scan.py feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00
tasks.py feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00
users.py feat(users): add comprehensive user management with search, filtering, and admin controls 2025-11-28 01:06:01 +08:00