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

Never ending folder loop and file lock - federated sharing #40179

Open
kiranadh1452 opened this issue Jul 4, 2022 · 1 comment
Open

Never ending folder loop and file lock - federated sharing #40179

kiranadh1452 opened this issue Jul 4, 2022 · 1 comment
Labels

Comments

@kiranadh1452
Copy link
Contributor

kiranadh1452 commented Jul 4, 2022

Owncloud versions used

User A: owncloud 10.11.0 prealpha (git)
User B: owncloud 10.11.0 prealpha (git) / 10.10 / 10.09

User A on ownCloud server1, User B on another ownCloud server2.

Steps to reproduce

  1. Create a folder ‘f1’ in User A side.
  2. Create a folder ‘f2’ in User B side.
  3. Share f1 with B and f2 with A.
  4. Move f2 inside f1 at A.
  5. Move f1 inside f2 at B.
  6. Open f1 and try navigating as deep as you can.
  7. This results to a never ending loop. (Issue 1)
  8. Try deleting any of these. Files are locked and cannot be deleted now.
  9. Unshare these folders f1 and f2 from User A and B side respectively.
  10. Both folders f1 and f2 are now empty.
  11. Try deleting them again, they won't be deleted.

Expected behaviour

  • Owncloud detects the never ending loop and stops me from moving the folder.
  • Owncloud lets me delete folder f1 and f2 after being unshared.

Actual behaviour

  • The folders can be moved inside another shared folder easily.
  • Even after unsharing and deleting everything inside the folder, the folder can not be deleted.

Server configuration

Operating system: ubuntu 20.04

Web server: apache2

Database: MySQL

PHP version: 7.4.3

ownCloud version: 10.11.0 prealpha (git)

Updated from an older ownCloud or fresh install: fresh

Where did you install ownCloud from: github

PS: This is an existing issue in older version as well. The same issue occurs between two servers running on v10.10 as well.

@phil-davis phil-davis changed the title Never ending folder loop and file lock Never ending folder loop and file lock - federated sharing Jul 4, 2022
@phil-davis
Copy link
Contributor

Note: This is an existing issue in older versions as well. The same issue occurs between two servers running on v10.10 as well. So it is NOT a regression in 10.11

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

No branches or pull requests

2 participants