orion
f613d9f69e
Merge remote-tracking branch 'origin/master' into test/custom-admin-ui
...
# Conflicts:
# .gitignore
# Dockerfile
# apps/admin/services.py
# apps/admin/views.py
# apps/base/models.py
# apps/base/views.py
# core/settings.py
2026-06-05 17:01:32 +08:00
Orion
a8615aca0b
Add 2026 theme build and retrieval timeline
2026-06-05 12:18:04 +08:00
Lan
1cc901d2b9
feat: add migration for filecodes table and update size field to BigInt
2026-02-27 23:38:27 +08:00
Lan
68464b3a9a
feat: add migration for filecodes table and update size field to BigInt
2026-02-27 23:38:27 +08:00
Lan
f1a16a115a
revert: 重新使用0.0.0.0 后续新增后台配置,延长后台时间
2025-12-19 10:17:37 +08:00
Lan
69cb9ba2e4
revert: 重新使用0.0.0.0 后续新增后台配置,延长后台时间
2025-12-19 10:17:37 +08:00
Lan
900541baa5
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
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
a20a0beb79
feat: 利用AI更新文档
2025-12-01 14:10:06 +08:00
Lan
a3f1fd6a4c
feat: 利用AI更新文档
2025-12-01 14:10:06 +08:00
Lan
fdada809d9
wip: 切片上传、文件秒传、断点续传陆续适配中当前进度(本地存储已适配)
2025-02-23 20:49:51 +08:00
Lan
b53b9f5891
wip: 切片上传、文件秒传、断点续传陆续适配中当前进度(本地存储已适配)
2025-02-23 20:49:51 +08:00
Lan
1ff1d6c695
style: code format
2025-02-15 22:00:53 +08:00
Lan
10d136b0c5
style: code format
2025-02-15 22:00:53 +08:00
Lan
802d2551ff
fix: 密码修改失败问题
2025-02-10 19:12:04 +08:00
Lan
7b0ea804cf
fix: 密码修改失败问题
2025-02-10 19:12:04 +08:00
Lan
78c612c660
feat: 2023主题适配新登录模式
2025-02-09 23:33:43 +08:00
Lan
98721b7587
feat: 2023主题适配新登录模式
2025-02-09 23:33:43 +08:00
Lan
ede0e62f32
feat: 更新管理员登录为简易版jwt
2025-02-09 22:57:21 +08:00
Lan
8d04385593
feat: 更新管理员登录为简易版jwt
2025-02-09 22:57:21 +08:00
Lan
037949b715
feat: 新增webdav存储
2025-02-09 20:25:23 +08:00
Lan
1cbe8d5f2a
feat: 新增webdav存储
2025-02-09 20:25:23 +08:00
Lan
964d091d0b
feat: 新增存储路径自定义,修复s3存储未删除文件#246
2025-02-08 22:41:32 +08:00
Lan
1c7e010dbb
feat: 新增存储路径自定义,修复s3存储未删除文件#246
2025-02-08 22:41:32 +08:00
Lan
651e9c5936
feat: 新增主题选择
2024-11-28 20:13:02 +08:00
Lan
f54dadfcba
feat: 新增主题选择
2024-11-28 20:13:02 +08:00
Jialin0502
f430243b27
优化了部分文案
2024-07-28 22:19:45 +08:00
Jialin0502
1d84766ef3
优化了部分文案
2024-07-28 22:19:45 +08:00
lan
3edc8c959d
feat: 新增后台控制前台是否显示admin、新增robots.txt
2024-07-07 15:54:01 +08:00
lan
4b55d9a595
feat: 新增后台控制前台是否显示admin、新增robots.txt
2024-07-07 15:54:01 +08:00
lan
c13602d634
feat:新增网站通知,右上角显示,只显示一次同一个内容
2024-06-15 20:52:01 +08:00
lan
a7616d1ae9
feat:新增网站通知,右上角显示,只显示一次同一个内容
2024-06-15 20:52:01 +08:00
lan
11696d17e8
feat:后台新增最长保存时间单位秒,默认为0则最长7天
2024-06-15 20:19:05 +08:00
lan
7323e8562f
feat:后台新增最长保存时间单位秒,默认为0则最长7天
2024-06-15 20:19:05 +08:00
lan
2a3d0a95cc
feat: 重写settings,放弃env存储,改到数据库
2024-06-15 20:05:06 +08:00
lan
f28377622e
feat: 重写settings,放弃env存储,改到数据库
2024-06-15 20:05:06 +08:00
lan
c6fe556e76
feat: 上传前判断大小、新文件插入第一位
2024-06-15 17:27:28 +08:00
lan
f60ecef6a1
feat: 上传前判断大小、新文件插入第一位
2024-06-15 17:27:28 +08:00
lan
8215ef9e4b
fix: 修复文本取件问题
2024-05-06 13:02:00 +08:00
lan
f79be8a111
fix: 修复文本取件问题
2024-05-06 13:02:00 +08:00
buyfakett
3563b86b82
后端移动文件夹,前端在docker中编译,进一步减小镜像大小
2024-05-02 00:29:33 +08:00
buyfakett
b0817517b6
后端移动文件夹,前端在docker中编译,进一步减小镜像大小
2024-05-02 00:29:33 +08:00
lan
4a353051d5
fix: 支持自定义s3协议region name和signature version,解决cloudflare r2文件取回问题
2024-04-29 22:11:56 +08:00
lan
58f313af1b
fix: 支持自定义s3协议region name和signature version,解决cloudflare r2文件取回问题
2024-04-29 22:11:56 +08:00
lan
029307acce
fix: 基础目录设置
2024-01-18 18:31:11 +08:00
lan
4a63e7d354
fix: 基础目录设置
2024-01-18 18:31:11 +08:00
Tslmuun
1bca0e007b
添加S3 hostname选项
...
方便从S3 cdn域名下载文件。
2023-12-30 18:19:15 +08:00
Tslmuun
317ebe0862
添加S3 hostname选项
...
方便从S3 cdn域名下载文件。
2023-12-30 18:19:15 +08:00
Do1e
0f32265043
fix : #94 add s3_proxy and onedrive_proxy config
2023-11-28 19:09:54 +08:00
Do1e
83a6f365cb
fix : #94 add s3_proxy and onedrive_proxy config
2023-11-28 19:09:54 +08:00