mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #536] [MERGED] feat: replace silex/silex with flyimg/silex adaptation #1164
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#1164
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/536
Author: @sadok-f
Created: 10/25/2024
Status: ✅ Merged
Merged: 11/18/2024
Merged by: @sadok-f
Base:
main← Head:issue#535📝 Commits (10+)
86cb7e7feat: replace silex/silex with flyimg/silex adaptation, which updates symfony components to the latest stable version, fixes #535fbac5e4fix: fix composer.lock filea4d0873feat: update Docker base image to use Nginx latest stable released5dc6e5feat: add watermark feature and documentationc2f7f12Merge branch 'main' into issue#535246a0b8fix: fix linting errorse58246fAdd unitTest to cover adding text watermarking, related to #5384f3877ffix: fixing linting error, related to #538a66b3c6fix linting error80cef3ffix: add remote_addr to logging📊 Changes
15 files changed (+558 additions, -798 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
app.php(+10 -16)📝
composer.json(+2 -2)📝
composer.lock(+312 -768)📝
config/parameters.yml(+9 -1)📝
docs/url-options.md(+135 -0)📝
src/Core/Entity/Command.php(+2 -0)➕
src/Core/Entity/Logger.php(+24 -0)📝
src/Core/Exception/AppException.php(+9 -0)📝
src/Core/Processor/ImageProcessor.php(+26 -7)📝
src/Core/Resolver/ControllerResolver.php(+1 -1)📝
tests/Core/Entity/Image/OutputImageTest.php(+4 -0)📝
tests/Core/Processor/ImageProcessorTest.php(+17 -0)➕
tests/testImages/image-with-text-result.jpg(+0 -0)📝
web/js/main.js(+6 -2)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.