Commit Graph

609 Commits

Author SHA1 Message Date
Lan f94f819fc1 Merge remote-tracking branch 'origin/master' 2026-01-11 14:26:02 +08:00
Lan 0a701e5165 chore: update dependencies in requirements.txt 2026-01-11 14:25:53 +08:00
Lan 877e952b67 feat: https://github.com/vastsa/FileCodeBox/issues/442 密码进行hash存储 2026-01-07 20:36:59 +08:00
Lan 78f4bbb0c8 feat: https://github.com/vastsa/FileCodeBox/issues/386 https://github.com/vastsa/FileCodeBox/issues/380 2026-01-07 20:28:06 +08:00
Lan 85074cfec8 fix: https://github.com/vastsa/FileCodeBox/issues/407 2026-01-07 20:04:44 +08:00
Lan 830dd65f6a fix: https://github.com/vastsa/FileCodeBox/issues/362 2026-01-07 19:50:02 +08:00
Lan ebbf08f06e fix: https://github.com/vastsa/FileCodeBox/issues/449 2026-01-01 12:46:10 +08:00
Lan d827fe5b04 fix: https://github.com/vastsa/FileCodeBox/issues/444 2025-12-31 03:45:52 +08:00
Lan 182269e315 fix: https://github.com/vastsa/FileCodeBox/issues/446 2025-12-31 03:36:14 +08:00
Lan a487be2412 feat: 支持S3预签名上传 2025-12-31 03:25:09 +08:00
Lan e67c39b672 feat: 支持S3 预签名上传 2025-12-31 03:24:25 +08:00
Lan 69cb9ba2e4 revert: 重新使用0.0.0.0 后续新增后台配置,延长后台时间 2025-12-19 10:17:37 +08:00
Lan 4e8d75946b ci(docker): Optimize Docker build workflow and configuration
- Add environment variable for Docker registry image to reduce duplication
- Set job timeout to 60 minutes to prevent hanging builds
- Update docker/build-push-action from v5 to v6 for latest features
- Configure Docker Buildx with moby/buildkit:latest and host network
- Disable provenance attestation to improve build performance
- Replace hardcoded registry image reference with env variable for maintainability
2025-12-18 23:19:37 +08:00
Lan 53183138b4 feat(config): Add configurable workers and host settings
- Add "workers" configuration option to DEFAULT_CONFIG with default value of 1
- Add "host" configuration option to DEFAULT_CONFIG with default value of "::"
- Update uvicorn.run() to use settings.host and settings.workers instead of hardcoded values
- Reorganize imports in main.py for better readability and consistency
- Add blank line after time import in core/utils.py for PEP 8 compliance
- Allow dynamic configuration of server workers and binding host address
2025-12-18 23:08:40 +08:00
Lan 9a29c998a8 feat: 新增案例站点 2025-12-11 23:15:43 +08:00
Lan b054dab39b Merge remote-tracking branch 'origin/master' 2025-12-11 23:08:37 +08:00
Lan 7e7ee1d812 feat: 新增优秀案例投稿页面 2025-12-11 23:08:00 +08:00
Lan ae58947571 fix: 兼容后台修改永久取件 2025-12-01 21:21:37 +08:00
Lan 46aef93125 fix: 后台无法修改永久取件码的信息 2025-12-01 19:09:23 +08:00
Lan 943dae057e feat: 更新2024主题 2025-12-01 15:35:14 +08:00
Lan a649f54c5b fix: 自动清理过期的chunk 2025-12-01 15:24:47 +08:00
Lan 3ff4e9b6cf feat: s3适配切片上传 2025-12-01 15:13:33 +08:00
Lan a3f1fd6a4c feat: 利用AI更新文档 2025-12-01 14:10:06 +08:00
Lan 859a51516a Merge remote-tracking branch 'origin/master' 2025-12-01 11:31:24 +08:00
Lan 4f10c0800b fix: some error 2025-12-01 11:30:52 +08:00
Lan 868692403e Update readme.md 2025-11-26 19:40:11 +08:00
Lan d96fa6ecc8 fix: https://github.com/vastsa/FileCodeBox/issues/420 2025-11-25 14:27:48 +08:00
Lan a735bdd872 fix: https://github.com/vastsa/FileCodeBox/issues/420 2025-11-24 19:25:14 +08:00
Lan 344fffc7b4 feat: ui 优化 2025-09-04 14:11:55 +08:00
Lan 4801ac4ed7 feat: 完善docker-image.yml 2025-09-04 03:08:30 +08:00
Lan d7eb26f2da Merge pull request #378 from Do1e/master
fix: 下载文件类型不符的问题 #372
2025-08-08 21:57:56 +08:00
Do1e a75587894d fix: 下载文件类型不符的问题 #372 2025-08-05 17:25:25 +08:00
Lan 7347b14cd2 fix: 文本传输存在xss问题 2025-08-01 13:25:59 +08:00
Lan d7772701ae feat:code style 2025-07-05 00:02:04 +08:00
Lan 8de382d00f Merge pull request #364 from jtcymc/master
fix(base): 修复文件名中的中文编码问题
2025-06-28 22:13:45 +08:00
shaw 400cb4caf9 fix(base): 修复文件名中的中文编码问题
- 在 sanitize_filename 函数中添加 unquote 导入并使用其解码文件名
- 这个修改解决了非 ASCII 字符在文件名中显示为编码形式的问题
- Non-ASCll filename uploads don't comply with RFC 7578
2025-06-20 15:44:23 +08:00
Lan ff0f057042 fix: #350 需要通过添加反代确保真实IP来源 2025-05-28 23:29:13 +08:00
Lan 40cb6768b7 fix: #349 2025-05-21 00:14:40 +08:00
Lan 0526299989 fix: 适配webdav在window环境下路径 2025-04-25 22:31:06 +08:00
Lan ee64e67601 feat: 适配alist webdav 2025-04-19 17:58:58 +08:00
Lan 0456996f7f fix: some bug 2025-03-30 22:21:38 +08:00
Lan 398afa9c89 Merge remote-tracking branch 'origin/master' 2025-03-30 22:21:35 +08:00
Lan 3b4948e4e5 fix: some bug 2025-03-30 22:21:24 +08:00
Lan 171be0ea1a Update readme.md 2025-03-21 16:23:15 +08:00
Lan 31c0a4f915 fix: some bug 2025-03-16 23:06:38 +08:00
Lan 2c9c6905b7 fix: some bug 2025-03-16 22:24:17 +08:00
Lan e2dc880c82 fix: #278 #297 2025-03-16 22:14:26 +08:00
Lan 9fb452ae14 fix: #290 #292 2025-03-15 23:42:33 +08:00
Lan ebf8669e3d feat: 适配pwa 2025-03-12 22:46:25 +08:00
Lan f689e16092 Merge pull request #289 from Mr-Ao-Dragon/dev/docker/compose
add: deployment with docker compose
2025-03-12 22:20:07 +08:00