a6105f7 Let find_by_uuid_and_user return indirect collection (#26)
📊 Changes
1 file changed (+21 additions, -6 deletions)
View changed files
📝src/db/models/collection.rs (+21 -6)
📄 Description
This fixes the find_by_uuid_and_user to also return collection if user has access_all or he's Admin/Owner of a group.
🔄 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/28
**Author:** [@mprasil](https://github.com/mprasil)
**Created:** 5/21/2018
**Status:** ✅ Merged
**Merged:** 5/21/2018
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `master` ← **Head:** `indirect_collection`
---
### 📝 Commits (1)
- [`a6105f7`](https://github.com/dani-garcia/vaultwarden/commit/a6105f70294f108f278ba5dd520564f59cc3de1e) Let find_by_uuid_and_user return indirect collection (#26)
### 📊 Changes
**1 file changed** (+21 additions, -6 deletions)
<details>
<summary>View changed files</summary>
📝 `src/db/models/collection.rs` (+21 -6)
</details>
### 📄 Description
This fixes the find_by_uuid_and_user to also return collection if user has access_all or he's Admin/Owner of a group.
---
<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/28
Author: @mprasil
Created: 5/21/2018
Status: ✅ Merged
Merged: 5/21/2018
Merged by: @dani-garcia
Base:
master← Head:indirect_collection📝 Commits (1)
a6105f7Let find_by_uuid_and_user return indirect collection (#26)📊 Changes
1 file changed (+21 additions, -6 deletions)
View changed files
📝
src/db/models/collection.rs(+21 -6)📄 Description
This fixes the find_by_uuid_and_user to also return collection if user has access_all or he's Admin/Owner of a group.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.