owncloud / gallery

:sunrise: Gallery app for ownCloud, which includes previews for all supported media files
GNU Affero General Public License v3.0
88 stars 65 forks source link

wrong image orientation #802

Open gramels opened 5 years ago

gramels commented 5 years ago

Bug report

Steps to reproduce

  1. upload image
  2. view in gallery -> wrong rotation
  3. rotate on MacOS
  4. update in owncloud
  5. still wrong rotation

Expected behaviour

image is in owncloud gallery displayed same way as in MacOS finder

Actual behaviour

image rotation not respected in owncloud

Server configuration

Operating system: debian 9 Web server: apache2 Database: mariasql PHP version: 7.2 cloud server: ownCloud

cloud version: (see admin page or version.php)

version | 10.0.10.4 versionstring | 10.0.10 edition | Community productname | ownCloud

Updated from an older installation or fresh install:

List of activated apps: sudo -u www-data php occ app:list Enabled:

The content of config/config.php:

Config report ``` Paste the config here ```

Are you using external storage, if yes which one: local folder, smb share, sftp, etc.

Are you using encryption: yes/no

Are you using custom gallery.cnf config files: yes/no

Web server error log

Web server error log ``` Insert your webserver log here ```

Cloud log

Cloud log ``` Insert your cloud log here ```

Client configuration

Browser:

Operating system:

Browser log

Browser log ``` Insert your browser log here ```

Feature request

User type: Logged-in or public user

User level: Beginners, intermediate or advanced

Description

Benefit / value

Risk / caveats

Sponsorship

Are you a developer willing to implement this feature?: yes/no

Can you sponsor the development of this feature or do you know someone who can?: yes/no

PVince81 commented 5 years ago

likely due to https://github.com/owncloud/core/issues/18645

rustymunkey commented 5 years ago

Is there any workaround for this issue? Downgrading to 10.0.8 is not possible, but it was not fixed in 10.0.10 either ...

gramels commented 5 years ago

was introduced after I updated to 10.0.10

gramels commented 5 years ago

I migrateted to nextcloud, which fixed this for me.