[PR #156] [MERGED] Support password history #155 #2641

Closed
opened 2026-03-03 02:20:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/156
Author: @krankur
Created: 8/27/2018
Status: Merged
Merged: 8/27/2018
Merged by: @dani-garcia

Base: masterHead: Support-Password-History


📝 Commits (8)

📊 Changes

5 files changed (+16 additions, -0 deletions)

View changed files

migrations/2018-08-27-172114_update_ciphers/down.sql (+0 -0)
migrations/2018-08-27-172114_update_ciphers/up.sql (+3 -0)
📝 src/api/core/ciphers.rs (+4 -0)
📝 src/db/models/cipher.rs (+8 -0)
📝 src/db/schema.rs (+1 -0)

📄 Description

Making changes to save password history for ciphers.


🔄 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/156 **Author:** [@krankur](https://github.com/krankur) **Created:** 8/27/2018 **Status:** ✅ Merged **Merged:** 8/27/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `Support-Password-History` --- ### 📝 Commits (8) - [`6466c0f`](https://github.com/dani-garcia/vaultwarden/commit/6466c0f6d7002ddba4f0dcb1dea70541b1ce9e30) Changes to change email without email verification code (#110) - [`3767de9`](https://github.com/dani-garcia/vaultwarden/commit/3767de9cfe4807f46818436e7975131a29d5bdc4) Merging upstream to master - [`188e63c`](https://github.com/dani-garcia/vaultwarden/commit/188e63cd991e83355ec9f1f1e9ef4fbf2f7db258) Password History Support (#155) - [`b5b7538`](https://github.com/dani-garcia/vaultwarden/commit/b5b7538bd084c41e94cfe8ea2ef80d6c4190d225) Password History Support (#155) - [`b8f1f3d`](https://github.com/dani-garcia/vaultwarden/commit/b8f1f3dbc012506693ef59e9890422af9bafaa60) Merge branch 'Support-Password-History' of https://github.com/krankur/bitwarden_rs into Support-Password-History - [`a92a42a`](https://github.com/dani-garcia/vaultwarden/commit/a92a42af7236cb53201dacdc4d28c6965fb046bc) Password History Support (#155) - [`0c796a4`](https://github.com/dani-garcia/vaultwarden/commit/0c796a4aeeb1beb83aaf2692b7def273bea6f2c6) Resolving merge conflicts - [`5a8ea5b`](https://github.com/dani-garcia/vaultwarden/commit/5a8ea5bca906dcf958942d4dd912c590aedeaf2f) down.sql logic not required as per review comments ### 📊 Changes **5 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `migrations/2018-08-27-172114_update_ciphers/down.sql` (+0 -0) ➕ `migrations/2018-08-27-172114_update_ciphers/up.sql` (+3 -0) 📝 `src/api/core/ciphers.rs` (+4 -0) 📝 `src/db/models/cipher.rs` (+8 -0) 📝 `src/db/schema.rs` (+1 -0) </details> ### 📄 Description Making changes to save password history for ciphers. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:20:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#2641
No description provided.