X Tutup
Skip to content

when resharing with group that user belongs permissions are most permissive already in mount provider#38542

Closed
mrow4a wants to merge 1 commit intomasterfrom
bugfix/share-attribute-reshare-check
Closed

when resharing with group that user belongs permissions are most permissive already in mount provider#38542
mrow4a wants to merge 1 commit intomasterfrom
bugfix/share-attribute-reshare-check

Conversation

@mrow4a
Copy link
Contributor

@mrow4a mrow4a commented Mar 17, 2021

fixes https://github.com/owncloud/enterprise/issues/4382

This PR solved the issue where user is resharing with group that himself belongs to, and we should not check for more permissive permissions/attributes in supershare as these are most permissive already .

  • manual tests
  • add unit and integration tests

@mrow4a mrow4a self-assigned this Mar 17, 2021
@update-docs
Copy link

update-docs bot commented Mar 17, 2021

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@mrow4a mrow4a force-pushed the bugfix/share-attribute-reshare-check branch 9 times, most recently from c0728a7 to 9f0b447 Compare March 23, 2021 22:16
@mrow4a mrow4a force-pushed the bugfix/share-attribute-reshare-check branch from 9f0b447 to 6d856cd Compare March 23, 2021 22:59
@mrow4a mrow4a closed this Mar 29, 2021
@mrow4a
Copy link
Contributor Author

mrow4a commented Mar 29, 2021

In this PR I tried to fix the behaviour and adjust logic of permission handling/mounting. in #38581 I fixed root cause of the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup