Commit Graph

  • e7b5792602 feat: add configuration management with async settings refresh and middleware integration Lan 2026-02-13 23:45:44 +08:00
  • db2c94fd19 feat: add configuration management with async settings refresh and middleware integration Lan 2026-02-13 23:45:44 +08:00
  • 843a237fad fix: implement async database startup lock and refactor db configuration Lan 2026-02-13 23:30:48 +08:00
  • 88c262a6c3 fix: implement async database startup lock and refactor db configuration Lan 2026-02-13 23:30:48 +08:00
  • 4a9bf3a3a0 Merge pull request #460 from vastsa/dev Lan 2026-01-27 10:52:06 +08:00
  • f5ee00792b Merge pull request #460 from vastsa/dev Lan 2026-01-27 10:52:06 +08:00
  • 0504e6e4dc chore: update Dockerfile to set HOST to 0.0.0.0 and reduce WORKERS to 1 Lan 2026-01-27 10:37:17 +08:00
  • 7f6aa3a14c chore: update Dockerfile to set HOST to 0.0.0.0 and reduce WORKERS to 1 Lan 2026-01-27 10:37:17 +08:00
  • 24d49e1c9a chore: reduce number of workers in Dockerfile from 4 to 2 Lan 2026-01-27 10:05:33 +08:00
  • 0109099167 chore: reduce number of workers in Dockerfile from 4 to 2 Lan 2026-01-27 10:05:33 +08:00
  • c380778336 revert: dockerfile Lan 2026-01-26 12:43:53 +08:00
  • 24daf964a3 revert: dockerfile Lan 2026-01-26 12:43:53 +08:00
  • f1c09b0b20 fix: reduce default number of workers in Dockerfile to improve resource management Lan 2026-01-26 12:14:11 +08:00
  • db78d7596a fix: reduce default number of workers in Dockerfile to improve resource management Lan 2026-01-26 12:14:11 +08:00
  • a3f599fe51 refactor: streamline admin authorization logic and improve token handling Lan 2026-01-25 23:40:15 +08:00
  • f4e7446de6 refactor: streamline admin authorization logic and improve token handling Lan 2026-01-25 23:40:15 +08:00
  • 2e5dc532a0 perf: optimize memory usage for large file uploads Lan 2026-01-25 21:28:16 +08:00
  • fb46366ed7 perf: optimize memory usage for large file uploads Lan 2026-01-25 21:28:16 +08:00
  • 7f46c58898 ci: add dev branch support for Docker image builds Lan 2026-01-25 21:27:59 +08:00
  • d34f98f7c8 ci: add dev branch support for Docker image builds Lan 2026-01-25 21:27:59 +08:00
  • 5a889bab47 feat: enhance file retrieval by using Pydantic models for serialization Lan 2026-01-25 20:53:04 +08:00
  • cbcc8d2cb9 feat: enhance file retrieval by using Pydantic models for serialization Lan 2026-01-25 20:53:04 +08:00
  • 5fee1c7b86 docs: update README files with improved formatting and additional features Lan 2026-01-25 14:12:20 +08:00
  • c49043b6e0 docs: update README files with improved formatting and additional features Lan 2026-01-25 14:12:20 +08:00
  • 73017935e9 fix: make detail field optional in APIResponse model Lan 2026-01-24 15:28:17 +08:00
  • f3a12820bf fix: make detail field optional in APIResponse model Lan 2026-01-24 15:28:17 +08:00
  • a35b3c8262 feat: update Docker configuration and add environment variable documentation Lan 2026-01-24 11:58:23 +08:00
  • fc22b80427 feat: update Docker configuration and add environment variable documentation Lan 2026-01-24 11:58:23 +08:00
  • da5dc378a7 fix: return a dictionary from get_config method in ConfigService Lan 2026-01-24 11:28:32 +08:00
  • 79a4a9721d fix: return a dictionary from get_config method in ConfigService Lan 2026-01-24 11:28:32 +08:00
  • d170ca8005 feat: update Dockerfile to clone frontend themes into build directory and add legacy peer dependencies Lan 2026-01-24 11:03:33 +08:00
  • 753353e857 feat: update Dockerfile to clone frontend themes into build directory and add legacy peer dependencies Lan 2026-01-24 11:03:33 +08:00
  • 0fe01c98db feat: update Dockerfile to use Node.js 20 and add build dependencies Lan 2026-01-24 10:57:32 +08:00
  • 8192c1215c feat: update Dockerfile to use Node.js 20 and add build dependencies Lan 2026-01-24 10:57:32 +08:00
  • d5b0327f90 feat: add configuration documentation for OneDrive and OpenDAL storage integration Lan 2026-01-24 10:53:48 +08:00
  • 9dd5fa84b9 feat: add configuration documentation for OneDrive and OpenDAL storage integration Lan 2026-01-24 10:53:48 +08:00
  • 9120486449 Merge pull request #454 from jerryliang122/proxy-download Lan 2026-01-24 10:44:48 +08:00
  • fbe2fe8e8d Merge pull request #454 from jerryliang122/proxy-download Lan 2026-01-24 10:44:48 +08:00
  • f5a5e03269 feat: update Dockerfile for multi-stage build and add frontend themes; update dependencies in requirements.txt Lan 2026-01-24 10:31:43 +08:00
  • 956effc384 feat: update Dockerfile for multi-stage build and add frontend themes; update dependencies in requirements.txt Lan 2026-01-24 10:31:43 +08:00
  • ade5799db4 fix: 仅在获取到文件大小时才设置 Content-Length 头 jerryliang 2026-01-16 17:55:12 +08:00
  • d157c0779f fix: 仅在获取到文件大小时才设置 Content-Length 头 jerryliang 2026-01-16 17:55:12 +08:00
  • 6b728abbeb perf: 复用ClientSession提升文件下载性能 jerryliang 2026-01-16 17:33:22 +08:00
  • 19e1309642 perf: 复用ClientSession提升文件下载性能 jerryliang 2026-01-16 17:33:22 +08:00
  • ff1943d60c fix: 使用标准方法编码下载文件名 jerryliang 2026-01-16 17:18:14 +08:00
  • c3c1f391f4 fix: 使用标准方法编码下载文件名 jerryliang 2026-01-16 17:18:14 +08:00
  • 442ef5b0e0 feat: 优化文件下载响应中的Content-Length获取逻辑 jerryliang 2026-01-16 16:53:39 +08:00
  • f692d83ad4 feat: 优化文件下载响应中的Content-Length获取逻辑 jerryliang 2026-01-16 16:53:39 +08:00
  • 34e36944bd feat: 在所有存储实现中添加Content-Length响应头 jerryliang 2026-01-16 16:44:06 +08:00
  • e6d4b66343 feat: 在所有存储实现中添加Content-Length响应头 jerryliang 2026-01-16 16:44:06 +08:00
  • ba8802ad75 feat: 为所有存储后端实现流式文件下载 jerryliang 2026-01-16 15:45:12 +08:00
  • 1313934289 feat: 为所有存储后端实现流式文件下载 jerryliang 2026-01-16 15:45:12 +08:00
  • bf43727531 Merge remote-tracking branch 'origin/master' Lan 2026-01-11 14:26:02 +08:00
  • f94f819fc1 Merge remote-tracking branch 'origin/master' Lan 2026-01-11 14:26:02 +08:00
  • d49a61d06e chore: update dependencies in requirements.txt Lan 2026-01-11 14:25:53 +08:00
  • 0a701e5165 chore: update dependencies in requirements.txt Lan 2026-01-11 14:25:53 +08:00
  • 3074d9ba2e feat: https://github.com/vastsa/FileCodeBox/issues/442 密码进行hash存储 Lan 2026-01-07 20:36:59 +08:00
  • 877e952b67 feat: https://github.com/vastsa/FileCodeBox/issues/442 密码进行hash存储 Lan 2026-01-07 20:36:59 +08:00
  • 81ee640353 feat: https://github.com/vastsa/FileCodeBox/issues/386 https://github.com/vastsa/FileCodeBox/issues/380 Lan 2026-01-07 20:28:06 +08:00
  • 78f4bbb0c8 feat: https://github.com/vastsa/FileCodeBox/issues/386 https://github.com/vastsa/FileCodeBox/issues/380 Lan 2026-01-07 20:28:06 +08:00
  • e87bcfcce5 fix: https://github.com/vastsa/FileCodeBox/issues/407 Lan 2026-01-07 20:04:44 +08:00
  • 85074cfec8 fix: https://github.com/vastsa/FileCodeBox/issues/407 Lan 2026-01-07 20:04:44 +08:00
  • e80be564a5 fix: https://github.com/vastsa/FileCodeBox/issues/362 Lan 2026-01-07 19:50:02 +08:00
  • 830dd65f6a fix: https://github.com/vastsa/FileCodeBox/issues/362 Lan 2026-01-07 19:50:02 +08:00
  • 69972e28b3 fix: https://github.com/vastsa/FileCodeBox/issues/449 Lan 2026-01-01 12:46:10 +08:00
  • ebbf08f06e fix: https://github.com/vastsa/FileCodeBox/issues/449 Lan 2026-01-01 12:46:10 +08:00
  • 8cdb972583 fix: https://github.com/vastsa/FileCodeBox/issues/444 Lan 2025-12-31 03:45:52 +08:00
  • d827fe5b04 fix: https://github.com/vastsa/FileCodeBox/issues/444 Lan 2025-12-31 03:45:52 +08:00
  • 736e16a9f6 fix: https://github.com/vastsa/FileCodeBox/issues/446 Lan 2025-12-31 03:36:14 +08:00
  • 182269e315 fix: https://github.com/vastsa/FileCodeBox/issues/446 Lan 2025-12-31 03:36:14 +08:00
  • 8e57a497f7 feat: 支持S3预签名上传 Lan 2025-12-31 03:25:09 +08:00
  • a487be2412 feat: 支持S3预签名上传 Lan 2025-12-31 03:25:09 +08:00
  • 287d9aeedb feat: 支持S3 预签名上传 Lan 2025-12-31 03:24:25 +08:00
  • e67c39b672 feat: 支持S3 预签名上传 Lan 2025-12-31 03:24:25 +08:00
  • f1a16a115a revert: 重新使用0.0.0.0 后续新增后台配置,延长后台时间 Lan 2025-12-19 10:17:37 +08:00
  • 69cb9ba2e4 revert: 重新使用0.0.0.0 后续新增后台配置,延长后台时间 Lan 2025-12-19 10:17:37 +08:00
  • b2bfc045c2 ci(docker): Optimize Docker build workflow and configuration Lan 2025-12-18 23:19:37 +08:00
  • 4e8d75946b ci(docker): Optimize Docker build workflow and configuration Lan 2025-12-18 23:19:37 +08:00
  • 900541baa5 feat(config): Add configurable workers and host settings Lan 2025-12-18 23:08:40 +08:00
  • 53183138b4 feat(config): Add configurable workers and host settings Lan 2025-12-18 23:08:40 +08:00
  • 8b813a2eaa feat: 新增案例站点 Lan 2025-12-11 23:15:43 +08:00
  • 9a29c998a8 feat: 新增案例站点 Lan 2025-12-11 23:15:43 +08:00
  • 4920b4b5db Merge remote-tracking branch 'origin/master' Lan 2025-12-11 23:08:37 +08:00
  • b054dab39b Merge remote-tracking branch 'origin/master' Lan 2025-12-11 23:08:37 +08:00
  • 268f1537bb feat: 新增优秀案例投稿页面 Lan 2025-12-11 23:08:00 +08:00
  • 7e7ee1d812 feat: 新增优秀案例投稿页面 Lan 2025-12-11 23:08:00 +08:00
  • 41b01b3faa fix: 兼容后台修改永久取件 Lan 2025-12-01 21:21:37 +08:00
  • ae58947571 fix: 兼容后台修改永久取件 Lan 2025-12-01 21:21:37 +08:00
  • c02fb7ce20 fix: 后台无法修改永久取件码的信息 Lan 2025-12-01 19:09:23 +08:00
  • 46aef93125 fix: 后台无法修改永久取件码的信息 Lan 2025-12-01 19:09:23 +08:00
  • 95f5e0dfbc feat: 更新2024主题 Lan 2025-12-01 15:35:14 +08:00
  • 943dae057e feat: 更新2024主题 Lan 2025-12-01 15:35:14 +08:00
  • e854eb068c fix: 自动清理过期的chunk Lan 2025-12-01 15:24:47 +08:00
  • a649f54c5b fix: 自动清理过期的chunk Lan 2025-12-01 15:24:47 +08:00
  • c1966b3942 feat: s3适配切片上传 Lan 2025-12-01 15:13:33 +08:00
  • 3ff4e9b6cf feat: s3适配切片上传 Lan 2025-12-01 15:13:33 +08:00
  • a20a0beb79 feat: 利用AI更新文档 Lan 2025-12-01 14:10:06 +08:00
  • a3f1fd6a4c feat: 利用AI更新文档 Lan 2025-12-01 14:10:06 +08:00
  • d7200f6b9b Merge remote-tracking branch 'origin/master' Lan 2025-12-01 11:31:24 +08:00
  • 859a51516a Merge remote-tracking branch 'origin/master' Lan 2025-12-01 11:31:24 +08:00