diaspora/app
Benjamin Neff 763dffa328
Always strip exif data and drop user setting for it
Some imagemagick-versions (I tested Ubuntu 22.04 and debian bullseye)
always loose exif data when converting from jpg to webp. So this made
our CI fail now, but even if it wasn't failing before, some pods always
had and have versions which might loose the information anyway. So
having a setting to keep exif information is kinda pointless, if we
can't guarantee that the information isn't lost. Also, diaspora isn't a
photo sharing platform and we don't display exif information anywhere,
so I think we should just always strip exif data (which was already the
default before), as we don't need them.
2023-06-04 04:25:01 +02:00
..
assets Merge pull request #8404 from Flaburgan/8118-scrolling-photos 2022-11-01 21:20:12 +01:00
controllers Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
helpers Fix some keyword args for ruby 3 compatibility 2022-07-21 01:25:53 +02:00
mailers Fix some keyword args for ruby 3 compatibility 2022-07-21 01:25:53 +02:00
models Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
presenters Adding total and active count to pod view 2022-07-31 00:19:41 +02:00
serializers Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
services Dont Convert when initialized by import 2022-07-16 04:12:01 +02:00
uploaders Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
views Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
workers Replace Unicorn with Puma 2022-09-09 04:33:37 +02:00