fix(files_sharing): rate limit share creation 20 times per 10 minutes#50905
Merged
fix(files_sharing): rate limit share creation 20 times per 10 minutes#50905
Conversation
Member
Author
|
/backport to stable31 |
Member
Author
|
/backport to stable30 |
susnux
reviewed
Feb 20, 2025
susnux
approved these changes
Feb 20, 2025
Contributor
susnux
left a comment
There was a problem hiding this comment.
Not sure about the values, but code is fine.
Contributor
|
For integration tests you need to create some app config for |
come-nc
approved these changes
Feb 20, 2025
Member
Author
yeah, me neither tbh 🤷 |
Member
Author
|
Integration needs excemption from rate limiting 🙈 |
6575855 to
7d282f2
Compare
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
7d282f2 to
59d1a49
Compare
Member
Added |
Member
Author
ahah |
Member
Author
|
On it |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
…nutes Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This was referenced Apr 15, 2025
8 tasks
Merged
Open
8 tasks
biredel
added a commit
to biredel/nextcloud
that referenced
this pull request
Jan 20, 2026
Was unlimited before nextcloud#50905 setting to 20/600s which proved to be too low for some legitimate human actions, e.g. chat messages with attachments in Talk. Fix that by bumping to some arbitrary higher value, until some clearer justification for having it lower or higher is determined. Signed-off-by: biredel <67849440+biredel@users.noreply.github.com>
This was referenced Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
And adjust existing email sending UserRateLimit