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
|
85af153b38
|
🐛 修复下载历史重复计数
|
2026-06-05 16:34:07 +08:00 |
|
Orion
|
9d978ca68e
|
Use forked frontend builds for test admin UI
|
2026-06-05 11:14:13 +08:00 |
|
Lan
|
78b1dbe81f
|
feat: add retrieve metadata endpoint
|
2026-06-03 03:17:01 +08:00 |
|
Lan
|
f3b088fa5c
|
feat: add retrieve metadata endpoint
|
2026-06-03 03:17:01 +08:00 |
|
Lan
|
6fe68be2dd
|
fix: support legacy presign proxy upload URLs
|
2026-06-03 02:57:29 +08:00 |
|
Lan
|
85d402c0cd
|
fix: support legacy presign proxy upload URLs
|
2026-06-03 02:57:29 +08:00 |
|
Lan
|
75d345e5d0
|
fix: accept form payloads for chunk uploads
|
2026-06-03 02:24:08 +08:00 |
|
Lan
|
fb1ec9985d
|
fix: accept form payloads for chunk uploads
|
2026-06-03 02:24:08 +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
|
e87bcfcce5
|
fix: https://github.com/vastsa/FileCodeBox/issues/407
|
2026-01-07 20:04:44 +08:00 |
|
Lan
|
85074cfec8
|
fix: https://github.com/vastsa/FileCodeBox/issues/407
|
2026-01-07 20:04:44 +08:00 |
|
Lan
|
e80be564a5
|
fix: https://github.com/vastsa/FileCodeBox/issues/362
|
2026-01-07 19:50:02 +08:00 |
|
Lan
|
830dd65f6a
|
fix: https://github.com/vastsa/FileCodeBox/issues/362
|
2026-01-07 19:50:02 +08:00 |
|
Lan
|
8e57a497f7
|
feat: 支持S3预签名上传
|
2025-12-31 03:25:09 +08:00 |
|
Lan
|
a487be2412
|
feat: 支持S3预签名上传
|
2025-12-31 03:25:09 +08:00 |
|
Lan
|
e854eb068c
|
fix: 自动清理过期的chunk
|
2025-12-01 15:24:47 +08:00 |
|
Lan
|
a649f54c5b
|
fix: 自动清理过期的chunk
|
2025-12-01 15:24:47 +08:00 |
|
Lan
|
c1966b3942
|
feat: s3适配切片上传
|
2025-12-01 15:13:33 +08:00 |
|
Lan
|
3ff4e9b6cf
|
feat: s3适配切片上传
|
2025-12-01 15:13:33 +08:00 |
|
Lan
|
bd6f646f5d
|
fix: some error
|
2025-12-01 11:30:52 +08:00 |
|
Lan
|
4f10c0800b
|
fix: some error
|
2025-12-01 11:30:52 +08:00 |
|
Lan
|
bdab5bb375
|
feat:code style
|
2025-07-05 00:02:04 +08:00 |
|
Lan
|
d7772701ae
|
feat:code style
|
2025-07-05 00:02:04 +08:00 |
|
shaw
|
62d1a23695
|
fix(base): 修复文件名中的中文编码问题
- 在 sanitize_filename 函数中添加 unquote 导入并使用其解码文件名
- 这个修改解决了非 ASCII 字符在文件名中显示为编码形式的问题
- Non-ASCll filename uploads don't comply with RFC 7578
|
2025-06-20 15:44:23 +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
|
eeb70c7f44
|
fix: #349
|
2025-05-21 00:14:40 +08:00 |
|
Lan
|
40cb6768b7
|
fix: #349
|
2025-05-21 00:14:40 +08:00 |
|
Lan
|
a65cf32214
|
revert: 取消秒传
|
2025-03-01 11:20:37 +08:00 |
|
Lan
|
25020d673a
|
revert: 取消秒传
|
2025-03-01 11:20:37 +08:00 |
|
Lan
|
c4e398bd31
|
fix: share auth
|
2025-02-25 22:55:42 +08:00 |
|
Lan
|
b0c4c5108b
|
fix: share auth
|
2025-02-25 22:55:42 +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
|
d178ab04a2
|
feat:New database migration, new adaptation root path configuration
|
2025-02-16 21:53:48 +08:00 |
|
Lan
|
cfb73fba6b
|
feat:New database migration, new adaptation root path configuration
|
2025-02-16 21:53:48 +08:00 |
|
Lan
|
7ea1fe2e90
|
feat:New database migration, new adaptation root path configuration
|
2025-02-16 21:38:44 +08:00 |
|
Lan
|
d736a7b03a
|
feat:New database migration, new adaptation root path configuration
|
2025-02-16 21:38:44 +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
|
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
|
efbfec2471
|
fix: 页面二维码和预览文本
|
2024-11-28 19:08:44 +08:00 |
|
Lan
|
ff6772fdae
|
fix: 页面二维码和预览文本
|
2024-11-28 19:08:44 +08:00 |
|
Lan
|
cc3a521d31
|
refact: some codes
|
2024-10-06 17:14:16 +08:00 |
|
Lan
|
2ca874e0e0
|
refact: some codes
|
2024-10-06 17:14:16 +08:00 |
|
Lan
|
83598956a1
|
fix:#204
|
2024-09-24 20:25:34 +08:00 |
|