mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #43] [MERGED] Add path action to default controller to return the full path of processed image #852
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#852
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/43
Author: @sadok-f
Created: 2/7/2017
Status: ✅ Merged
Merged: 2/7/2017
Merged by: @sadok-f
Base:
master← Head:add-path-action📝 Commits (1)
4bb678eAdd 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.