nextcloud / viewer

🖼 Simple file viewer with slideshow for media
GNU Affero General Public License v3.0
94 stars 54 forks source link

[stable29] Fix: sorting by date and number #2321

Closed backportbot[bot] closed 1 month ago

backportbot[bot] commented 4 months ago

Backport of #2318

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

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

skjnldsv commented 4 months ago

/compile amend /

susnux commented 1 month ago

/compile amend/

hamza221 commented 1 month ago

/backport to stable28

backportbot[bot] commented 1 month ago

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

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

# Create the new backport branch
git checkout -b backport/2321/stable28

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

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

Error: No changes found in backport branch


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