e4da5e637f
Merge branch 'main' into renovate/github.com-mholt-archives-0.x
2025-07-02 15:32:15 +08:00
c166fe6127
chore: remove exp and go mod tidy ( #440 )
2025-07-02 15:30:53 +08:00
9725e0fd76
fix(s3): correctly handle URL when RemoveBucket
is enabled ( #497 )
...
* fix(s3): correctly handle URL when RemoveBucket is enabled
* fix(s3): handle errors
2025-07-02 15:23:22 +08:00
5c4cd1b198
feat(strm): support multiple drivers ( #510 )
2025-07-02 15:16:46 +08:00
44f4658f37
docs: better error hint for wrong refresh token ( #517 )
...
* docs: better error hint for wrong refresh token
* fix: modify punctuation
2025-07-02 10:20:43 +08:00
b4997e7a7e
Revert "fix(fs): update objs cache" ( close #511 )
...
Revert "fix(fs): update objs cache (#507 )"
This reverts commit f26892ac3c
.
2025-07-01 20:33:44 +08:00
f26892ac3c
fix(fs): update objs cache ( #507 )
2025-07-01 15:46:34 +08:00
aae3851979
chore(README): various optimizations, reordering, and corrections ( #504 )
2025-07-01 15:22:37 +08:00
a17b3dc405
feat(strm_driver): add strm driver ( #410 )
...
* feat(strm_driver): add strm driver
* chore(strm_driver): get api_url from context
* 优化代码
* chore(strm_driver): update package name
---------
Co-authored-by: j2rong4cn <j2rong@qq.com >
2025-07-01 14:29:28 +08:00
022614f155
chore(readme style): remove line break to prevent visible underline ( #501 )
...
style: Remove the line break of the img tag in readme to avoid GitHub's incorrect rendering of the blue underline
Co-authored-by: ShenLin <773933146@qq.com >
2025-07-01 12:15:28 +08:00
874dc292ae
fix(gomod): go modules with tagged versions ( #499 )
...
fix: go modules with tagged versions
2025-07-01 09:54:50 +08:00
9442013b37
feat(cloudreve_v4): enhance metadata and lock conflict handling ( #485 )
...
* feat(cloudreve_v4): add metadata constants
* fix(cloudreve_v4): enhance thumbnail handling
* feat(cloudreve_v4): add HideUploading option
* fix(cloudreve_v4): handle lock conflict during file deletion
2025-07-01 01:06:28 +08:00
862b1c3c53
chore(net): remove unnecessary goroutine
2025-07-01 00:28:26 +08:00
52c93f2046
build:Update old dependencies to new hosting ( #495 )
...
* build:Update old dependencies to new hosting
2025-06-30 21:26:42 +08:00
3d13d5213b
feat(quark): add transcoding link api ( #470 )
2025-06-30 16:20:45 +08:00
103abc942e
refactor: pass api_url
through context ( #457 )
...
* refactor: pass `api_url` through context
* 移除 LinkArgs.HttpReq
* pref(alias): 减少不必要下载代理
* 修复bug
* net: 支持1并发 分片下载
2025-06-30 15:48:05 +08:00
f0236522f3
fix(115): error getting file sha1 when upload ( #482 )
2025-06-30 12:58:49 +08:00
6a3b8fab06
feat(driver):add online api user-agent ( #483 )
2025-06-30 10:35:52 +08:00
5c288dc763
fixed(ua):fixed openlist ua
2025-06-30 09:15:56 +08:00
6d0d3ac612
fix: crypt: file already closed; net: concurrent download deadlock
2025-06-30 01:49:27 +08:00
1ec97733e5
fix(crypt cmd): correctly process encrypted folder names and file nam… ( #462 )
...
fix(crypt cmd): correctly process encrypted folder names and file name suffix
v4.0.5
2025-06-29 22:22:47 +08:00
ded67b746b
fix(115): optimize upload ( close #364 )
2025-06-29 18:55:57 +08:00
4590795cba
fixed(fs):fixed overwrite functions ( #469 )
...
* fixed(fs):fixed overwrite functions
2025-06-29 12:17:23 +08:00
060fd36883
feat(ci):Add lite version build and standardize Action naming ( #464 )
...
* add lite version
* fixed lite ci
* test
* fixed lite version
* fixed release build md5 and tar
* fixed lite
* fixed release ci
* fixed ci secrets
* fixed ci
* fixed ci
* fixed docker ci
* fixed docker ci
* fixed ci
* fixed docker ci
* fixed docker ci
* fixed docker ci
* ci:delete lite in beta version
* feat(ci):Add Lite Version Build
* Fixed Beta version Docker
* Fixed Web Lite
* fixed EOL
* fixed EOL
---------
Co-authored-by: Sumengjing <146963948+suyunjing-su@users.noreply.github.com >
2025-06-28 22:22:16 +08:00
76a1f99df1
chore(default setting): add avif in default image settings ( #458 )
2025-06-28 19:18:08 +08:00
f92c221ae8
fix(deps): update module github.com/mholt/archives to v0.1.3
2025-06-28 05:23:04 +00:00
38766a4cb7
fix(deps): update github.com/t3rm1n4l/go-mega digest to a19cff0 ( #435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-27 21:31:50 +08:00
bcc518cf96
fix(deps): update github.com/zzzhr1990/go-common-entity digest to 1a20004 ( #436 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-27 21:27:02 +08:00
3fdb2c79bf
fix(deps): update github.com/fclairamb/ftpserverlib digest to 7accbe1 ( #432 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-27 21:17:19 +08:00
18f7a2ba0e
fix(s3): fix deleting an empty folder issue and filename encoding ( #429 )
2025-06-27 20:26:53 +08:00
e32cebb153
fix(deps): resolve go.mod tidy failure ( #388 )
...
fix: go.mod tidy failed
Co-authored-by: ShenLin <773933146@qq.com >
Co-authored-by: Suyunjing <69945917+Suyunmeng@users.noreply.github.com >
v4.0.4
2025-06-27 15:36:50 +08:00
02031bd835
feat(s3): add Content-Disposition header ( #365 )
...
* add(s3): add Content-Disposition header
* Update driver.go
Signed-off-by: XZB-1248 <28593573+XZB-1248@users.noreply.github.com >
* Update driver.go
Signed-off-by: XZB-1248 <28593573+XZB-1248@users.noreply.github.com >
---------
Signed-off-by: XZB-1248 <28593573+XZB-1248@users.noreply.github.com >
Co-authored-by: XZB-1248 <i@1248.ink >
Co-authored-by: Suyunjing <69945917+Suyunmeng@users.noreply.github.com >
2025-06-27 15:29:08 +08:00
7726cb14a0
chore(issue): split Issue templates ( #417 )
...
* chore(issue): Update issue templates with improved descriptions and links
Enhanced bug and feature request templates with bilingual descriptions, default titles, and updated documentation links. Added new contact options in config.yml, including a Telegram chat link. Improved clarity and localization for user instructions.
* split
* zh
* test preview
* en
* fix temp preview error
* one line and multiple reproduction links
* fix en
* Revert "fix en"
This reverts commit b3cb48afb4
.
* Revert "one line and multiple reproduction links"
This reverts commit cd09ef0d15
.
* split fr
* fix temp preview error
* consistency
* fr
* reorder
* split
* fix dup
* consistency
* again due to ai: fix temp preview error
* summary
2025-06-27 15:28:47 +08:00
23cfe8090b
pref(net): improve concurrent read and write buffer ( #416 )
...
* pref(net): improve concurrent read and write buffer
* chore
2025-06-27 15:18:11 +08:00
d89d0a05b4
feat(189tv): add 189cloudTV driver ( #418 )
2025-06-27 15:09:12 +08:00
14d57ae2ec
fix(189pc): fix redirect_url format ( #420 )
2025-06-27 15:00:09 +08:00
d5f4b687bb
fix:fixed ci setup web error ( #394 )
...
* chore:fixed setup web
* fix(ci):Fixed Setup Web CI
2025-06-26 13:38:37 +08:00
bdb880f9f2
feat(quark_open): support rapid upload and thumbnail ( #393 )
2025-06-26 12:20:05 +08:00
22575a1c61
chore:Add auto-trigger support for OpenWRT builds ( #375 )
...
* Fixed webhook
* change repository
* fixed
* hook repo
* fixed makefile
* change repository name
* Limit to a single warehouse token
2025-06-25 21:24:03 +08:00
890297aa27
add(driver): quark 302 test ( #367 )
...
* add(driver): quark 302 test
* del(driver): baidu share
* add(driver): revert quark 302 test
2025-06-25 16:38:37 +08:00
0fd602bc1b
refactor(fs):Refactor the delete function and fix known issues ( #353 )
...
* fix(move):Fix file move logic
* fix(move):fixed move logic
* fix(move):Fixed move logic
* Fixed errs
* fix(move):fixed movetask
* fix(move):fix movetask
* fixed
* fix(move):Refactoring the move structure
* fix(move):Fixed move system
* Fixed
* Fixed
* Fixed
* Fixed
* Fixed
* Rollback
* Fixed and Refactor
* fix(move):fixed
* fix(move):Solve related performance issues
* refacter(move):fixed build bugs
v4.0.3
2025-06-24 23:36:37 +08:00
f6470af971
fix(123&123open): repair etag format ( #349 )
2025-06-24 22:14:11 +08:00
d695d28e13
feat(thunder&thunder_browser): fix deviceId generation & support offline download and update login interface ( #290 )
...
* fix(thunder): fix deviceID generation
* feat(thunder_browser): support offline download and update login interface
* feat(thunder_browser): add fluent_play method for offline download
2025-06-24 21:54:30 +08:00
ffc14ea14c
feature:add crypt cmd ( #342 )
2025-06-24 19:05:46 +08:00
25df3daba5
chore(google_photo): update titles in getFakeRoot ( #343 )
...
chore(google_photo): update titles in getFakeRoot to use constants instead of hardcoded strings
2025-06-24 18:18:53 +08:00
ce3cb2e31e
feat(quark_open): add quark open driver support ( #324 )
2025-06-24 18:02:15 +08:00
afe23986d2
chore(issue): Update issue templates with improved descriptions and links ( #337 )
...
Enhanced bug and feature request templates with bilingual descriptions, default titles, and updated documentation links. Added new contact options in config.yml, including a Telegram chat link. Improved clarity and localization for user instructions.
2025-06-24 11:24:40 +08:00
0026f0c860
fix(ci):Fixed webversion ( #333 )
...
* Revert "fix(ci):fixed webversion (#332 )"
This reverts commit 9e69b2aaa3
.
* Fixed webversion
Signed-off-by: Suyunjing <69945917+Suyunmeng@users.noreply.github.com >
---------
Signed-off-by: Suyunjing <69945917+Suyunmeng@users.noreply.github.com >
2025-06-24 07:12:18 +08:00
9e69b2aaa3
fix(ci):fixed webversion ( #332 )
...
fix(ci):fixed webversion bugs
Signed-off-by: Suyunjing <69945917+Suyunmeng@users.noreply.github.com >
2025-06-24 00:26:52 +08:00
af71deb407
fix(cloudreve_v4): reference error in the refreshToken method ( #328 )
2025-06-24 00:01:19 +08:00