diaspora/spec/models
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/openid_connect Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
notifications Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
services Fixed test 2021-06-13 01:26:27 +02:00
user Fix some keyword args for ruby 3 compatibility 2022-07-21 01:25:53 +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 pull request #8302 from SuperTux88/fix-local-sharing-with-me 2021-11-23 01:40:37 +01:00
acts_as_taggable_on_tag_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
aspect_membership_spec.rb Check for user existence on aspect membership destruction 2017-10-17 01:38:36 +02:00
aspect_spec.rb Remove flag for contacts visible to each other 2018-04-12 01:39:11 +02:00
aspect_visibility_spec.rb Fixup rubocop warnings from factory_bot introduction 2021-04-11 01:59:47 +02:00
block_spec.rb Start sending the blocking flag 2018-02-01 23:35:35 +01:00
comment_signature_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
comment_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
contact_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
conversation_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
conversation_visibilities_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
invitation_code_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
like_signature_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
like_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
location_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
mention_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
message_spec.rb Add reference source and target behaviour 2017-09-28 23:04:34 +02:00
notification_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
open_graph_cache_spec.rb Update open_graph_reader gem 2021-10-25 03:28:56 +02:00
participation_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
person_spec.rb Fix some update_attributes in tests only on next-minor 2022-07-20 22:59:30 +02:00
photo_spec.rb Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
pod_spec.rb Ensure pod urls are always lowercase 2022-10-31 01:45:13 +01:00
poll_answer_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
poll_participation_signature_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
poll_participation_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
poll_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
post_spec.rb Fixing PR Rewview issues 2021-04-18 13:11:25 +02:00
profile_spec.rb Fixup rubocop warnings from factory_bot introduction 2021-04-11 01:59:47 +02:00
reference_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
report_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
reshare_spec.rb Fix some update_attributes in tests only on next-minor 2022-07-20 22:59:30 +02:00
role_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
service_spec.rb Remove facebook integration 2018-10-08 02:50:25 +02:00
share_visibility_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
signature_order_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
status_message_spec.rb Merge branch 'next-minor' into develop 2021-04-11 17:23:46 +02:00
tag_following_spec.rb Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
user_preference_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
user_spec.rb Fix some update_attributes in tests only on next-minor 2022-07-20 22:59:30 +02:00