Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge upstream #1

Merged
merged 109 commits into from
Apr 12, 2024
Merged

merge upstream #1

merged 109 commits into from
Apr 12, 2024

Conversation

EtherealAO
Copy link
Owner

千万别把PR开到源那边

huiyifyj and others added 30 commits December 24, 2023 15:21
* Add support for client-side discoverable in begin login

Use `(*webauthn.WebAuthn).BeginDiscoverableLogin()` to handle client-side discoverable login.

* Upgrade github.com/go-webauthn/webauthn to v0.10.0

Upgrade [go-webauthn/webauthn](github.com/go-webauthn/webauthn) library to latest.

The convenient finish login function (as FinishDiscoverableLogin) for discoverable functions has been added in the v0.9.0. [^1]

---

[^1]: https://github.com/go-webauthn/webauthn/releases/tag/v0.9.0

* Add support for client-side discoverable in validating login

Use `(*webauthn.WebAuthn).FinishDiscoverableLogin()` to handle client-side discoverable login.

> **NOTE**:
- The first param `rawID` in this callback function is unnecessary to check, it's handled by the third-party webauthn library later.
- `userHandle` param is equal to the ID returned by (User).WebAuthnID() function.
* feat: add ldap login support

* fix: ldap permission config group
… ci] (#5770)

* fix: missing modified in validate regexp

* fix(deps): update module github.com/gorilla/websocket to v1.5.1

---------

Co-authored-by: Andy Hsu <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: missing modified in validate regexp

* fix(deps): update golang.org/x/exp digest to 02704c9

---------

Co-authored-by: Andy Hsu <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…5768)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ci] (#5772)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#5422)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ci] (#5774)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#5771)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…10+incompatible (#5447)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ci] (#5779)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…[skip ci] (#5778)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…0 [skip ci] (#5776)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…[skip ci] (#5775)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…skip ci] (#5782)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…5783)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…5793)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
wolfsilver and others added 28 commits March 2, 2024 14:59
* Add support for Microsoft WebDAV

* add import
Currently tested: List, Get, Remove
* refactor(setting): replace `polyfill.io``

* fix: remove default polyfill

---------

Co-authored-by: Andy Hsu <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 139定时刷新token

* fix build fail
* feat: single port s3 server

* fix: unable to PUT files if not in root dir
* 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 <[email protected]>
* 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 <[email protected]>
* Update README.md

* Update README_cn.md

* Update README_ja.md
Signed-off-by: guoguangwu <[email protected]>
* feat(189pc): add family transfer upload

* fix(189):family transfer file delete
…lose #6265)

* fix: correct the download url got by Cloudreve driver

* fix: add an condition to the correction
@EtherealAO EtherealAO merged commit e8eefad into EtherealAO:main Apr 12, 2024
3 checks passed
Copy link

Never send PR to the source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.