mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[PR #605] [MERGED] feat: Enhance rate limiting functionality by introducing custom intervals.. #1206
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#1206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/flyimg/flyimg/pull/605
Author: @sadok-f
Created: 1/31/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @sadok-f
Base:
main← Head:issue#604📝 Commits (5)
e82d1c9feat: Enhance rate limiting functionality by introducing custom intervals for request limits.c97eeddfix linting errors079e4c4fix: fix Security alerts by Dependabot alertsef66de5fix linting errors295f7bffix linting errors📊 Changes
7 files changed (+402 additions, -285 deletions)
View changed files
📝
app.php(+8 -4)📝
composer.lock(+185 -181)📝
config/parameters.yml(+7 -8)📝
docs/rate-limiting.md(+49 -47)📝
src/Core/Exception/RateLimitExceededException.php(+19 -2)📝
src/Core/Handler/RateLimitHandler.php(+86 -40)📝
tests/Core/Handler/RateLimitHandlerTest.php(+48 -3)📄 Description
feat: Enhance rate-limiting functionality by introducing custom intervals for request limits.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.