[PR #605] [MERGED] feat: Enhance rate limiting functionality by introducing custom intervals.. #1206

Closed
opened 2026-03-15 15:58:33 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: issue#604


📝 Commits (5)

  • e82d1c9 feat: Enhance rate limiting functionality by introducing custom intervals for request limits.
  • c97eedd fix linting errors
  • 079e4c4 fix: fix Security alerts by Dependabot alerts
  • ef66de5 fix linting errors
  • 295f7bf fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/605 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `issue#604` --- ### 📝 Commits (5) - [`e82d1c9`](https://github.com/flyimg/flyimg/commit/e82d1c953566ef8ffe7abe6ce34802cbaf956a71) feat: Enhance rate limiting functionality by introducing custom intervals for request limits. - [`c97eedd`](https://github.com/flyimg/flyimg/commit/c97eedd76a55b47ed9bc64709b21061ac7daabeb) fix linting errors - [`079e4c4`](https://github.com/flyimg/flyimg/commit/079e4c4cf0d687673a0f18a3d922d25926ccbbce) fix: fix Security alerts by Dependabot alerts - [`ef66de5`](https://github.com/flyimg/flyimg/commit/ef66de501bf64191892abbed63ba43bb0c16cdb9) fix linting errors - [`295f7bf`](https://github.com/flyimg/flyimg/commit/295f7bf4ef3555d1389db2ba4717ac7006607e7d) fix linting errors ### 📊 Changes **7 files changed** (+402 additions, -285 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description feat: Enhance rate-limiting functionality by introducing custom intervals for request limits. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:58:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#1206
No description provided.