Luis Ramos
|
88ac5dc955
|
Fix rubocop issues by refactoring code
|
2020-11-10 00:03:34 +00:00 |
|
Luis Ramos
|
e879aa1bed
|
Switch to s3_alias_url that enabble virtual host type of path
|
2020-11-10 00:03:33 +00:00 |
|
Luis Ramos
|
94a815a9ef
|
Upgrade aws-sdk and set s3 host name using the provided url config.
This will enable us to set hostnames with the s3 region defined and that
will make our image upload work for all s3 regions.
|
2020-11-10 00:03:33 +00:00 |
|
Luis Ramos
|
f6d0905517
|
Add s3_support require to image.rb
|
2020-11-04 12:15:45 +00:00 |
|
Matt-Yorkley
|
df3ac0394c
|
Fix #s3_credentials
|
2020-10-25 14:04:33 +00:00 |
|
Matt-Yorkley
|
28590fdad4
|
Merge pull request #6223 from luisramos0/image_default_styles
Update image default styles
|
2020-10-22 17:54:32 +02:00 |
|
Matt-Yorkley
|
eb026f2e22
|
Use "sRBG" colourspace.
This seems to be the correct setting, and fixes a bug with the colouring of uploaded images. Further details:
https://imagemagick.org/script/color-management.php
https://www.imagemagick.org/discourse-server/viewtopic.php?t=20501
|
2020-10-21 14:26:26 +01:00 |
|
Matt-Yorkley
|
92d6168a14
|
Don't restrict image filetypes to JPG
|
2020-10-21 13:42:07 +01:00 |
|
Luis Ramos
|
3dc3e0970e
|
Update image default styles
|
2020-10-20 11:31:01 +01:00 |
|
Luis Ramos
|
10ed1f04c1
|
Revert default styles to what they were before, we can do this in a separate PR
|
2020-10-20 11:25:55 +01:00 |
|
Luis Ramos
|
16f9ef4ace
|
Simplify method
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
f4d8bdc17e
|
Fix easy rubocop issues
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
f3490e5668
|
Replace Spree::Image with self
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
7cf6518175
|
Set default values for styles directly in the attachment property without using Spree::Config
Only use ENV vars for attachment path and url coming from ofn-install
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
d15abe14d1
|
Join reformat styles and set attachement definitions and explain why we need to run them every time Spree::Image is loaded although this is also done in the spree initializer
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
6151c7420b
|
Move S3 attachment definitions to Spree::Image
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
fdd7049857
|
Reuse Spree::Image.set_attachment_definitions
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
98c5fdcf26
|
Reuse some code from Spree::Image in the spree initializer and extract some code to a class method so we can reuse afterwards
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
b36d0bc4f3
|
Fix easy rubocop isssues
|
2020-09-01 17:09:22 +01:00 |
|
Luis Ramos
|
5958c2f68c
|
Rubocop autocorrect
|
2020-09-01 17:09:22 +01:00 |
|
Luis Ramos
|
13f0a46bc2
|
Merge decorator with original file from spree
|
2020-09-01 17:09:22 +01:00 |
|
Luis Ramos
|
b9f7a98c46
|
Bring image, asset and images_helper from spree_core
|
2020-09-01 17:09:22 +01:00 |
|