Andy Hsu
ce6e486666
Squashed commit of the following:
...
commit 4fc0a77565702f9bf498485d42336502f2ee9776
Author: Andy Hsu <i@nn.ci>
Date: Fri Oct 20 21:06:25 2023 +0800
fix(baidu_netdisk): upload file > 4GB (close #5392 )
commit aaffaee2b54fc067d240ea0c20ea3c2f39615d6e
Author: gmugu <94156510@qq.com>
Date: Thu Oct 19 19:17:53 2023 +0800
perf(webdav): support request with cookies (#5391 )
commit 8ef8023c20bfeee97ec82155b52eae0d80b1410e
Author: NewbieOrange <NewbieOrange@users.noreply.github.com>
Date: Thu Oct 19 19:17:09 2023 +0800
fix(aliyundrive_open): upload progress for normal upload (#5398 )
commit cdfbe6dcf2b361e4c93c2703c2f8c9bddeac0ee6
Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com>
Date: Wed Oct 18 16:27:07 2023 +0800
fix: hash gcid empty file (#5394 )
commit 94d028743abf8e0d736f80c0ec4fb294a1cc064c
Author: Andy Hsu <i@nn.ci>
Date: Sat Oct 14 13:17:51 2023 +0800
ci: remove `pr-welcome` label when close issue [skip ci]
commit 7f7335435c2f32a3eef76fac4c4f783d9d8624fd
Author: itsHenry <2671230065@qq.com>
Date: Sat Oct 14 13:12:46 2023 +0800
feat(cloudreve): support thumbnail (#5373 close #5348 )
* feat(cloudreve): support thumbnail
* chore: remove unnecessary code
commit b9e192b29cffddf14a0dfb2d3885def57a56ce16
Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com>
Date: Thu Oct 12 20:57:12 2023 +0800
fix(115): limit request rate (#5367 close #5275 )
* fix(115):limit request rate
* chore(115): fix unit of `limit_rate`
---------
Co-authored-by: Andy Hsu <i@nn.ci>
commit 69a98eaef612b58596e5c26c341b6d7cedecdf19
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Oct 11 22:01:55 2023 +0800
fix(deps): update module github.com/aliyun/aliyun-oss-go-sdk to v2.2.9+incompatible (#5141 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
commit 1ebc96a4e5220c979fd581bb3b5640e9436f6665
Author: Andy Hsu <i@nn.ci>
Date: Tue Oct 10 18:32:00 2023 +0800
fix(wopan): fatal error concurrent map writes (close #5352 )
commit 66e2324cac75cb3ef05af45dbdd10b124d534aff
Author: Andy Hsu <i@nn.ci>
Date: Tue Oct 10 18:23:11 2023 +0800
chore(deps): upgrade dependencies
commit 7600dc28df137c439e538b4257731c33a63db9b5
Author: Andy Hsu <i@nn.ci>
Date: Tue Oct 10 18:13:58 2023 +0800
fix(aliyundrive_open): change default api to raw server (close #5358 )
commit 8ef89ad0a496d5acc398794c0afa4f77c67ad371
Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com>
Date: Tue Oct 10 18:08:27 2023 +0800
fix(baidu_netdisk): hash and `error 2` (#5356 )
* fix(baidu):hash and error:2
* fix:invalid memory address
commit 35d672217dde69e65b41b1fcd9786c1cfebcdc45
Author: jeffmingup <1960588251@qq.com>
Date: Sun Oct 8 19:29:45 2023 +0800
fix(onedrive_app): incorrect api on `_accessToken` (#5346 )
commit 1a283bb2720eff6d1b0c1dd6f1667a6449905a9b
Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com>
Date: Fri Oct 6 16:04:39 2023 +0800
feat(google_drive): add `hash_info`, `ctime`, `thumbnail` (#5334 )
commit a008f54f4d5eda5738abfd54bf1abf1e18c08430
Author: nkh0472 <67589323+nkh0472@users.noreply.github.com>
Date: Thu Oct 5 13:10:51 2023 +0800
docs: minor language improvements (#5329 ) [skip ci]
2023-10-20 21:14:15 +08:00
Andy Hsu
3d7f79cba8
docs: change domain of contributors image [skip ci]
2023-10-03 17:34:24 +08:00
jimyag
9b765ef696
chore: remove README.md
executable permission ( close #5097 in #5100 )
2023-08-27 14:35:03 +08:00
Sean
3c21a9a520
feat: Crypt driver, improve http/webdav handling ( #4884 )
...
this PR has several enhancements, fixes, and features:
- [x] Crypt: a transparent encryption driver. Anyone can easily, and safely store encrypted data on the remote storage provider. Consider your data is safely stored in the safe, and the storage provider can only see the safe, but not your data.
- [x] Optional: compatible with [Rclone Crypt](https://rclone.org/crypt/ ). More ways to manipulate the encrypted data.
- [x] directory and filename encryption
- [x] server-side encryption mode (server encrypts & decrypts all data, all data flows thru the server)
- [x] obfuscate sensitive information internally
- [x] introduced a server memory-cached multi-thread downloader.
- [x] Driver: **Quark** enabled this feature, faster load in any single thread scenario. e.g. media player directly playing from the link, now it's faster.
- [x] general improvement on HTTP/WebDAV stream processing & header handling & response handling
- [x] Driver: **Mega** driver support ranged http header
- [x] Driver: **Quark** fix bug of not closing HTTP request to Quark server while user end has closed connection to alist
## Crypt, a transparent Encrypt/Decrypt Driver. (Rclone Crypt compatible)
e.g.
Crypt mount path -> /vault
Crypt remote path -> /ali/encrypted
Aliyun mount paht -> /ali
when the user uploads a.jpg to /vault, the data will be encrypted and saved to /ali/encrypted/xxxxx. And when the user wants to access a.jpg, it's automatically decrypted, and the user can do anything with it.
Since it's Rclone Crypt compatible, users can download /ali/encrypted/xxxxx and decrypt it with rclone crypt tool. Or the user can mount this folder using rclone, then mount the decrypted folder in Linux...
NB. Some breaking changes is made to make it follow global standard, e.g. processing the HTTP header properly.
close #4679
close #4827
Co-authored-by: Sean He <866155+seanhe26@users.noreply.github.com>
Co-authored-by: Andy Hsu <i@nn.ci>
2023-08-02 14:40:36 +08:00
Ikko Eltociear Ashimine
cace9db12f
docs: add Japanese README [skip ci] ( #4798 )
2023-07-19 14:05:41 +08:00
Andy Hsu
ec2fb82836
chore: update special sponsors [skip ci]
2023-07-18 15:26:03 +08:00
wenmig
cfee536b96
feat: add Dropbox driver ( #4639 close #4590 )
...
Co-authored-by: Andy Hsu <i@nn.ci>
2023-06-23 17:36:40 +08:00
Andy Hsu
541449e10f
docs: add special sponsor [skip ci]
2023-06-14 05:42:21 +08:00
Andy Hsu
bd2418c438
feat(deps): update alpine to 3.18
2023-05-28 19:30:42 +08:00
zqxiaojin
89f76d7899
feat: add UC
driver ( close #1127 in #4459 )
...
Co-authored-by: lj98568 <lj98568@alibaba-inc.com>
Co-authored-by: Andy Hsu <i@nn.ci>
2023-05-27 19:36:14 +08:00
panici
2dc5dec83c
feat: add Cloudreve
driver ( close #2658 in #2997 )
...
* feat: add cloudreve support
add cloudreve support
(#2658 )
* docs(README): add suppuort cloudreve
* fix(cloudreve): add cookie refresh
Co-authored-by: panici <zhangjun@zjdeMacBook-Pro.local>
2023-01-12 19:57:43 +08:00
Code2qing
1eca2b83ed
perf(terabox): optimize prompt message ( #3002 )
...
* perf(terabox):prompt login status when init the driver
* docs:add Terabox
* perf(terabox):prompt area is not available
* style(terabox): del else
2023-01-12 19:40:38 +08:00
Zexi
48e6f3bb23
feat: add Seafile
driver ( #2964 )
...
* feat: add Seafile driver
* docs: add Seafile support
* refactor: optimization
* fix: close redirect on `move` and `rename`
Co-authored-by: Noah Hsu <i@nn.ci>
2023-01-10 20:51:42 +08:00
baysonfox
faf4150d1e
docs: fix badges on README.md
and README_cn.md
[skip ci] ( #2749 )
2022-12-18 16:48:03 +08:00
Noah Hsu
f95ab6ee57
docs: add 115 to readme [skip ci]
2022-11-01 19:28:24 +08:00
Noah Hsu
aabfe49cb9
docs: change contributors show [skip ci]
2022-10-30 15:26:31 +08:00
Noah Hsu
e3b7c41199
docs: update demo url & sponsor content [skip ci]
2022-10-24 22:48:36 +08:00
Noah Hsu
02df3759df
docs: fix typo [skip ci]
2022-10-20 14:29:28 +08:00
Noah Hsu
07ece452b3
docs: fix docker link [skip ci]
2022-10-19 17:08:01 +08:00
Noah Hsu
1c22fc367e
docs: change badges in readme
2022-10-12 17:08:40 +08:00
Noah Hsu
be8ff92414
docs: replace qq with discord [skip ci]
2022-10-05 14:17:00 +08:00
Noah Hsu
fba1471ec4
docs: add thunder in storage list [skip ci]
2022-09-11 15:26:47 +08:00
Noah Hsu
b00dcdec0d
docs: Create CODE_OF_CONDUCT.md [skip ci]
2022-09-10 22:23:05 +08:00
Noah Hsu
2505cb40ac
docs: update readme
2022-09-09 14:35:05 +08:00
Noah Hsu
2d2a4f5776
docs: add go report card [skip ci]
2022-09-01 22:49:47 +08:00
Noah Hsu
d1b5c3e648
docs: fix preview dev change
2022-08-17 14:02:05 +08:00
Noah Hsu
fe0dee1196
docs: fix typo
2022-08-13 15:38:03 +08:00
Noah Hsu
303d245e0f
docs: add sponsor
2022-07-18 00:48:55 +08:00
Noah Hsu
1df5472855
docs: add version explanation
2022-06-15 21:58:20 +08:00
Noah Hsu
b76060570e
refactor: init v3
2022-06-06 16:28:37 +08:00
Xhofe
f23bec9a35
docs: add baidu.photo [skip ci]
2022-05-07 16:43:02 +08:00
Xhofe
a7a0e85a46
docs: update qq group
2022-04-21 22:31:17 +08:00
Xhofe
ebda77cd43
docs: add sharepoint
to webdav
2022-04-17 17:16:39 +08:00
Xhofe
b3540cf539
docs: add SFTP
in readme [skip ci]
2022-04-03 18:20:33 +08:00
Xhofe
30277cd81f
docs: change blog address [skip ci]
2022-03-27 20:23:18 +08:00
Xhofe
85c757b035
docs: add disclaimer
2022-03-27 20:16:06 +08:00
Xhofe
9b23d0ab29
docs: add sponsors [skip ci]
2022-03-18 17:08:43 +08:00
Xhofe
1680a18578
docs: move CONTRIBUTORS [skip ci]
2022-03-06 20:38:30 +08:00
allcontributors[bot]
8bfbaa74f6
docs: update README.md [skip ci]
2022-03-06 09:35:06 +00:00
allcontributors[bot]
fdb49f5fb4
docs: update README.md [skip ci]
2022-03-04 12:14:53 +00:00
Xhofe
2271cb6c7c
docs: replace preview image [skip ci]
2022-03-03 23:30:45 +08:00
allcontributors[bot]
b392e093e3
docs: update README.md [skip ci]
2022-03-03 23:28:37 +08:00
allcontributors[bot]
0408d7ab5d
docs: update README.md [skip ci]
2022-03-03 23:27:19 +08:00
allcontributors[bot]
e8e8d925f3
docs: update README.md [skip ci]
2022-03-03 23:24:46 +08:00
Xhofe
623aab4c28
docs: move all contributors
2022-03-03 23:17:13 +08:00
allcontributors[bot]
dfddb5cfa1
docs: update README.md [skip ci]
2022-03-03 23:00:34 +08:00
Xhofe
9de072161e
docs: add xunlei cloud ( #659 )
2022-03-03 19:38:59 +08:00
Xhofe
3f644f07db
✏️ fix readme logo
2022-02-27 20:26:05 +08:00
Xhofe
a6e08f3bf4
📝 update readme
2022-02-17 00:08:37 +08:00
Xhofe
48dccc6c0b
📝 update readme
2022-02-14 15:41:20 +08:00