Key rotation was changed since 2024.1.x.
Multiple other items were added to be rotated like password-reset and emergency-access data to be part of just one POST instead of having multiple.
🔄 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/4446
**Author:** [@BlackDex](https://github.com/BlackDex)
**Created:** 3/22/2024
**Status:** ✅ Merged
**Merged:** 4/6/2024
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `update-key-rotation`
---
### 📝 Commits (1)
- [`7d6526b`](https://github.com/dani-garcia/vaultwarden/commit/7d6526b41c02eecb3c5448a9de683a5d7d6bff0c) Update Key Rotation web-vault v2024.3.x
### 📊 Changes
**4 files changed** (+123 additions, -41 deletions)
<details>
<summary>View changed files</summary>
📝 `src/api/core/accounts.rs` (+89 -21)
📝 `src/api/core/ciphers.rs` (+1 -1)
📝 `src/api/core/mod.rs` (+5 -2)
📝 `src/api/core/sends.rs` (+28 -17)
</details>
### 📄 Description
Key rotation was changed since 2024.1.x.
Multiple other items were added to be rotated like password-reset and emergency-access data to be part of just one POST instead of having multiple.
See: https://github.com/dani-garcia/bw_web_builds/pull/157
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/4446
Author: @BlackDex
Created: 3/22/2024
Status: ✅ Merged
Merged: 4/6/2024
Merged by: @dani-garcia
Base:
main← Head:update-key-rotation📝 Commits (1)
7d6526bUpdate Key Rotation web-vault v2024.3.x📊 Changes
4 files changed (+123 additions, -41 deletions)
View changed files
📝
src/api/core/accounts.rs(+89 -21)📝
src/api/core/ciphers.rs(+1 -1)📝
src/api/core/mod.rs(+5 -2)📝
src/api/core/sends.rs(+28 -17)📄 Description
Key rotation was changed since 2024.1.x.
Multiple other items were added to be rotated like password-reset and emergency-access data to be part of just one POST instead of having multiple.
See: https://github.com/dani-garcia/bw_web_builds/pull/157
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.