|
04a1b81d12
|
Update build.yml
|
2025-04-10 17:00:45 +08:00 |
|
|
2a7c982e0d
|
Update build.yml
|
2025-04-10 16:59:17 +08:00 |
|
|
605a45915f
|
Update release_linux_musl.yml
|
2025-04-10 16:55:58 +08:00 |
|
|
e4e66e9ffa
|
Delete .github/workflows/changelog.yml
|
2025-04-10 16:53:22 +08:00 |
|
|
8a51e04f87
|
Delete .github/workflows/issue_wontfix.yml
|
2025-04-10 16:52:38 +08:00 |
|
|
db1ba1271b
|
Delete .github/workflows/issue_translate.yml
|
2025-04-10 16:52:29 +08:00 |
|
|
cbe251380c
|
Delete .github/workflows/issue_similarity.yml
|
2025-04-10 16:52:22 +08:00 |
|
|
7f00659101
|
Delete .github/workflows/issue_question.yml
|
2025-04-10 16:52:14 +08:00 |
|
|
d8433eb15e
|
Delete .github/workflows/issue_on_close.yml
|
2025-04-10 16:52:06 +08:00 |
|
|
550895e41b
|
Delete .github/workflows/issue_invalid.yml
|
2025-04-10 16:51:59 +08:00 |
|
|
82e6953f6f
|
Delete .github/workflows/issue_duplicate.yml
|
2025-04-10 16:51:51 +08:00 |
|
|
32aaa9a796
|
Delete .github/workflows/issue_close_stale.yml
|
2025-04-10 16:51:38 +08:00 |
|
|
a6f85b4875
|
Delete .github/workflows/issue_close_question.yml
|
2025-04-10 16:51:30 +08:00 |
|
|
22fe420823
|
Delete .github/ISSUE_TEMPLATE directory
|
2025-04-10 16:03:47 +08:00 |
|
|
b032d52db1
|
Update util.go
|
2025-04-10 16:01:32 +08:00 |
|
|
2199c0b966
|
Update upload.go
|
2025-04-10 16:01:12 +08:00 |
|
|
6389ce0d74
|
Update types.go
|
2025-04-10 16:00:56 +08:00 |
|
|
9eb0feba3a
|
Update meta.go
|
2025-04-10 16:00:33 +08:00 |
|
|
ba861bdc51
|
Update driver.go
|
2025-04-10 16:00:15 +08:00 |
|
|
78ff726441
|
Update types.go
|
2025-04-10 15:59:54 +08:00 |
|
|
22f1b1d74b
|
Update meta.go
|
2025-04-10 15:58:11 +08:00 |
|
|
f12292603a
|
Update driver.go
|
2025-04-10 15:57:51 +08:00 |
|
|
2e16134ca0
|
Update release_docker.yml
|
2025-04-05 13:53:19 +08:00 |
|
|
57069a840c
|
Update release_docker.yml
|
2025-04-05 13:47:02 +08:00 |
|
|
3375c26c41
|
perf(quark_uc&quark_uc_tv): native proxy multithreading (#8287)
auto_lang / auto generate lang.json (1.21, ubuntu-latest) (push) Has been cancelled
beta release / Beta Release Changelog (1.21, ubuntu-latest) (push) Has been cancelled
build / Build (ubuntu-latest, android-arm64) (push) Has been cancelled
build / Build (ubuntu-latest, darwin-amd64) (push) Has been cancelled
build / Build (ubuntu-latest, darwin-arm64) (push) Has been cancelled
build / Build (ubuntu-latest, linux-amd64-musl) (push) Has been cancelled
build / Build (ubuntu-latest, linux-arm64-musl) (push) Has been cancelled
build / Build (ubuntu-latest, windows-amd64) (push) Has been cancelled
build / Build (ubuntu-latest, windows-arm64) (push) Has been cancelled
release_docker / Build Binaries for Docker Release (push) Has been cancelled
beta release / Beta Release (md5, !(*musl*|*windows-arm64*|*android*|*freebsd*)) (push) Has been cancelled
beta release / Beta Release (md5-android, android-*) (push) Has been cancelled
beta release / Beta Release (md5-freebsd, freebsd-*) (push) Has been cancelled
beta release / Beta Release (md5-linux-musl, linux-!(arm*)-musl*) (push) Has been cancelled
beta release / Beta Release (md5-linux-musl-arm, linux-arm*-musl*) (push) Has been cancelled
beta release / Beta Release (md5-windows-arm64, windows-arm64) (push) Has been cancelled
beta release / Beta Release Desktop (push) Has been cancelled
release_docker / Release Docker image (, latest, ) (push) Has been cancelled
release_docker / Release Docker image (INSTALL_ARIA2=true, aria2, suffix=-aria2,onlatest=true) (push) Has been cancelled
release_docker / Release Docker image (INSTALL_FFMPEG=true
INSTALL_ARIA2=true
, aio, suffix=-aio,onlatest=true) (push) Has been cancelled
release_docker / Release Docker image (INSTALL_FFMPEG=true, ffmpeg, suffix=-ffmpeg,onlatest=true) (push) Has been cancelled
Close inactive / close-inactive (push) Has been cancelled
* perf(quark_uc): native proxy multithreading
* perf(quark_uc_tv): native proxy multithreading
* chore(fs): file query result add id
|
2025-04-03 20:50:29 +08:00 |
|
|
ab68faef44
|
fix(baidu_netdisk): add another video crack api (#8275)
Co-authored-by: anobodys <anobodys@gmail.com>
|
2025-04-03 20:44:49 +08:00 |
|
|
2e21df0661
|
feat(driver): add Azure Blob Storage driver (#8261)
* add azure-blob driver
* fix nested folders copy
* feat(driver): add Azure Blob Storage driver
实现 Azure Blob Storage 驱动,支持以下功能:
- 使用共享密钥身份验证初始化连接
- 列出目录和文件
- 生成临时 SAS URL 进行文件访问
- 创建目录
- 移动和重命名文件/文件夹
- 复制文件/文件夹
- 删除文件/文件夹
- 上传文件并支持进度跟踪
此驱动允许用户通过 AList 平台无缝访问和管理 Azure Blob Storage 中的数据。
* feat(driver): update help doc for Azure Blob
* doc(readme): add new driver
* Update drivers/azure_blob/driver.go
fix(azure): fix name check
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update README.md
doc(readme): fix the link
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix(azure): fix log and link
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-04-03 20:43:21 +08:00 |
|
|
af18cb138b
|
feat(139): add option ReportRealSize (#8244 close #8141)
* feat(139): handle family upload errors
* feat(139): add option `ReportRealSize`
* Update drivers/139/driver.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-04-03 20:41:59 +08:00 |
|
|
31c55a2adf
|
fix(archive): unable to preview (#8248)
* fix(archive): unable to preview
* fix bug
|
2025-04-03 20:41:05 +08:00 |
|
|
465dd1703d
|
feat(cloudreve): s3 policy support (#8245)
* feat(cloudreve): s3 policy support
* fix(cloudreve): correct potential off-by-one error in `etags` initialization
|
2025-04-03 20:40:19 +08:00 |
|
|
a6304285b6
|
fix: revert "refactor(net): pass request header" (#8269)
5be50e77d9
|
2025-04-03 20:35:52 +08:00 |
|
|
affd0cecd1
|
fix(pikpak&pikpak_share): update algorithms (#8278)
|
2025-04-03 20:35:14 +08:00 |
|
|
37640221c0
|
fix(doubao): update file size type to int64 (#8289)
|
2025-04-03 20:34:27 +08:00 |
|
|
e4bd223d1c
|
fix(deps): update 115-sdk-go to v0.1.5
|
2025-04-03 20:29:53 +08:00 |
|
|
0cde4e73d6
|
feat(ipfs): better ipfs support (#8225)
auto_lang / auto generate lang.json (1.21, ubuntu-latest) (push) Has been cancelled
beta release / Beta Release Changelog (1.21, ubuntu-latest) (push) Has been cancelled
build / Build (ubuntu-latest, android-arm64) (push) Has been cancelled
build / Build (ubuntu-latest, darwin-amd64) (push) Has been cancelled
build / Build (ubuntu-latest, darwin-arm64) (push) Has been cancelled
build / Build (ubuntu-latest, linux-amd64-musl) (push) Has been cancelled
build / Build (ubuntu-latest, linux-arm64-musl) (push) Has been cancelled
build / Build (ubuntu-latest, windows-amd64) (push) Has been cancelled
build / Build (ubuntu-latest, windows-arm64) (push) Has been cancelled
release_docker / Build Binaries for Docker Release (push) Has been cancelled
beta release / Beta Release (md5, !(*musl*|*windows-arm64*|*android*|*freebsd*)) (push) Has been cancelled
beta release / Beta Release (md5-android, android-*) (push) Has been cancelled
beta release / Beta Release (md5-freebsd, freebsd-*) (push) Has been cancelled
beta release / Beta Release (md5-linux-musl, linux-!(arm*)-musl*) (push) Has been cancelled
beta release / Beta Release (md5-linux-musl-arm, linux-arm*-musl*) (push) Has been cancelled
beta release / Beta Release Desktop (push) Has been cancelled
release_docker / Release Docker image (INSTALL_FFMPEG=true
INSTALL_ARIA2=true
, aio, suffix=-aio,onlatest=true) (push) Has been cancelled
beta release / Beta Release (md5-windows-arm64, windows-arm64) (push) Has been cancelled
release_docker / Release Docker image (, latest, ) (push) Has been cancelled
release_docker / Release Docker image (INSTALL_ARIA2=true, aria2, suffix=-aria2,onlatest=true) (push) Has been cancelled
release_docker / Release Docker image (INSTALL_FFMPEG=true, ffmpeg, suffix=-ffmpeg,onlatest=true) (push) Has been cancelled
Close inactive / close-inactive (push) Has been cancelled
* feat: ✨ better ipfs support
fixed mfs crud, added ipns support
* Update driver.go
clean up
v3.44.0
|
2025-03-27 23:25:23 +08:00 |
|
|
7b62dcb88c
|
fix(baidu_netdisk): deplicate retry (#8210 redo #7972, link #8180)
|
2025-03-27 23:22:55 +08:00 |
|
|
c38dc6df7c
|
fix(115_open): support multipart upload (#8229)
Co-authored-by: neverlee <neverlea@formail.com>
|
2025-03-27 23:22:08 +08:00 |
|
|
5668e4a4ea
|
feat(doubao): add Doubao driver (#8232 closes #8020 #8206)
* feat(doubao): implement List()
* feat(doubao): implement Link()
* feat(doubao): implement MakeDir()
* refactor(doubao): add type Object to store key
* feat(doubao): implement Move()
* feat(doubao): implement Rename()
* feat(doubao): implement Remove()
|
2025-03-27 23:21:42 +08:00 |
|
|
1335f80362
|
feat(archive): support multipart archives (#8184 close #8015)
* feat(archive): multipart support & sevenzip tool
* feat(archive): rardecode tool
* feat(archive): support decompress multi-selected
* fix(archive): decompress response filter internal
* feat(archive): support multipart zip
* fix: more applicable AcceptedMultipartExtensions interface
|
2025-03-27 23:20:44 +08:00 |
|
|
704d3854df
|
feat(alist_v3): support forward archive requests (#8230)
* feat(alist_v3): support forward archive requests
* fix: encode all inner path
|
2025-03-27 23:18:34 +08:00 |
|
|
44cc71d354
|
fix(cloudreve): enable SetContentLength for uploading to local policy (#8228 close #8174)
* fix(cloudreve): upload failure to return error msg instead of deletion success
* fix(cloudreve): enable SetContentLength for uploading to local policy
* refactor(cloudreve): move local policy upload logic to utils for better error handling
* refactor(cloudreve): unified upload code style
* refactor(cloudreve): improve user agent handling
|
2025-03-27 23:18:15 +08:00 |
|
|
9a9aee9ac6
|
feat(alias): support writing to non-ambiguous paths (#8216)
* feat(alias): support writing to non-ambiguous paths
* feat(alias): support extract concurrency
* fix(alias): extract url no pass query
|
2025-03-27 23:17:45 +08:00 |
|
|
4fcc3a187e
|
fix(traffic): duplicate semaphore release when uploading (#8211 close #8180)
|
2025-03-27 23:15:47 +08:00 |
|
|
10a76c701d
|
fix(db): support postgres trust/peer mode (#8198 close #8066)
|
2025-03-27 23:15:04 +08:00 |
|
|
6e13923225
|
fix(sftp-server): postgre cannot store control characters (#8188 close #8186)
|
2025-03-27 23:14:36 +08:00 |
|
|
32890da29f
|
fix(115_open): upgrade 115-sdk-go dependency to v0.1.4
beta release / Beta Release Changelog (1.21, ubuntu-latest) (push) Has been cancelled
build / Build (ubuntu-latest, android-arm64) (push) Has been cancelled
build / Build (ubuntu-latest, darwin-amd64) (push) Has been cancelled
build / Build (ubuntu-latest, darwin-arm64) (push) Has been cancelled
build / Build (ubuntu-latest, linux-amd64-musl) (push) Has been cancelled
build / Build (ubuntu-latest, linux-arm64-musl) (push) Has been cancelled
build / Build (ubuntu-latest, windows-amd64) (push) Has been cancelled
build / Build (ubuntu-latest, windows-arm64) (push) Has been cancelled
release_docker / Build Binaries for Docker Release (push) Has been cancelled
beta release / Beta Release Desktop (push) Has been cancelled
release_docker / Release Docker image (INSTALL_ARIA2=true, aria2, suffix=-aria2,onlatest=true) (push) Has been cancelled
release_docker / Release Docker image (INSTALL_FFMPEG=true
INSTALL_ARIA2=true
, aio, suffix=-aio,onlatest=true) (push) Has been cancelled
release_docker / Release Docker image (INSTALL_FFMPEG=true, ffmpeg, suffix=-ffmpeg,onlatest=true) (push) Has been cancelled
beta release / Beta Release (md5, !(*musl*|*windows-arm64*|*android*|*freebsd*)) (push) Has been cancelled
beta release / Beta Release (md5-android, android-*) (push) Has been cancelled
beta release / Beta Release (md5-freebsd, freebsd-*) (push) Has been cancelled
beta release / Beta Release (md5-linux-musl, linux-!(arm*)-musl*) (push) Has been cancelled
beta release / Beta Release (md5-linux-musl-arm, linux-arm*-musl*) (push) Has been cancelled
beta release / Beta Release (md5-windows-arm64, windows-arm64) (push) Has been cancelled
release_docker / Release Docker image (, latest, ) (push) Has been cancelled
Close inactive / close-inactive (push) Has been cancelled
|
2025-03-21 19:06:09 +08:00 |
|
|
758554a40f
|
fix(115_open): upgrade 115-sdk-go dependency to v0.1.3 (close #8169)
build / Build (ubuntu-latest, darwin-arm64) (push) Has been cancelled
release_docker / Build Binaries for Docker Release (push) Has been cancelled
beta release / Beta Release Changelog (1.21, ubuntu-latest) (push) Has been cancelled
build / Build (ubuntu-latest, android-arm64) (push) Has been cancelled
build / Build (ubuntu-latest, darwin-amd64) (push) Has been cancelled
build / Build (ubuntu-latest, linux-amd64-musl) (push) Has been cancelled
build / Build (ubuntu-latest, linux-arm64-musl) (push) Has been cancelled
build / Build (ubuntu-latest, windows-amd64) (push) Has been cancelled
build / Build (ubuntu-latest, windows-arm64) (push) Has been cancelled
release_docker / Release Docker image (, latest, ) (push) Has been cancelled
release_docker / Release Docker image (INSTALL_ARIA2=true, aria2, suffix=-aria2,onlatest=true) (push) Has been cancelled
release_docker / Release Docker image (INSTALL_FFMPEG=true
INSTALL_ARIA2=true
, aio, suffix=-aio,onlatest=true) (push) Has been cancelled
release_docker / Release Docker image (INSTALL_FFMPEG=true, ffmpeg, suffix=-ffmpeg,onlatest=true) (push) Has been cancelled
beta release / Beta Release (md5, !(*musl*|*windows-arm64*|*android*|*freebsd*)) (push) Has been cancelled
beta release / Beta Release (md5-android, android-*) (push) Has been cancelled
beta release / Beta Release (md5-freebsd, freebsd-*) (push) Has been cancelled
beta release / Beta Release (md5-linux-musl, linux-!(arm*)-musl*) (push) Has been cancelled
beta release / Beta Release (md5-linux-musl-arm, linux-arm*-musl*) (push) Has been cancelled
beta release / Beta Release (md5-windows-arm64, windows-arm64) (push) Has been cancelled
beta release / Beta Release Desktop (push) Has been cancelled
|
2025-03-19 21:47:42 +08:00 |
|
|
4563aea47e
|
fix(115_open): rename delay to take effect (close #8156)
beta release / Beta Release Changelog (1.21, ubuntu-latest) (push) Waiting to run
beta release / Beta Release (md5, !(*musl*|*windows-arm64*|*android*|*freebsd*)) (push) Blocked by required conditions
beta release / Beta Release (md5-android, android-*) (push) Blocked by required conditions
beta release / Beta Release (md5-freebsd, freebsd-*) (push) Blocked by required conditions
beta release / Beta Release (md5-linux-musl, linux-!(arm*)-musl*) (push) Blocked by required conditions
beta release / Beta Release (md5-linux-musl-arm, linux-arm*-musl*) (push) Blocked by required conditions
beta release / Beta Release (md5-windows-arm64, windows-arm64) (push) Blocked by required conditions
beta release / Beta Release Desktop (push) Blocked by required conditions
build / Build (ubuntu-latest, darwin-amd64) (push) Waiting to run
build / Build (ubuntu-latest, darwin-arm64) (push) Waiting to run
build / Build (ubuntu-latest, android-arm64) (push) Waiting to run
build / Build (ubuntu-latest, linux-amd64-musl) (push) Waiting to run
build / Build (ubuntu-latest, linux-arm64-musl) (push) Waiting to run
build / Build (ubuntu-latest, windows-amd64) (push) Waiting to run
build / Build (ubuntu-latest, windows-arm64) (push) Waiting to run
release_docker / Build Binaries for Docker Release (push) Waiting to run
release_docker / Release Docker image (, latest, ) (push) Blocked by required conditions
release_docker / Release Docker image (INSTALL_ARIA2=true, aria2, suffix=-aria2,onlatest=true) (push) Blocked by required conditions
release_docker / Release Docker image (INSTALL_FFMPEG=true
INSTALL_ARIA2=true
, aio, suffix=-aio,onlatest=true) (push) Blocked by required conditions
release_docker / Release Docker image (INSTALL_FFMPEG=true, ffmpeg, suffix=-ffmpeg,onlatest=true) (push) Blocked by required conditions
auto_lang / auto generate lang.json (1.21, ubuntu-latest) (push) Has been cancelled
|
2025-03-18 22:25:04 +08:00 |
|
|
35d6f3b8fc
|
fix(115_open): upgrade sdk (close #8151)
|
2025-03-18 22:21:50 +08:00 |
|
|
b4e6ab12d9
|
refactor: FilterReadMeScripts (#8154 close #8150)
* refactor: FilterReadMeScripts
* .
|
2025-03-18 22:02:33 +08:00 |
|