finai/backend/app/api
shijing 7214649759 feat: storage 改按日期分组,加 FastAPI 代理路由
- 上传落到 storage/YYYY/MM/DD/{uuid}.ext,storage_key 记录相对路径
- 新增 GET /api/files/{key:path} 读文件,防目录穿越;旧的扁平 key 也兼容
- temporary_url 返回 /api/files/{key},前端可直接用
- storage 目录已在 .gitignore(backend/storage/),无需再改

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-14 09:51:05 +08:00
..
__init__.py feat: storage 改按日期分组,加 FastAPI 代理路由 2026-07-14 09:51:05 +08:00
audit.py chore: initial commit 2026-07-09 14:26:05 +08:00
auth.py chore: initial commit 2026-07-09 14:26:05 +08:00
chat.py chore: initial commit 2026-07-09 14:26:05 +08:00
documents.py chore: initial commit 2026-07-09 14:26:05 +08:00
files.py feat: storage 改按日期分组,加 FastAPI 代理路由 2026-07-14 09:51:05 +08:00
permissions.py chore: initial commit 2026-07-09 14:26:05 +08:00
roles.py chore: initial commit 2026-07-09 14:26:05 +08:00
stats.py chore: initial commit 2026-07-09 14:26:05 +08:00
units.py chore: initial commit 2026-07-09 14:26:05 +08:00
users.py chore: initial commit 2026-07-09 14:26:05 +08:00