diaspora/spec/serializers/export
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
..
aspect_serializer_spec.rb Don't export chat_enabled flag anymore 2021-07-04 22:03:37 +02:00
contact_serializer_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
others_data_serializer_spec.rb Merge branch 'next-minor' into develop 2021-11-23 00:56:41 +01:00
own_post_serializer_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
own_relayables_serializer_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
user_serializer_spec.rb Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00