[PR #5422] [MERGED] update web-vault to v2025.1.1 and add /api/devices #7256

Closed
opened 2026-03-07 21:13:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: add-devices


📝 Commits (4)

  • 12be285 add /api/devices endpoints
  • d7dffb2 load pending device requests
  • db84604 order pending authrequests by creation date
  • 2f1ff88 update 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:
image


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

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/5422 **Author:** [@stefan0xC](https://github.com/stefan0xC) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `add-devices` --- ### 📝 Commits (4) - [`12be285`](https://github.com/dani-garcia/vaultwarden/commit/12be28544ea562fc541d2c5e50ecc54bc2881513) add /api/devices endpoints - [`d7dffb2`](https://github.com/dani-garcia/vaultwarden/commit/d7dffb2f6df5a6e2cb65901fefc4e42bad7d6d36) load pending device requests - [`db84604`](https://github.com/dani-garcia/vaultwarden/commit/db84604602f9a91803217ad036dede3634e6dcd9) order pending authrequests by creation date - [`2f1ff88`](https://github.com/dani-garcia/vaultwarden/commit/2f1ff88053046ca545051d7e01c1072a601cff1e) update web-vault to v2025.1.1 ### 📊 Changes **6 files changed** (+117 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description For new Devices tab in Account settings -> Security: ![image](https://github.com/user-attachments/assets/25221418-9b2d-4252-bb8e-8394a25c9a7c) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:13:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7256