Andy Hsu
623c7dcea5
fix(189pc): get real link after redirect
2023-09-06 16:02:28 +08:00
foxxorcat
7200344ace
feat: adapt hash feature for some drivers ( #5180 )
...
* feat(pikpak,thunder): adaptation gcid hash
* chore(weiyun): add note
* feat(baidu_netdisk): adaptation rapid
* feat(baidu_photo): adaptation hash
* feat(189pc): adaptation rapid
* feat(mopan):adaptation ctime
* feat(139):adaptation hash and ctime
---------
Co-authored-by: Andy Hsu <i@nn.ci>
2023-09-06 14:46:35 +08:00
Sean
a3748af772
feat: misc improvements about upload/copy/hash ( #5045 )
...
general: add createTime/updateTime support in webdav and some drivers
general: add hash support in some drivers
general: cross-storage rapid-upload support
general: enhance upload to avoid local temp file if possible
general: replace readseekcloser with File interface to speed upstream operations
feat(aliyun_open): same as above
feat(crypt): add hack for 139cloud
Close #4934
Close #4819
baidu_netdisk needs to improve the upload code to support rapid-upload
2023-08-27 21:14:23 +08:00
foxxorcat
c1db3a36ad
feat: upload progress recovery ( #4987 )
...
* feat(189pc):upload progress recovery
* fix:some err
* feat(baidu_netdisk,baidu_photo):upload progress recovery
* feat(mopan):upload progress recovery
* feat(baidu_netdisk):custom upload api
2023-08-11 14:23:30 +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
Sean
7877184bee
feat(baidu_netdisk): add retry to most operations ( close #4863 in #4939 )
2023-08-07 13:44:28 +08:00
foxxorcat
49bde82426
perf(189pc): empty file upload and cache optimization ( #4913 )
...
- login captcha error
- cache optimization
- upload empty file
2023-08-03 14:08:40 +08:00
Andy Hsu
a4511c1963
refactor: change hash function
2023-07-15 16:29:44 +08:00
Andy Hsu
3bfa00d5d2
fix(189pc): add `REQID` header
2023-06-09 23:33:12 +08:00
foxxorcat
2c1f70fbe9
fix(189pc): large file upload error ( close #4417 in #4438 )
2023-05-27 14:28:58 +08:00
Noah Hsu
105f22969c
feat: support cancel for some drivers ( close #2717 )
2022-12-21 15:03:09 +08:00
foxxorcat
fb64f00640
refactor: obj name mapping and internal path processing ( #2733 )
...
* refactor:Prepare to remove the get interface
* feat:add obj Unwarp interface
* refactor:obj name mapping and program internal path processing
* chore: fix typo
* feat: unwrap get
* fix: no use op.Get to get parent id
* fix: set the path uniformly
Co-authored-by: Noah Hsu <i@nn.ci>
2022-12-17 19:49:05 +08:00
foxxorcat
33bae52fa1
refactor: optimize driver initialization need to manually deserialize and assign values, and remove redundant driver registration parameters ( #2691 )
...
* refactor: optimize driver initialization need to manually deserialize and assign values, and remove redundant driver registration parameters
* fix typo
Co-authored-by: Noah Hsu <i@nn.ci>
2022-12-13 18:03:30 +08:00
Noah Hsu
83644dab85
fix: mapping filename in `GetName`
...
some missed filename mapping
2022-11-30 20:46:54 +08:00
Noah Hsu
7bfa5876ed
fix(189pc): fix typo
2022-11-01 19:32:40 +08:00
foxxorcat
2efade123e
fix(189pc):slice bounds out of range close #2045
2022-10-17 22:39:51 +08:00
foxxorcat
0e99e7e9b9
fix(thunder,189pc): some known problems
2022-10-17 00:54:39 +08:00
foxxorcat
a90ef201c7
fix(189pc,baidu_photo,thunder): single link limit multithreading
2022-09-13 18:44:07 +08:00
foxxorcat
53e08e75fe
fix(189pc,baidu_photo): source file not closed
2022-09-12 22:45:30 +08:00
foxxorcat
6b5236f52e
feat: add baidu_photo driver
2022-09-12 17:10:02 +08:00
Noah Hsu
cd73e34ccc
chore: optional `other` interface
2022-09-11 18:40:19 +08:00
Noah Hsu
969018db37
fix: is the root folder required ( close #1633 )
2022-09-11 16:23:46 +08:00
foxxorcat
9c91f062b9
fix(189pc): some minor problems
2022-09-11 13:18:29 +08:00
Noah Hsu
043a79189d
style: uniform use `utils.CreateTempFile`
2022-09-10 14:11:06 +08:00
Noah Hsu
fbaebc020f
fix(189pc): wrong time if location incorrect ( close #1562 )
2022-09-08 20:03:07 +08:00
foxxorcat
918ca28d2b
feat: add 189cloudPC driver
2022-09-08 15:00:57 +08:00
Noah Hsu
b76060570e
refactor: init v3
2022-06-06 16:28:37 +08:00
foxxorcat
04e04a1aa6
fix(189pc): delete user-agent for upload
2022-05-16 23:33:12 +08:00
foxxorcat
f2b2728be7
fix(123,189pc,alidriver,xunlei):tempfile remove
2022-05-16 09:48:33 +08:00
Xhofe
4b635f06e3
fix(189pc): delete user-agent for upload
2022-05-11 20:01:15 +08:00
foxxorcat
b6af9aa587
fix(139,189,189pc,alidrive,onedrive,yandex):http response body is not close #1072
2022-05-10 21:37:48 +08:00
Xhofe
6612338fc1
fix(189pc): InvalidSessionKey ( fix #920 )
2022-04-20 15:16:30 +08:00
Xhofe
5295593bf8
fix(189cloudpc): wrong modified time ( close #910 )
2022-04-06 17:59:45 +08:00
foxxorcat
bf2e5768d6
feat: add rapid upload switch for 189pc and alidrive ( #892 )
...
* 189PC增加快传开关
* alidrive增加快传开关
2022-04-03 17:56:21 +08:00
Xhofe
0bc05a60b0
feat(189pc): override upload
2022-03-23 18:51:07 +08:00
foxxorcat
2dbedc245c
fix: 189 family cloud upload ( #761 )
2022-03-16 14:22:42 +08:00
foxxorcat
10fce6c0fe
fix(xunlei): some issues about page turning( #716 )
2022-03-09 22:48:15 +08:00
Xhofe
d31d49a9bb
fix(189pc): some minor issues
2022-03-09 21:09:21 +08:00
foxxorcat
2e91f5ffa5
feat: support 189 family cloud ( close #612 )
2022-03-09 20:30:56 +08:00