Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed sharing invite on a virtual drive #8610

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

2403905
Copy link
Contributor

@2403905 2403905 commented Mar 8, 2024

Description

We fixed sharing invite on a virtual drive
Related fix cs3org/reva#4568

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@2403905 2403905 marked this pull request as ready for review March 11, 2024 15:37
@2403905 2403905 requested a review from rhafer March 11, 2024 15:37
Copy link
Contributor

@rhafer rhafer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, in general this is ok, but IMO this does not really fix the reported issue (#8495).

I think there is already problem in the usershareprovider. It should forbid all share creation requests against any space root.

The fact that we got an error from the sharestorageprovider seems to indicate that we already succeeded creating the share in the usershareprovider, that shoud not have happen when the share is targeting a space root.

@2403905 2403905 force-pushed the issue-8495 branch 2 times, most recently from afa504a to bfb04f8 Compare March 12, 2024 13:39
@2403905 2403905 changed the title fix graph error handling fixed sharing invite on a virtual drive Mar 12, 2024
@2403905
Copy link
Contributor Author

2403905 commented Mar 12, 2024

@rhafer Already reworked. Here is a reva changes cs3org/reva#4568

@2403905 2403905 requested a review from rhafer March 12, 2024 13:48
Copy link

sonarcloud bot commented Mar 12, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@rhafer rhafer merged commit e5ba9a6 into owncloud:master Mar 12, 2024
3 checks passed
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.

Share invite on virtual drive returns 500
2 participants