Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-16 | Leave out the "Expires" header from S3 uploads (#1886) | Joachim Viide | |
2017-04-15 | Custom Paperclip path. (#778) | Valentin Lorentz | |
* Custom Paperclip path. * Document PAPERCLIP_ROOT. * Add PAPERCLIP_ROOT_URL (and rename PAPERCLIP_ROOT to PAPERCLIP_ROOT_PATH). | |||
2017-04-13 | Add filename extension to paperclip (#1718) | Yusuke Abe | |
2017-03-23 | :wrench: S3 protocol from ENV | leopku | |
add support for reading S3 protocol from ENV also add S3_HOSTNAME in .env.production.sample | |||
2017-03-05 | Make the paperclip filename interpolator smarter about the :original style | Eugen Rochko | |
If an :original gets converted into another format, it would get saved as original_filename *anyway*, so generating the extension is pointless and yields bad results for when you change the style definition later. This way, old gifs will still have correct URLs | |||
2017-01-15 | Change default S3 ACL string used by Paperclip from 'public' (which is ↵ | Effy Elden | |
invalid) to 'public-read' | |||
2017-01-08 | Fix Paperclip timeout setting. Fix bug introduced in #437 | Eugen Rochko | |
2017-01-07 | Add read timeout to paperclip when it's downloading remote images | Eugen Rochko | |
2016-12-07 | Fix paperclip config | Eugen Rochko | |
2016-12-07 | Update Paperclip config to allow plugging in Minio instead of AWS | Eugen Rochko | |
2016-12-04 | Adding configurable e-mail blacklist | Eugen Rochko | |
2016-12-04 | Do not use expiring links after all | Eugen Rochko | |
2016-12-04 | Do not autoplay videos, display play button instead. Use expiring links when ↵ | Eugen Rochko | |
using S3. Do not keep originals for avatars/headers, resize avatars down to 120x120 instead of 300x300. Set cache headers on S3 stuff, also make it private (aka only accessible via expiring links to prevent hotlinking) | |||
2016-12-03 | Fix cloudfront config | Eugen Rochko | |
2016-12-03 | Add Cloudfront support | Eugen Rochko | |
2016-11-29 | Upgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions ↵ | Eugen Rochko | |
of avatars | |||
2016-11-08 | Fix region setting for AWS gem | Eugen Rochko | |
2016-11-06 | Fix insecure S3 URLs | Eugen Rochko | |
2016-11-06 | Improve S3 config | Eugen Rochko | |
2016-11-06 | Adding optional S3, fail-mastodon | Eugen Rochko | |