Skip to content

[stable30] rate limiting for creating federated shares#62134

Open
backportbot[bot] wants to merge 1 commit into
stable30from
backport/62091/stable30
Open

[stable30] rate limiting for creating federated shares#62134
backportbot[bot] wants to merge 1 commit into
stable30from
backport/62091/stable30

Conversation

@backportbot

@backportbot backportbot Bot commented Jul 15, 2026

Copy link
Copy Markdown

Modified backport of #62091

Since NC30 and down don't have request signing, they use a plain rate limit without whitelisting trusted server

Todo

  • Review and resolve any conflicts
  • Review and verify the backported changes
  • Amend HEAD commit to remove the line stating to skip CI

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

@backportbot backportbot Bot added the 3. to review Waiting for reviews label Jul 15, 2026
Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991 icewind1991 force-pushed the backport/62091/stable30 branch from 3ea058d to 4202b2e Compare July 15, 2026 01:14
@icewind1991 icewind1991 marked this pull request as ready for review July 15, 2026 01:15
@nextcloud nextcloud deleted a comment from backportbot Bot Jul 15, 2026
@nextcloud nextcloud deleted a comment from backportbot Bot Jul 15, 2026
@icewind1991

Copy link
Copy Markdown
Member

/backport! to stable29

@backportbot

backportbot Bot commented Jul 15, 2026

Copy link
Copy Markdown
Author

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

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

# Create the new backport branch
git checkout -b backport/62134/stable29

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

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

Error: Failed to check for changes with origin/stable29: 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants