mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
[PR #243] [MERGED] Bump vault version to 2.5.0 [wip] #3780
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/243
Author: @mprasil
Created: 11/8/2018
Status: ✅ Merged
Merged: 11/14/2018
Merged by: @dani-garcia
Base:
master← Head:vault_2.5.0📝 Commits (5)
b4e222dBump vault version to 2.5.066a4c5dImplement comparison between i32 and UserOrgTypeb94f4dbFix Passkeys do not work on IOS (#242)f3e6cc6Set PartialOrd to consider invalid i32 UserOrgType lower than anythingdd68475Fix gt()📊 Changes
9 files changed (+158 additions, -39 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
Dockerfile.aarch64(+1 -1)📝
Dockerfile.alpine(+1 -1)📝
Dockerfile.armv7(+1 -1)📝
src/api/core/ciphers.rs(+12 -3)📝
src/api/core/organizations.rs(+21 -21)📝
src/auth.rs(+15 -9)📝
src/db/models/organization.rs(+105 -1)📝
src/db/models/user.rs(+1 -1)📄 Description
I've bumped Vault to 2.5.0 but didn't have a time to extensively test. There were some new features added, so it's possible some things might be broken.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.