mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #2292] [MERGED] Update async to prepare for main merge + several updates #3077
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3077
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2292
Author: @BlackDex
Created: 2/7/2022
Status: ✅ Merged
Merged: 2/27/2022
Merged by: @dani-garcia
Base:
async← Head:async-updates📝 Commits (2)
5f01db6Update async to prepare for main merge42136a7Favicon, SMTP and misc updates📊 Changes
36 files changed (+4858 additions, -2417 deletions)
View changed files
📝
.dockerignore(+15 -2)📝
.env.template(+1 -2)📝
.github/workflows/build.yml(+11 -11)📝
.github/workflows/hadolint.yml(+2 -2)📝
.github/workflows/release.yml(+2 -2)📝
.pre-commit-config.yaml(+1 -1)📝
Cargo.lock(+485 -312)📝
Cargo.toml(+57 -56)📝
docker/Dockerfile.buildx(+1 -0)📝
docker/Dockerfile.j2(+7 -13)📝
docker/amd64/Dockerfile(+3 -3)📝
docker/amd64/Dockerfile.alpine(+3 -3)📝
docker/amd64/Dockerfile.buildx(+3 -3)📝
docker/amd64/Dockerfile.buildx.alpine(+3 -3)📝
docker/arm64/Dockerfile(+3 -3)📝
docker/arm64/Dockerfile.alpine(+3 -3)📝
docker/arm64/Dockerfile.buildx(+3 -3)📝
docker/arm64/Dockerfile.buildx.alpine(+3 -3)📝
docker/armv6/Dockerfile(+3 -3)📝
docker/armv6/Dockerfile.alpine(+3 -3)...and 16 more files
📄 Description
Async Update:
Favicon, SMTP and misc updates:
Favicon:
apple-touch-icon.pngas a second fallback besidesfavicon.icoSMTP:
Misc:
resolv.confcontains errors and trust-dns panics (Fixes #2283)This is also the same as Bitwarden which does not trigger this refresh via websockets.
Rust:
stripoption and enabled to stripdebuginfoltowiththin🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.