Skip to content

Conversation

@skjnldsv
Copy link
Member

@skjnldsv skjnldsv commented Oct 14, 2025

Closes #2980
Fixes #2977
Fixes #2976
Fixes #2990

@skjnldsv skjnldsv self-assigned this Oct 14, 2025
@skjnldsv skjnldsv added the 3. to review Waiting for reviews label Oct 14, 2025
@skjnldsv skjnldsv force-pushed the filter-bug-shared-subfolder branch from ab52cab to 6aa255e Compare October 14, 2025 07:48
@skjnldsv
Copy link
Member Author

/compile

@skjnldsv
Copy link
Member Author

/backport to stable31

@backportbot backportbot bot added the backport-request Pending backport by the backport-bot label Oct 14, 2025
@skjnldsv
Copy link
Member Author

/backport to stable30

@skjnldsv

This comment was marked as resolved.

tabedzki and others added 2 commits October 14, 2025 10:35
…n subfolders in a file share. Previously, node.path for files ina a shaer were `/${file.basename}`

Fixes #2977
Fixes #2976

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@skjnldsv skjnldsv force-pushed the filter-bug-shared-subfolder branch from d762ad0 to 71838a3 Compare October 14, 2025 08:45
@skjnldsv skjnldsv merged commit 6052882 into master Oct 14, 2025
39 of 49 checks passed
@skjnldsv skjnldsv deleted the filter-bug-shared-subfolder branch October 14, 2025 11:43
@backportbot backportbot bot removed the backport-request Pending backport by the backport-bot label Oct 14, 2025
@szaimen
Copy link
Contributor

szaimen commented Oct 14, 2025

/backport to stable32

@backportbot backportbot bot added the backport-request Pending backport by the backport-bot label Oct 14, 2025
@backportbot backportbot bot removed the backport-request Pending backport by the backport-bot label Oct 14, 2025
@skjnldsv
Copy link
Member Author

/backport to stable31

@skjnldsv
Copy link
Member Author

/backport to stable30

@backportbot backportbot bot added the backport-request Pending backport by the backport-bot label Oct 14, 2025
@backportbot
Copy link

backportbot bot commented Oct 14, 2025

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

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

# Create the new backport branch
git checkout -b backport/2991/stable31

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

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

Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/2991/stable31."} - https://docs.github.com/rest/pulls/pulls#create-a-pull-request


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

@backportbot
Copy link

backportbot bot commented Oct 14, 2025

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

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

# Create the new backport branch
git checkout -b backport/2991/stable30

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

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

Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/2991/stable30."} - https://docs.github.com/rest/pulls/pulls#create-a-pull-request


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

@skjnldsv
Copy link
Member Author

/backport to stable32

@skjnldsv skjnldsv removed the backport-request Pending backport by the backport-bot label Oct 14, 2025
@backportbot
Copy link

backportbot bot commented Oct 14, 2025

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/2991/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 d2ec1cd7 71838a32

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

Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/2991/stable32."} - https://docs.github.com/rest/pulls/pulls#create-a-pull-request


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

tabedzki added a commit to tabedzki/viewer that referenced this pull request Oct 27, 2025
While the fix merged in nextcloud#2991 addressed a share, it inadvertently broke navigating through images for regular file viewing. This fix uses the `join`, `dirPath` and `node.basename` to reconstruct the paths that works for both shares and non-shared views.

Signed-off-by: tabedzki <35670232+tabedzki@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

5 participants