Xiaoran Studio
32ddab9b01
feat(123_share): add access token ( #6357 )
2024-04-24 14:54:01 +08:00
tukipona
793a4ea6ca
fix(cloudreve): add domain to the download url if not exists ( #6339 close #6265 )
...
* fix: correct the download url got by Cloudreve driver
* fix: add an condition to the correction
2024-04-12 21:45:16 +08:00
tukipona
c3c5181847
feat(Seafile): add token login ( #6324 close #5302 )
2024-04-10 21:50:30 +08:00
foxxorcat
d8e190406a
feat(189pc): add family transfer upload ( #6288 )
...
* feat(189pc): add family transfer upload
* fix(189):family transfer file delete
2024-04-02 16:51:02 +08:00
二丫讲梵
0e86036874
fix(doge): reget client after refresh session ( #6277 )
2024-03-29 14:56:49 +08:00
NewbieOrange
e37465e67e
feat(crypt): force stream upload for supported drivers ( #6270 )
2024-03-29 14:42:01 +08:00
二丫讲梵
8a18f47e68
fix(doge): the temporary access key is only valid for two hours ( #6273 )
...
* feat: add doge driver
* doc: 补充readme文档
* fix: 对齐meta信息
* fix: 调整结构体名字,与driver保持一致
* perf: merge to s3
* Rename goge.go to doge.go
* fix: 解决多吉云临时秘钥两个小时过期的问题
* fix: 定时任务在Drop中Stop
---------
Co-authored-by: Andy Hsu <i@nn.ci>
2024-03-27 14:22:26 +08:00
二丫讲梵
cf08aa3668
feat: add doge driver ( #6201 )
...
* feat: add doge driver
* doc: 补充readme文档
* fix: 对齐meta信息
* fix: 调整结构体名字,与driver保持一致
* perf: merge to s3
* Rename goge.go to doge.go
---------
Co-authored-by: Andy Hsu <i@nn.ci>
2024-03-25 22:53:44 +08:00
健忘症
022e0ca292
fix(139): incorrect refreshTokenResp serialization ( #6248 )
2024-03-24 11:04:55 +08:00
陈佳
88947f6676
fix(ipfs): url escape filename ( #6245 close #6027 )
...
This resolves #6027
2024-03-24 11:03:18 +08:00
Andy Hsu
9a0a63d34c
fix(ilanzou): add referer to request header ( close #6171 )
2024-03-11 20:30:22 +08:00
健忘症
195c869272
feat(139): refresh token periodically ( #6146 )
...
* 139定时刷新token
* fix build fail
2024-03-11 20:10:26 +08:00
foxxorcat
45e009a22c
fix(mopan): upload error ( close #6158 in #6166 )
2024-03-09 14:54:49 +08:00
mlkt
ac68079a76
feat(seafile): improve features, support access to encrypted library, etc ( #6160 )
2024-03-08 15:33:42 +08:00
Kevin Z
71e4e1ab6e
fix(chaoxing): json cannot unmarshal content.uploadDate ( close #6119 in #6124 )
2024-03-01 13:37:09 +08:00
Andy Hsu
94a80bccfe
fix(feiji): unable to get link ( close #6082 )
2024-02-24 18:04:08 +08:00
Andy Hsu
47f4b05517
feat(sftp): allow ignore symlink error ( close #6026 )
2024-02-15 18:54:19 +08:00
123pan
6d85f1b0c0
fix(123): `User-Agent` and rate limit ( #6012 )
...
* 修复标签
* 新增接口限流器。防止云盘云端把Alist当做攻击,封禁Alist客户端
---------
Co-authored-by: 风信子 <fengxinzi@xaidc.com>
2024-02-09 14:45:44 +08:00
foxxorcat
812f58ae6d
fix(mopan): client version is too low ( #5987 )
...
* fix(mopan): download err ` client version is too low`
* feat(mopan):support sms login
* refactor(quqi): upload use s3
2024-02-02 21:04:43 +08:00
shouko
aef952ae68
feat(dropbox): add root_namespace_id to access teams folder ( #5929 )
...
* feat(dropbox): add root_namespace_id to access teams folder
* fix(dropbox): get_current_account API request
* feat(dropbox): extract root_namespace_id properly
* style: format code
2024-01-24 17:03:50 +08:00
Echo Response
9222510d8d
feat(quqi): add download link with cdn ( #5938 )
...
* feat(quqi): add download link by cdn
* fix(quqi): cookie error when login with phone number
2024-01-24 16:47:49 +08:00
Echo Response
d88b54d98a
fix(quqi): empty file link for non vip user ( #5926 )
...
* fix(quqi): error returned when uploading a file that existed
* fix empty download link for no vip user
* fix cannot parse request result
---------
Co-authored-by: Andy Hsu <i@nn.ci>
2024-01-21 15:28:52 +08:00
Echo Response
85a28d9822
fix(quqi): error on uploading an existing file ( #5920 )
2024-01-20 21:22:50 +08:00
Echo Response
a8c900d09e
fix(quqi): file extension duplication when rename and some missing form parameters ( #5910 )
...
* feat: add `quqi` driver
* change signature of request function
* specific header for every storage
* todo: real upload
* fix upload method
* fix incorrect parameters for some request function calls
* refine some form parameters to avoid potential problems
* fix file extension duplication in rename function
* improve the error message in login function
---------
Co-authored-by: Andy Hsu <i@nn.ci>
2024-01-19 13:57:31 +08:00
None
8bccb69e8d
fix(google_photo): add support for streaming video, range requests ( #5905 )
...
* Update util.go
Return mediaMetadata
* Update driver.go
Using width and height
2024-01-19 13:02:05 +08:00
Andy Hsu
0f29a811bf
fix: s3 upload exceeded total allowed configured MaxUploadParts ( close #5909 )
2024-01-19 12:05:10 +08:00
Echo Response
442c2f77ea
feat: add `quqi` driver ( #5899 close #5251 )
...
* feat: add `quqi` driver
* change signature of request function
* specific header for every storage
* todo: real upload
* fix upload method
* fix incorrect parameters for some request function calls
---------
Co-authored-by: Andy Hsu <i@nn.ci>
2024-01-19 10:59:56 +08:00
Shelton Zhu
e3e790f461
feat(115): add QR code source selection ( #5891 )
...
* feat(115): add QR code source selection
closed #5386
* feat(115_share): add QR code source selection
2024-01-16 15:59:44 +08:00
SoY0ung
f0e8c0e886
fix(chaoxing): JSON parsing error in `content` field ( #5877 )
...
* fix(chaoxing):fix JSON parsing error in `content` field
* fix(chaoxing): optimizing `UnmarshalJSON` implementation
* fix(chaoxing): use `objectID` when is empty
2024-01-14 12:53:31 +08:00
Andy Hsu
292bbe94ee
fix(feijipan): incorrect address of download link ( close #5859 )
2024-01-11 10:16:14 +08:00
Andy Hsu
555ef0eb1a
feat: add `feijipan` driver ( close #5856 )
2024-01-10 16:58:10 +08:00
Andy Hsu
34b73b94f7
feat(local): allow specifying the recycle bin path ( close #5832 )
2024-01-09 18:51:21 +08:00
Andy Hsu
9d5fb7f595
feat: add `ILanzou` driver ( #5810 close #5715 )
...
* wip: basic request and login
* feat: impl list
* feat: impl link
* feat: impl mkdir, move, rename, delete
* feat: impl upload
* docs: add iLanzou to readme
2024-01-04 22:03:15 +08:00
Andy Hsu
126cfe9f93
fix(vtencent): only show 50 files ( close #5805 )
2024-01-04 21:54:39 +08:00
foxxorcat
b5cc90cb5a
fix(115): support null `UserAgent` ( #5787 )
2024-01-02 15:41:32 +08:00
xiaofei
6b8f35e7fa
feat(alipan): replace domain ( #5751 close #5747 )
2023-12-31 14:29:14 +08:00
foxxorcat
299bfb4d7b
feat(115): support 302 redirect ( #5733 )
2023-12-25 11:28:57 +08:00
Andy Hsu
ab216ed170
fix(onedrive): rename object in root folder ( close #5468 )
2023-12-17 22:58:26 +08:00
Andy Hsu
e91c42c9dc
fix(alist_v3): timeout on upload ( close #5465 )
2023-12-17 15:45:27 +08:00
tonsr
54f7b21a73
fix(123): api sign error ( #5689 close #5083 )
...
* fix:123 driver connect error
* feat: calculate sign with pure go
---------
Co-authored-by: tangminghao <tangminghao@hxzn.com>
Co-authored-by: Andy Hsu <i@nn.ci>
2023-12-17 15:21:32 +08:00
linepro6
de56f926cf
feat(139): support new personal cloud api ( #5690 )
...
Co-authored-by: Andy Hsu <i@nn.ci>
2023-12-16 16:56:45 +08:00
foxxorcat
74b20dedc3
fix: retry multipart file reset ( #5693 close #5628 )
2023-12-14 21:31:36 +08:00
Andy Hsu
296be88b5f
fix: incorrect key of oidc username ( close #5670 )
2023-12-10 13:17:56 +08:00
Andy Hsu
b99e709bdb
fix(teambition): international upload ( close #5360 )
2023-11-29 22:51:03 +08:00
Andy Hsu
d455a232ef
fix(vtencent): hack file with size 0 but actual size is not 0
...
- allow use another proxy for vtencent and chaoxing
2023-11-23 22:35:07 +08:00
textrix
fe34d30d17
feat(crypt): add show hidden option ( #5554 )
2023-11-23 21:50:16 +08:00
BlueSkyXN
0fbb986ba9
fix(aliyundrive_open): mitigation measures for 15-minute limit ( #5560 close #5547 )
...
* fix(aliyundrive_open):Mitigation measures for AliOpen's 15-minute limit.
I conducted small-scale tests, which seem to have no significant negative impact. If the 15-minute issue still occurs, further measures will be needed. Methods like local proxy can be attempted.
* chore(aliyundrive_open): change cache of the link to 1 minute
---------
Co-authored-by: Andy Hsu <i@nn.ci>
2023-11-23 21:49:16 +08:00
zhangxiang
1280070438
feat: add chaoxing and vtencent driver ( #5526 close #3347 )
...
* add chaoxing and vtencent
* add vtencent put file
* add sha1 to transfer files instantly
* simplified upload file code
* setting onlyproxy
* fix get files modifyDate bug
2023-11-23 21:40:16 +08:00
guangwu
f904596cbc
chore: remove refs to deprecated io/ioutil ( #5519 )
...
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
2023-11-16 05:16:15 -06:00
foxxorcat
55a14bc271
fix(mopan): 302 Redirect ( #5505 close #5502 )
...
* fix(mopan):302 Redirect
* fix(mopan): do not forget to close the body
---------
Co-authored-by: Andy Hsu <i@nn.ci>
2023-11-12 15:13:55 +08:00