forked from AlistGo/alist
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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 <i@nn.ci> 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 <i@nn.ci> 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>
…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>
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 <i@nn.ci>
* 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>
* Update README.md * Update README_cn.md * Update README_ja.md
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
* 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
Never send PR to the source |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
千万别把PR开到源那边