[PR #536] [MERGED] feat: replace silex/silex with flyimg/silex adaptation #1164

Closed
opened 2026-03-15 15:56:07 +03:00 by kerem · 0 comments
Owner

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


📝 Commits (10+)

  • 86cb7e7 feat: replace silex/silex with flyimg/silex adaptation, which updates symfony components to the latest stable version, fixes #535
  • fbac5e4 fix: fix composer.lock file
  • a4d0873 feat: update Docker base image to use Nginx latest stable release
  • d5dc6e5 feat: add watermark feature and documentation
  • c2f7f12 Merge branch 'main' into issue#535
  • 246a0b8 fix: fix linting errors
  • e58246f Add unitTest to cover adding text watermarking, related to #538
  • 4f3877f fix: fixing linting error, related to #538
  • a66b3c6 fix linting error
  • 80cef3f fix: 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

  • replace silex/silex with flyimg/silex adaptation, which updates symfony components to the latest stable version, fixes #535
  • add text watermarking, related to #538
  • update to base image 1.7.1 which has a newer version of nginx

🔄 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/536 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `issue#535` --- ### 📝 Commits (10+) - [`86cb7e7`](https://github.com/flyimg/flyimg/commit/86cb7e711bebc804f56377a93442ea0577c162f7) feat: replace silex/silex with flyimg/silex adaptation, which updates symfony components to the latest stable version, fixes #535 - [`fbac5e4`](https://github.com/flyimg/flyimg/commit/fbac5e40a17cbf5147f8956cc0a9f41cd0af5136) fix: fix composer.lock file - [`a4d0873`](https://github.com/flyimg/flyimg/commit/a4d0873a8cb7daa07b6d757325e6b4943fb310b5) feat: update Docker base image to use Nginx latest stable release - [`d5dc6e5`](https://github.com/flyimg/flyimg/commit/d5dc6e5e4b142f69905e9437a5b4c09dd80fe2a9) feat: add watermark feature and documentation - [`c2f7f12`](https://github.com/flyimg/flyimg/commit/c2f7f12a6e2cefbb29594dafac172b812292ceae) Merge branch 'main' into issue#535 - [`246a0b8`](https://github.com/flyimg/flyimg/commit/246a0b8505cfe9a73211203d3b8fc9e0d1f5a89e) fix: fix linting errors - [`e58246f`](https://github.com/flyimg/flyimg/commit/e58246f5881918058f84eb782099fa5a0ee44073) Add unitTest to cover adding text watermarking, related to #538 - [`4f3877f`](https://github.com/flyimg/flyimg/commit/4f3877fa911cc79608c826e7fa8b9028b60e8932) fix: fixing linting error, related to #538 - [`a66b3c6`](https://github.com/flyimg/flyimg/commit/a66b3c6e177a1977683568690104a6fcbbc3141c) fix linting error - [`80cef3f`](https://github.com/flyimg/flyimg/commit/80cef3f4ee8fb733dbb0afd2cf925f6a3fbb4f7d) fix: add remote_addr to logging ### 📊 Changes **15 files changed** (+558 additions, -798 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - replace silex/silex with flyimg/silex adaptation, which updates symfony components to the latest stable version, fixes #535 - add text watermarking, related to #538 - update to base image 1.7.1 which has a newer version of nginx --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:56:07 +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#1164
No description provided.