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

[Bug]: Inconsistent copy behavior between Object storage and local storage #41564

Closed
4 of 8 tasks
susnux opened this issue Nov 17, 2023 · 0 comments · Fixed by #41565
Closed
4 of 8 tasks

[Bug]: Inconsistent copy behavior between Object storage and local storage #41564

susnux opened this issue Nov 17, 2023 · 0 comments · Fixed by #41565

Comments

@susnux
Copy link
Contributor

susnux commented Nov 17, 2023

⚠️ This issue respects the following points: ⚠️

Bug description

If you copy a shared file on local storage the copied file has dropped all permissions, meaning you are the owner and have all permissions.
On object storage if you copy a shared file, the permissions are preserved, meaning if you could only view a file you can also only view the copied file.

Steps to reproduce

  1. Share a file and set permissions to view only
  2. As the person with who you shared the file: Copy the file
  3. See that on local storage you can reshare the copied file and on object storage you can not.

Expected behavior

Consistent behavior (one of both).

Installation method

None

Nextcloud Server version

master

Operating system

None

PHP engine version

None

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@susnux susnux added bug 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Nov 17, 2023
@joshtrichards joshtrichards added feature: sharing feature: object storage 2. developing Work in progress and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Nov 18, 2023
@AndyScherzinger AndyScherzinger added this to the Nextcloud 28 milestone Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants