mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 00:25:37 -05:00
[PR #148] [MERGED] Merge Beta to master #7580
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/148
Author: @mprasil
Created: 8/21/2018
Status: ✅ Merged
Merged: 8/21/2018
Merged by: @dani-garcia
Base:
master← Head:beta📝 Commits (10+)
a291deaUpdated dependencies and Docker image to new web-vault659f677Add missing slash, to put it like it was at firstceb3d03Use stable release of v2.0.007a30c8Merge pull request #106 from mprasil/beta_stable91a2319Implementing PUT for ciphers/move (#99)fcc4853clean up2f6aa3cReverting removal of 'api/ciphers/move' POST as it is required for backward compatibility0e095a9change to reuse the logic for POST in PUT as wellfcb479aMerge pull request #108 from krankur/betab163aebMerge changes in master to beta branch (concurrency fixes)📊 Changes
19 files changed (+457 additions, -216 deletions)
View changed files
📝
Cargo.lock(+117 -149)📝
Cargo.toml(+8 -8)📝
Dockerfile(+12 -16)➕
docker/set-vault-baseurl.patch(+23 -0)➖
docker/settings.Production.json(+0 -9)📝
rust-toolchain(+1 -1)📝
src/api/core/accounts.rs(+5 -0)📝
src/api/core/ciphers.rs(+88 -3)📝
src/api/core/mod.rs(+17 -0)📝
src/api/core/organizations.rs(+60 -14)📝
src/api/core/two_factor.rs(+23 -0)📝
src/db/models/attachment.rs(+6 -0)📝
src/db/models/cipher.rs(+22 -1)📝
src/db/models/collection.rs(+12 -0)📝
src/db/models/folder.rs(+2 -0)📝
src/db/models/organization.rs(+31 -6)📝
src/db/models/user.rs(+19 -0)📝
src/main.rs(+1 -0)📝
src/util.rs(+10 -9)📄 Description
I believe all of the bugs we spotted with vault 2.0 are now resolved.
This also bumps up version to 1.0.0 to mark new epoch 🍾
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.