mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 07:41:20 -05:00
[PR #5422] [MERGED] update web-vault to v2025.1.1 and add /api/devices #7256
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/5422
Author: @stefan0xC
Created: 1/22/2025
Status: ✅ Merged
Merged: 1/23/2025
Merged by: @BlackDex
Base:
main← Head:add-devices📝 Commits (4)
12be285add /api/devices endpointsd7dffb2load pending device requestsdb84604order pending authrequests by creation date2f1ff88update web-vault to v2025.1.1📊 Changes
6 files changed (+117 additions, -21 deletions)
View changed files
📝
docker/DockerSettings.yaml(+2 -2)📝
docker/Dockerfile.alpine(+6 -6)📝
docker/Dockerfile.debian(+6 -6)📝
src/api/core/accounts.rs(+25 -3)📝
src/db/models/auth_request.rs(+23 -1)📝
src/db/models/device.rs(+55 -3)📄 Description
For new Devices tab in Account settings -> Security:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.