mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[PR #584] [MERGED] feat: add support for POST uploads and S3 sources #1196
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#1196
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/584
Author: @sadok-f
Created: 9/16/2025
Status: ✅ Merged
Merged: 9/18/2025
Merged by: @sadok-f
Base:
main← Head:issue#583📝 Commits (6)
e27d180feat: add support for POST uploads and S3 sourcesa49e85bdocs: improve PHPDoc comments for clarity and consistencye271b70fix: correct PHPDoc formatting3fbaeb7fix linting errors887fb10fix linting errors56b183adocs: Removed outdated section on GET with data URIs for clarity.📊 Changes
7 files changed (+402 additions, -85 deletions)
View changed files
📝
config/routes.yml(+8 -1)📝
docs/configuration.md(+47 -0)📝
docs/url-options.md(+39 -0)📝
src/Core/Controller/DefaultController.php(+61 -4)📝
src/Core/Entity/Image/InputImage.php(+182 -18)📝
tests/Core/Controller/CoreControllerTest.php(+0 -1)📝
tests/Core/Controller/DefaultControllerTest.php(+65 -61)📄 Description
closes #583
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.