CodeReview/backend/app/api/v1/endpoints
lintsinghua c54212a8c9 refactor: 清理IndexedDB相关代码,统一使用后端ZIP存储
- 移除前端废弃的loadZipFile/saveZipFile函数
- ProjectDetail使用scanStoredZipFile替代loadZipFile
- RecycleBin移除手动删除ZIP文件逻辑
- 后端permanently_delete_project自动清理ZIP文件
2025-11-28 18:01:43 +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 refactor: 清理IndexedDB相关代码,统一使用后端ZIP存储 2025-11-28 18:01:43 +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