This should allow non-admin user to share directly to collection, if they have write access at least there.
🔄 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/159
**Author:** [@mprasil](https://github.com/mprasil)
**Created:** 8/28/2018
**Status:** ✅ Merged
**Merged:** 8/29/2018
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `master` ← **Head:** `share_fix`
---
### 📝 Commits (2)
- [`5c7124f`](https://github.com/dani-garcia/vaultwarden/commit/5c7124ff9581c9e6dd75a0cb573fcb417a25bdde) Allow non-Admin user to share to collection (fixes #157)
- [`d9c6387`](https://github.com/dani-garcia/vaultwarden/commit/d9c6387b8da6f707dda51d54650d62c1f706f60b) Better handling of collection sharing
### 📊 Changes
**1 file changed** (+23 additions, -19 deletions)
<details>
<summary>View changed files</summary>
📝 `src/api/core/ciphers.rs` (+23 -19)
</details>
### 📄 Description
This should allow non-admin user to share directly to collection, if they have write access at least there.
---
<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/159
Author: @mprasil
Created: 8/28/2018
Status: ✅ Merged
Merged: 8/29/2018
Merged by: @dani-garcia
Base:
master← Head:share_fix📝 Commits (2)
5c7124fAllow non-Admin user to share to collection (fixes #157)d9c6387Better handling of collection sharing📊 Changes
1 file changed (+23 additions, -19 deletions)
View changed files
📝
src/api/core/ciphers.rs(+23 -19)📄 Description
This should allow non-admin user to share directly to collection, if they have write access at least there.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.