diaspora/spec/integration
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
..
api Merge branch 'next-minor' into develop 2022-06-28 02:08:42 +02:00
export Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
federation Upgrade diaspora_federation to 1.0 2022-07-20 23:06:18 +02:00
account_deletion_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
account_migration_spec.rb Merge branch 'next-minor' into develop 2021-11-23 00:56:41 +01:00
application_spec.rb Issue #8126 - Allow CORS on all API routes. 2020-06-11 20:13:46 +02:00
archive_shared.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
archive_validator_spec.rb Implement archive import backend 2019-04-26 18:41:27 +03:00
contact_deleting_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
contacts_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
dispatching_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
exporter_spec.rb Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
import_service_spec.rb Don't overwrite photos of other users during import 2021-11-24 02:42:31 +01:00
mentioning_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
migration_service_spec.rb Remove old stubs for /.well-known/host-meta 2022-07-23 00:21:06 +02:00
mobile_posts_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
profile_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
receiving_spec.rb Manually stringify keys to fix sidekiq 7.0 deprecation warning 2022-06-29 13:27:37 +02:00
tag_people_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00