AaronLiu
|
c33b6d587f
|
Merge pull request #125 from Yuanuo/patch-04
修复重命名文件时验证失败的问题
|
7 years ago |
Yuanuo
|
277f882e8d
|
修复重命名文件时验证失败的问题
文件重命名时,文件后缀名之前的‘.’会导致验证失败,后台做校验时应该先去除后缀名部分。
|
7 years ago |
AaronLiu
|
68399a5877
|
fix: route checking
|
7 years ago |
AaronLiu
|
6b4f999bc4
|
fix: route checking
|
7 years ago |
AaronLiu
|
3514ff437c
|
Update README.md
|
7 years ago |
AaronLiu
|
8c344b456d
|
Merge pull request #104 from Instrye/patch-2
order 字段名添加分隔符
|
7 years ago |
Instrye
|
ff4fa3f9b2
|
order 字段名添加分隔符
order方法中的字段名 rank 不会自动添加 `` ,导致在某些MySQL版本中会报错
|
7 years ago |
HFO4
|
d9fa51a615
|
fix: move file while forget to change the parent folder ID
|
7 years ago |
HFO4
|
6dd49fce09
|
Fix #100
|
7 years ago |
HFO4
|
ddc0b6ad4b
|
release:1.1.1
|
7 years ago |
HFO4
|
75cbbcaa10
|
add: Crontab config reminder
|
7 years ago |
HFO4
|
060f7a2081
|
feat: Manage page for task queue
|
7 years ago |
HFO4
|
a67185c750
|
fix: installation error in command line
|
7 years ago |
HFO4
|
38b11c1651
|
Merge branch 'master' of https://github.com/HFO4/Cloudreve
|
7 years ago |
HFO4
|
96b7f4c97d
|
fix: installation error in command line
|
7 years ago |
AaronLiu
|
f600b21faa
|
Merge pull request #95 from samnela/change-psr-autoload
moved to psr-4
|
7 years ago |
AaronLiu
|
1693bf800b
|
Merge pull request #88 from Yuanuo/patch-02
PHP basename 中文乱码问题
|
7 years ago |
Samuel NELA
|
f39334125b
|
moved to psr-4
|
7 years ago |
HFO4
|
9ee144d870
|
change: Telegram group invite link
|
7 years ago |
HFO4
|
755fe7331f
|
fix: sql index error
|
7 years ago |
HFO4
|
78f4a1eae9
|
fix: failed to close file stream in onedrive policy
|
7 years ago |
HFO4
|
55ea76e35e
|
fix: Onedrive token encoding error in some case
|
7 years ago |
HFO4
|
c2a05d3f6c
|
remove: temp file
|
7 years ago |
HFO4
|
8c43f1fe1c
|
feat: Web ui installer
|
7 years ago |
HFO4
|
f81a433cbc
|
update: to-do list and function description
|
7 years ago |
HFO4
|
f2d94ea499
|
add: policy adding form for Onedrive
|
7 years ago |
HFO4
|
ca30b650fc
|
add: cron function to refresh token of Onedrive
|
7 years ago |
HFO4
|
62eca52fe7
|
add: Onedrive adapter
|
7 years ago |
HFO4
|
3462e6665b
|
fix: misspelling
|
7 years ago |
HFO4
|
2b646fb6e3
|
add: RemoteAdapter
|
7 years ago |
HFO4
|
e29c94d8d0
|
add: Onedrive Bussiness SDK
|
7 years ago |
HFO4
|
044ece0b80
|
add: S3Adapter & OssAdapter
|
7 years ago |
HFO4
|
195d747c5d
|
fix: error displaying capacity unit while editing user group
|
7 years ago |
HFO4
|
16fe5d7f7d
|
add: OssAdapter
|
7 years ago |
HFO4
|
732d04c0a7
|
add QiniuAdapter
|
7 years ago |
HFO4
|
6593cb7de9
|
add: LocalAdapter
|
7 years ago |
HFO4
|
7a34a5ffb8
|
add: Onedrive large file uploading
|
7 years ago |
HFO4
|
e989aa47d9
|
add: Single Onedrive reUpload handle function
|
7 years ago |
HFO4
|
159ee86b60
|
add: Task model and database table
|
7 years ago |
HFO4
|
61910ccf35
|
add: Onedrive
|
7 years ago |
HFO4
|
1fe7be12c6
|
Fix: #67
|
7 years ago |
HFO4
|
72ab679dd5
|
Fix #86
|
7 years ago |
AaronLiu
|
946408b642
|
Update composer.json
|
7 years ago |
AaronLiu
|
1d5f742ba7
|
Delete composer.lock
|
7 years ago |
AaronLiu
|
84c6e1a74c
|
Update README.md
|
7 years ago |
AaronLiu
|
a4cef20c01
|
Merge pull request #89 from Yuanuo/patch-03
修复X-Sendfile模式时附件文件名和Content-Type异常的问题。
|
7 years ago |
AaronLiu
|
5faea8f5ae
|
Merge pull request #87 from Yuanuo/patch-01
分享文件列表根据分享时间排序而不应该是ID。
|
7 years ago |
Yuanuo
|
899ee59c73
|
修复X-Sendfile模式时附件文件名和Content-Type异常的问题。
1,针对各浏览器的附件文件名的不同头信息格式。
2,解决Content-Type为text/html的问题。
|
7 years ago |
Yuanuo
|
2807c1c79e
|
PHP basename 中文乱码问题
php basename()无法获取带中文字符的文件名(乱码)
|
7 years ago |
Yuanuo
|
d5f5cbc05b
|
分享文件列表根据分享时间排序而不应该是ID。
显示分享文件列表时根据分享时间倒序排列,最新分享的文件显示在最前,因为分享顺序并不一定按照文件上传顺序决定。
|
7 years ago |