mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #243] [MERGED] Bump vault version to 2.5.0 [wip] #2682
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#2682
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/243
Author: @mprasil
Created: 11/7/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 #242f3e6cc6Set 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.