LaoShui
|
4024050dd0
|
chore: fix typo (#5316)
|
2023-10-01 16:58:00 +08:00 |
Andy Hsu
|
dd10c0c5d0
|
chore(aliyundrive_open): print resp content on refresh token (close #5129)
|
2023-08-31 18:43:25 +08:00 |
Andy Hsu
|
13e8d36e1a
|
fix(aliyundrive_open): use `RawStdEncoding` for base64
|
2023-08-13 20:52:38 +08:00 |
foxxorcat
|
df6b306fce
|
perf(drivers): fs operations and cache (#4965)
* perf(baidu_photo):multi-thread upload
* perf(baidu_netdisk):multi-thread upload and cache optimization
* fix:LimitWriter
* fix(weiyun):only one login is allowed
* feat(189pc):multi threaded upload
* feat(baidu_netdisk):multi threaded upload
* feat(baidu_photo):multi threaded upload
* feat(weiyun):multi threaded upload
* perf(aliyundriver_open):optimize upload code and optimize cache
* fix(weiyun):invalid directory ID
* fix(baidu_netdisk):modified time
* fix(baidu_netdisk,baidu_photo):upload slice error
* perf(baidu_netdisk):cancel unnecessary retries
* fix(limitWriter):must return a non-nil error if it returns n < len(p)
* fix(aliyundrive_open):Name and Filename only use one
* perf(mopan):multi-thread upload
|
2023-08-09 16:13:09 +08:00 |
Andy Hsu
|
b91ed7a78a
|
fix(aliyundrive_open): retry refresh token if sub not match
|
2023-08-08 22:08:05 +08:00 |
Andy Hsu
|
95386d777b
|
feat(aliyundrive_open): record token exchange
|
2023-08-08 20:38:13 +08:00 |
Andy Hsu
|
2e23ea68d4
|
fix(aliyundrive_open): increase limit interval (close #4851)
|
2023-07-27 18:26:11 +08:00 |
Andy Hsu
|
3f7882b467
|
feat(aliyundrive_open): rapid upload (close #4766)
|
2023-07-15 19:33:46 +08:00 |
Andy Hsu
|
ca5a53fc24
|
fix(aliyundrive_open): `openFile/list` rate limit
|
2023-06-11 18:18:09 +08:00 |
Noah Hsu
|
b7ea73b3c2
|
fix(aliyundrive_open): can't refresh token if access_token is empty (#4255)
|
2023-04-28 00:01:47 +08:00 |
NewbieOrange
|
4ec274e748
|
fix(aliyundrive_open): refresh upload url if expired (#3999 close #3823)
* fix(aliyundrive_open): refresh upload url for large files
* fix(aliyundrive_open): retry upload on url expiry
* fix(aliyundrive_open): ignore 409 error
* feat(aliyundrive): cleanup upload retry logic
* feat(util): add multireadable io utility
* feat(aliyundrive_open): make upload fully stream
* feat(aliyundrive_open): refresh upload url every 20 puts
* fix(aliyundrive_open): part info panic
* chore: change refresh upload url strategy
---------
Co-authored-by: Andy Hsu <i@nn.ci>
|
2023-04-01 14:54:29 +08:00 |
Andy Hsu
|
ec54831162
|
fix: only refresh token while do request (close #3591)
|
2023-02-24 20:31:12 +08:00 |
Andy Hsu
|
28aee8c493
|
feat: add aliyundrive open driver (#3437)
close #3533
close #3521
close #3459
close #3375
* feat: add aliyundrive open driver
* feat: adapt alist api
* fix: trailing spaces
* feat(aliyundrive_open): video preview api
|
2023-02-23 20:45:57 +08:00 |