Darren Yu
794c8d6338
Fix: aliyun-oss-sdk will url's '/' to '%2f' ( #1117 #1705 )
...
Fix the error of:
1. make download file with real file-name avaliable,
2. fix some signature error if sign url on AWS v4 at cdn sides, etc., rather than Cloudreve.
2 years ago
Darren Yu
a26893aabc
Add: thumb quality for 3rd storage policy ( #1763 )
...
Add thumb quality for third party storage policy.
2 years ago
Aaron Liu
b1344616b8
test: fix failed ut
2 years ago
Aaron Liu
4aafe1dc7a
enhance(download): Use just-in-time host in download URl, instead of SiteURL in site settings
2 years ago
Aaron Liu
bde4459519
feat(thumb): add ext whitelist for all policy types
2 years ago
Aaron Liu
f36e39991d
refactor(thumb): new thumb pipeline model to generate thumb on-demand
2 years ago
HFO4
196729bae8
i18n: logs in conf/crontab/email/fs.driver
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
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
31315c86ee
Feat: support option for cache streamed chunk data into temp file for potential retry.
4 years ago
HFO4
7eb8173101
Feat: adapt new uploader for s3 like policy
...
This commit also fix #730 , #713 , #756 , #5
4 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
4 years ago
HFO4
0df9529b32
Feat: generating token and callback url for OSS muiltpart upload, support resume upload in sever-side uploading for OSS
4 years ago
HFO4
118d738797
Feat: support apply append mode and overwrite mode for FileStream
4 years ago
HFO4
2811ee3285
Feat: slave policy creating upload session API
4 years ago
HFO4
7dd636da74
Feat: upload session recycle crontab job / API for cleanup all upload session
4 years ago
HFO4
72173bf894
Refactor: create placeholder file and record upload session id in it
4 years ago
HFO4
e37e93a7b6
Feat: create hidden file when creating upload session
4 years ago
HFO4
868a88e5fc
Refactor: use universal FileHeader when handling file upload, remove usage of global ctx with FileHeader, SavePath, DisableOverwrite
4 years ago
HFO4
de9c41082c
Feat: create upload session and pre-upload check
4 years ago
HFO4
5e226efea1
Feat: disable overwrite for non-updating put request, only works under local,slave,OneDrive,OSS policy. ( #764 )
5 years ago
HFO4
7279be2924
Fix: user storage might be returned twice when OneDrive uploading canceled in WebDAV requests
5 years ago
HFO4
a5805b022a
Feat: enable using LAN endpoint in serverside request of OSS policy ( #399 )
5 years ago
Loyalsoldier
79b8784934
Comply with Golang semantic import versioning ( #630 )
...
* Code: compatible with semantic import versioning
* Tools & Docs: compatible with semantic import versioning
* Clean go.mod & go.sum
5 years ago
HFO4
cfaf20926f
Feat: List files in COS bucket
5 years ago
HFO4
52c2422be9
Feat: list oss files
5 years ago
HFO4
1afc750dae
Modify: create folder if not exist while importing files
5 years ago
HFO4
36e5b31f73
Modify: add recursive options for list method
...
Test: local.List
5 years ago
HFO4
8c547a05fd
Fix: mismatched pointer receiver in oss.Driver
5 years ago
HFO4
f7311f906b
Feat: add List method to Handler interface / implement local.List
5 years ago
HFO4
46743f3c1e
Fix: unsupported GET parameters in public OSS bucket
5 years ago
yeungc
6285e45e34
Fix: filename and code typo ( #260 )
...
* Rename handller.go to handler.go
* Rename handller.go to handler.go
* Rename handller_test.go to handler_test.go
* Rename handller.go to handler.go
* Rename handller.go to handler.go
* Rename handller.go to handler.go
* Rename handller.go to handler.go
* Fix typo
6 years ago