This website requires JavaScript.
Explore
Help
Register
Sign In
orion
/
filecodebox
Watch
1
Star
0
Fork
0
You've already forked filecodebox
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f692d83ad433d018a8f5c8c44e9922cdc763d942
filecodebox
/
core
T
History
jerryliang
f692d83ad4
feat: 优化文件下载响应中的Content-Length获取逻辑
...
为所有存储后端添加文件大小获取逻辑,优先从实际存储系统获取文件大小,失败时回退到数据库记录的大小
2026-01-16 16:53:39 +08:00
..
__init__.py
fix: 修复文本取件问题
2024-05-06 13:02:00 +08:00
database.py
wip: 切片上传、文件秒传、断点续传陆续适配中当前进度(本地存储已适配)
2025-02-23 20:49:51 +08:00
logger.py
wip: 切片上传、文件秒传、断点续传陆续适配中当前进度(本地存储已适配)
2025-02-23 20:49:51 +08:00
response.py
style: code format
2025-02-15 22:00:53 +08:00
settings.py
revert: 重新使用0.0.0.0 后续新增后台配置,延长后台时间
2025-12-19 10:17:37 +08:00
storage.py
feat: 优化文件下载响应中的Content-Length获取逻辑
2026-01-16 16:53:39 +08:00
tasks.py
fix:
https://github.com/vastsa/FileCodeBox/issues/407
2026-01-07 20:04:44 +08:00
utils.py
feat:
https://github.com/vastsa/FileCodeBox/issues/442
密码进行hash存储
2026-01-07 20:36:59 +08:00