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

Prevent recursive copy/move of the same resources #3992

Closed
pascalwengerter opened this issue Jun 20, 2022 · 3 comments
Closed

Prevent recursive copy/move of the same resources #3992

pascalwengerter opened this issue Jun 20, 2022 · 3 comments
Assignees
Labels

Comments

@pascalwengerter
Copy link
Contributor

Describe the bug

I've just managed to create a bit of an absurd situation by copy-pasting a folder into itself (owncloud/web#7148). On the frontend side, it will be prevented via owncloud/web#7151, but I suppose we should also add some backend logic too since it sends oCIS into hyperdrive (and potentially crashes it/leads an exceeded quota) 💩

@pascalwengerter pascalwengerter changed the title Prevent recursive uploads of the same resources Prevent recursive copy/move of the same resources Jun 20, 2022
@aduffeck aduffeck self-assigned this Jun 22, 2022
@butonic
Copy link
Member

butonic commented Jun 30, 2022

duplicate of #3023 ?

@aduffeck
Copy link
Contributor

aduffeck commented Jul 6, 2022

This has been fixed in master with the merge of #4076

@aduffeck aduffeck closed this as completed Jul 6, 2022
@phil-davis
Copy link
Contributor

The actual fix was in reva edge cs3org/reva#3009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

4 participants