mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #2292] [MERGED] Update async to prepare for main merge + several updates #3274
Reference in New Issue
Block a user
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/8/2022
Status: ✅ Merged
Merged: 2/28/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.