Skip to content

fix(slave-controller): add rate limit protection - #197

Merged
cristianscheid merged 1 commit into
masterfrom
fix/noid/limit-slave-controller-endpoints
Jun 16, 2026
Merged

fix(slave-controller): add rate limit protection#197
cristianscheid merged 1 commit into
masterfrom
fix/noid/limit-slave-controller-endpoints

Conversation

@cristianscheid

@cristianscheid cristianscheid commented Jun 15, 2026

Copy link
Copy Markdown
Member
  • Resolves: #

Summary

  • adds BruteForceProtection on SlaveController::autoLogin()

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

…ken on debug log

Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
@cristianscheid

cristianscheid commented Jun 15, 2026

Copy link
Copy Markdown
Member Author

CI errors not related to this PR.

@cristianscheid
cristianscheid merged commit 2fd4d36 into master Jun 16, 2026
46 of 88 checks passed
@cristianscheid
cristianscheid deleted the fix/noid/limit-slave-controller-endpoints branch June 16, 2026 13:47
@cristianscheid

Copy link
Copy Markdown
Member Author

/backport to stable2.7

@cristianscheid

Copy link
Copy Markdown
Member Author

/backport to stable2.4

@cristianscheid

Copy link
Copy Markdown
Member Author

/backport to stable2.3

@cristianscheid

Copy link
Copy Markdown
Member Author

/backport to stable2.1

@cristianscheid

Copy link
Copy Markdown
Member Author

/backport to stable2.6

@backportbot

backportbot Bot commented Jun 16, 2026

Copy link
Copy Markdown

The backport to stable2.6 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable2.6
git pull origin stable2.6

# Create the new backport branch
git checkout -b backport/197/stable2.6

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

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/197/stable2.6

Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/197/stable2.6."} - 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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants