[PR #107] [MERGED] Bug/attachments for orgs #3873

Open
opened 2025-10-09 18:31:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/107
Author: @shauder
Created: 7/31/2018
Status: Merged
Merged: 7/31/2018
Merged by: @dani-garcia

Base: masterHead: bug/attachments_for_orgs


📝 Commits (7)

  • 31349a4 Very dirty addition of missing api's
  • 98bae4a Cleanup and working with 2 or less attachments
  • 2872f40 WAL journal mode and delete retry added
  • 01875c3 Merge pull request #1 from mprasil/concurrency_fix
  • f39c4fe Merge pull request #2 from dani-garcia/master
  • 34d2648 Merge pull request #3 from shauder/master
  • d335f45 Bump version to 0.12.0

📊 Changes

5 files changed (+77 additions, -30 deletions)

View changed files

📝 Cargo.toml (+1 -1)
📝 src/api/core/ciphers.rs (+43 -23)
📝 src/api/core/mod.rs (+3 -0)
📝 src/db/models/attachment.rs (+25 -6)
📝 src/main.rs (+5 -0)

📄 Description

Fixes attachments when sharing a cipher that contains attachments with collections/orgs


🔄 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/107 **Author:** [@shauder](https://github.com/shauder) **Created:** 7/31/2018 **Status:** ✅ Merged **Merged:** 7/31/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `bug/attachments_for_orgs` --- ### 📝 Commits (7) - [`31349a4`](https://github.com/dani-garcia/vaultwarden/commit/31349a47d3fa12ed15f409654d0af2c0ba0645d2) Very dirty addition of missing api's - [`98bae4a`](https://github.com/dani-garcia/vaultwarden/commit/98bae4a0a195eaf611f43669e3cdcfd3ac76a374) Cleanup and working with 2 or less attachments - [`2872f40`](https://github.com/dani-garcia/vaultwarden/commit/2872f40d13682e9905771da900e13bc8045d509f) WAL journal mode and delete retry added - [`01875c3`](https://github.com/dani-garcia/vaultwarden/commit/01875c395bd4050141bae0737d3a0417e48fca70) Merge pull request #1 from mprasil/concurrency_fix - [`f39c4fe`](https://github.com/dani-garcia/vaultwarden/commit/f39c4fe2f45a4036f83b3c94762554639b673533) Merge pull request #2 from dani-garcia/master - [`34d2648`](https://github.com/dani-garcia/vaultwarden/commit/34d26485096e6d808c6c1de1bb82744bb3185dbd) Merge pull request #3 from shauder/master - [`d335f45`](https://github.com/dani-garcia/vaultwarden/commit/d335f45e34e566bee01a6c754eea61bb3c17e016) Bump version to 0.12.0 ### 📊 Changes **5 files changed** (+77 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) 📝 `src/api/core/ciphers.rs` (+43 -23) 📝 `src/api/core/mod.rs` (+3 -0) 📝 `src/db/models/attachment.rs` (+25 -6) 📝 `src/main.rs` (+5 -0) </details> ### 📄 Description Fixes attachments when sharing a cipher that contains attachments with collections/orgs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:31:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3873