[PR #43] [MERGED] Add path action to default controller to return the full path of processed image #852

Closed
opened 2026-03-15 15:39:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/43
Author: @sadok-f
Created: 2/7/2017
Status: Merged
Merged: 2/7/2017
Merged by: @sadok-f

Base: masterHead: add-path-action


📝 Commits (1)

  • 4bb678e Add path action to default controller to return the full path of processed image

📊 Changes

12 files changed (+166 additions, -48 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 .travis.yml (+2 -0)
📝 Dockerfile (+15 -1)
📝 README.md (+2 -0)
📝 app.php (+2 -1)
📝 composer.json (+2 -1)
📝 composer.lock (+89 -43)
📝 config/routes.yml (+5 -0)
📝 src/Core/Controller/CoreController.php (+14 -0)
📝 src/Core/Controller/DefaultController.php (+21 -2)
📝 src/Core/Entity/Image.php (+1 -0)
📝 src/Core/Provider/StorageProvider.php (+12 -0)

📄 Description

Add path action to default controller to return the full path of processed image


🔄 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/43 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 2/7/2017 **Status:** ✅ Merged **Merged:** 2/7/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `add-path-action` --- ### 📝 Commits (1) - [`4bb678e`](https://github.com/flyimg/flyimg/commit/4bb678e6a4cc302ce141bd1b0eb1fdb0fabef12a) Add path action to default controller to return the full path of processed image ### 📊 Changes **12 files changed** (+166 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `.travis.yml` (+2 -0) 📝 `Dockerfile` (+15 -1) 📝 `README.md` (+2 -0) 📝 `app.php` (+2 -1) 📝 `composer.json` (+2 -1) 📝 `composer.lock` (+89 -43) 📝 `config/routes.yml` (+5 -0) 📝 `src/Core/Controller/CoreController.php` (+14 -0) 📝 `src/Core/Controller/DefaultController.php` (+21 -2) 📝 `src/Core/Entity/Image.php` (+1 -0) 📝 `src/Core/Provider/StorageProvider.php` (+12 -0) </details> ### 📄 Description Add path action to default controller to return the full path of processed image --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:39:18 +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#852
No description provided.