diaspora/app/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
notifications
services Fixed test 2021-06-13 01:26:27 +02:00
user Merge branch 'next-minor' into develop 2022-07-20 21:34:39 +02:00
account_deletion.rb
account_migration.rb Migration Backend Part 2021-11-23 01:48:32 +01:00
application_record.rb
aspect.rb
aspect_membership.rb
aspect_visibility.rb
block.rb Fix deprecation warnings for rails 6.1 2022-07-20 21:27:41 +02:00
comment.rb
comment_signature.rb
contact.rb
conversation.rb API: Add endpoint to toggle conversation read status 2020-11-30 18:03:38 +01:00
conversation_visibility.rb
invitation_code.rb Fix deprecation warnings for rails 6.0 2022-07-20 21:26:58 +02:00
like.rb
like_signature.rb
location.rb
mention.rb
message.rb Fix deprecation warnings for rails 6.1 2022-07-20 21:27:41 +02:00
notification.rb
notification_actor.rb
o_embed_cache.rb
open_graph_cache.rb
participation.rb
person.rb Merge branch 'next-minor' into develop 2021-10-25 03:46:48 +02:00
photo.rb Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
pod.rb Ensure pod urls are always lowercase 2022-10-31 01:45:13 +01:00
poll.rb
poll_answer.rb
poll_participation.rb
poll_participation_signature.rb
post.rb Fixing robocop 2021-04-18 13:25:50 +02:00
profile.rb
reference.rb
report.rb Fix deprecation warnings for rails 6.1 2022-07-20 21:27:41 +02:00
reshare.rb Fix deprecation warnings for rails 6.1 2022-07-20 21:27:41 +02:00
role.rb
service.rb
share_visibility.rb
signature_order.rb
status_message.rb Merge branch 'next-minor' into develop 2022-07-20 21:34:39 +02:00
tag_following.rb
user.rb Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
user_preference.rb