Skip to content

[stable34] fix(theming): read cachebuster as int in manifest endpoint#61010

Merged
AndyScherzinger merged 1 commit into
stable34from
backport/61007/stable34
Jun 17, 2026
Merged

[stable34] fix(theming): read cachebuster as int in manifest endpoint#61010
AndyScherzinger merged 1 commit into
stable34from
backport/61007/stable34

Conversation

@backportbot

@backportbot backportbot Bot commented Jun 5, 2026

Copy link
Copy Markdown

Backport of PR #61007

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
@backportbot backportbot Bot requested a review from a team as a code owner June 5, 2026 09:48
@backportbot backportbot Bot requested review from ArtificialOwl, CarlSchwan, artonge, come-nc, provokateurin and solracsf and removed request for a team June 5, 2026 09:48
@backportbot backportbot Bot added this to the Nextcloud 34.0.1 milestone Jun 5, 2026
@AndyScherzinger AndyScherzinger merged commit 56a2144 into stable34 Jun 17, 2026
174 of 183 checks passed
@AndyScherzinger AndyScherzinger deleted the backport/61007/stable34 branch June 17, 2026 08:33
@susnux

susnux commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

/backport to stable33

@backportbot

backportbot Bot commented Jun 22, 2026

Copy link
Copy Markdown
Author

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/61010/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 8fdb9e1c

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/61010/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.

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