docbrown/spec/views
Jamie Gaskins 70cf28ca7b
Fix rotation of images uploaded from iPhones (#15010)
* Fix rotation of images uploaded from iPhones

iPhones[1] take pictures in portrait mode with the orientation set to
90ºCCW. We noticed that uploading one of these images to a Forem
instance caused the image to be rotated when rendered. The current
theory is that Imgproxy is not maintaining the orientation value when
processing, which is solved by setting `auto_rotate: true` (serialized
into the Imgproxy URL as `ar:1`), according to the documentation.

See: 8e6585e28d/docs/generating_the_url_advanced.md (auto-rotate)

[1] This probably happens with other phones, but we discovered the issue
using an iPhone.

* Fix Imgproxy URL expectation for auto_rotate
2021-10-11 15:17:14 -04:00
..
comments Use new UserSetting and UserNotificationSettings and Ignore Related User Table Fields (#14121) 2021-07-08 09:31:34 -05:00
dashboards Fix rotation of images uploaded from iPhones (#15010) 2021-10-11 15:17:14 -04:00
email_subscriptions Clean up SiteConfig (#13738) 2021-05-18 09:38:31 +07:00
layouts Clean up SiteConfig (#13738) 2021-05-18 09:38:31 +07:00
stories Split Settings::Community from SiteConfig (#13403) 2021-04-26 10:46:35 +02:00
users [deploy] Move settings tabs to constant (#10859) 2020-10-16 08:30:58 +07:00
articles_spec.rb Show canonical URL on article even after it has been updated (#11256) 2020-11-10 13:30:21 +01:00