Skip to content

fix: fix acl permissions list command with per-groupfolder storage#4711

Merged
icewind1991 merged 1 commit into
masterfrom
permissions-list-command-storage-id
Jun 2, 2026
Merged

fix: fix acl permissions list command with per-groupfolder storage#4711
icewind1991 merged 1 commit into
masterfrom
permissions-list-command-storage-id

Conversation

@icewind1991
Copy link
Copy Markdown
Member

Use the storage id for the folder instead of the root storage id.

Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991 icewind1991 added this to the Nextcloud 34 milestone May 27, 2026
@icewind1991 icewind1991 requested a review from provokateurin May 27, 2026 14:35
@icewind1991 icewind1991 added the 3. to review Items that need to be reviewed label May 27, 2026
@icewind1991 icewind1991 requested a review from artonge June 2, 2026 15:43
@icewind1991 icewind1991 merged commit cf1abbd into master Jun 2, 2026
62 of 66 checks passed
@icewind1991 icewind1991 deleted the permissions-list-command-storage-id branch June 2, 2026 16:03
@icewind1991
Copy link
Copy Markdown
Member Author

/backport to stable34

@icewind1991
Copy link
Copy Markdown
Member Author

/backport to stable33

@icewind1991
Copy link
Copy Markdown
Member Author

/backport to stable32

@backportbot
Copy link
Copy Markdown

backportbot Bot commented Jun 2, 2026

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/4711/stable33

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 46c7db8e

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4711/stable33

Error: Failed to check for changes with origin/stable33: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot
Copy link
Copy Markdown

backportbot Bot commented Jun 2, 2026

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/4711/stable32

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 46c7db8e

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4711/stable32

Error: Failed to check for changes with origin/stable32: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

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

Labels

3. to review Items that need to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants