Aaron Liu
|
89ee147961
|
feat(upload): detect and specify mime type for files uploaded to S3 and OSS (fix#1681)
|
1 year ago |
Aaron Liu
|
4aafe1dc7a
|
enhance(download): Use just-in-time host in download URl, instead of SiteURL in site settings
|
1 year ago |
Aaron Liu
|
4c834e75fa
|
adhoc: commit todo changes related to google drive
|
1 year ago |
Aaron Liu
|
37926e3133
|
feat(policy): add Google Drive Oauth client
|
1 year ago |
Aaron Liu
|
8e2fc1a8f6
|
test(thumb): new changes in filesystem pkg
|
2 years ago |
Aaron Liu
|
bde4459519
|
feat(thumb): add ext whitelist for all policy types
|
2 years ago |
Aaron Liu
|
f5a21a7e6f
|
feat(thumb): set size limit for original file
|
2 years ago |
Aaron Liu
|
b910254cc5
|
feat(thumb): delete generated thumb file
fix(s3): return empty list of file failed to be deleted
|
2 years ago |
Aaron Liu
|
e115497dfe
|
feat(thumb): generate thumb for OneDrive files
|
2 years ago |
Aaron Liu
|
62b73b577b
|
feat(thumb): generate and return sidecar thumb
|
2 years ago |
Aaron Liu
|
7cb5e68b78
|
refactor(thumb): thumb logic for slave policy
|
2 years ago |
Aaron Liu
|
f36e39991d
|
refactor(thumb): new thumb pipeline model to generate thumb on-demand
|
2 years ago |
HFO4
|
4e8ab75211
|
feat(s3): support setting for force using path style endpoint (#1559)
|
2 years ago |
Code
|
2bb28a9845
|
fix(s3): use HEAD method to get file info (#1521)
建议更换成更好的 HeadObject 方法因为 HeadObject 方法并不会返回文件 Body 因此不需要 defer res.Body.Close()
|
2 years ago |
HFO4
|
7dda81368d
|
test(source link): add unit test
|
2 years ago |
HFO4
|
8d7ecedf47
|
feat(source link): create perm source link with shorter url
|
2 years ago |
HFO4
|
392c824a33
|
feat(OneDrive): support `Retry-After` throttling control from Graph API (#280)
|
2 years ago |
HFO4
|
56fa01ed61
|
fix: failed UT
|
2 years ago |
HFO4
|
560097145b
|
fix: metadata mismatch if file name contains `%` while uploading to OneDrive/SharePoint
|
2 years ago |
HFO4
|
63b536e5db
|
Merge remote-tracking branch 'origin/master'
|
2 years ago |
HFO4
|
19a2f69a19
|
test: fix failed UT
|
2 years ago |
SuperHgO
|
2271fcfdef
|
fix: s3(minio) file remove operation hangout (#1491)
|
2 years ago |
HFO4
|
f431eb0cbd
|
fix: metadata mismatch if file name contains `%` while uploading to OneDrive/SharePoint (#1301)
|
2 years ago |
HFO4
|
f2c53dda31
|
Merge remote-tracking branch 'origin/master'
|
2 years ago |
HFO4
|
196729bae8
|
i18n: logs in conf/crontab/email/fs.driver
|
2 years ago |
XYenon
|
b1685d2863
|
feat: seeding status for aria2 download tasks (#1422)
* feat: add aria2 seeding
* fix: move RecycleTaskType to the bottom
* refactor: refactor recycle aria2 temp file
|
2 years ago |
HFO4
|
f083d52e17
|
feat: tps limit for OneDrive policy
|
2 years ago |
XYenon
|
5bd711afc6
|
fix: catch s3 presign err (#1277)
|
3 years ago |
HFO4
|
7c8e9054ce
|
fix: OneDrive chunk upload time should be `0`, avoiding upload timeouts when chunk size is large
|
3 years ago |
HFO4
|
c62e355345
|
fix: cannot use LAN OSS endpoint for uploading
|
3 years ago |
HFO4
|
ba0e3278e3
|
fix: signature error when finishing oss upload
|
3 years ago |
HFO4
|
b8bc5bed13
|
test: new `overwrite` param in CreateUploadSession
|
3 years ago |
HFO4
|
b1803fa51f
|
fix: cannot overwrite file to slave policy / fix: remove lock system for webdav to resolve Windows Explorer issue.
|
3 years ago |
HFO4
|
4f65d0e859
|
fix: use default chunk size if it is set as 0
|
3 years ago |
HFO4
|
d117080991
|
Test: new changes pkg filesystem
|
3 years ago |
HFO4
|
1c0a735df8
|
Test: new changes pkg remote, fsctx, part of filesystem
|
3 years ago |
HFO4
|
c6130ab078
|
Feat: new changes in pkg: chunk, backoff, local, onedrive
|
3 years ago |
HFO4
|
31315c86ee
|
Feat: support option for cache streamed chunk data into temp file for potential retry.
|
3 years ago |
HFO4
|
eaa8c9e12d
|
Refactor: move thumbnail config from ini file to database
|
3 years ago |
HFO4
|
7eb8173101
|
Feat: adapt new uploader for s3 like policy
This commit also fix #730, #713, #756, #5
|
3 years ago |
HFO4
|
d3016b60af
|
Feat: adapt new uploader for upyun policy
|
3 years ago |
HFO4
|
9e5713b139
|
Feat: adapt new uploader for COS policy
|
3 years ago |
HFO4
|
07f13cc350
|
Refactor: factory method for OSS client
Fix: use HTTPS schema by default in OSS client
Feat: new handler for Qiniu policy
|
3 years ago |
HFO4
|
0df9529b32
|
Feat: generating token and callback url for OSS muiltpart upload, support resume upload in sever-side uploading for OSS
|
3 years ago |
HFO4
|
015ccd5026
|
Feat: use new ChunkManager for OneDrive API client
|
3 years ago |
HFO4
|
b6efca1878
|
Feat: uploading OneDrive files in client side
|
3 years ago |
HFO4
|
c89327631e
|
Fix: panics inside of task was not correctly logged into DB
Feat: slave node use new API to upload file to master
|
3 years ago |
HFO4
|
9136f3caec
|
Fix: while placeholder file got conflict, original file might be deleted
|
3 years ago |
HFO4
|
0650684dd9
|
Feat: cancel upload session in slave node
|
3 years ago |
HFO4
|
effbc8607e
|
Refactor: use chunk manager to manage resume upload in server side
|
3 years ago |