mastodon/app/services
Patrick Figel 197af5de70 Set unknown attachment type when adding domain blocks (#2605)
Follow-up to #2599. When a domain block with `reject_media` is
added or `rake mastodon:media:remove_remote` is invoked, mastodon
deletes the locally cached attachments and avatars but does not
reflect that change in the database, causing the `file` fields to
still have values. This change persists the deletion in the
database and sets the attachment type to unknown.

This also introduces a one-off rake task that sets all attachments
without a local file to the "unknown" type. The upgrade notes for
the next release should contain a post-upgrade step with
`rake mastodon:media:set_unknown`.
2017-04-29 02:44:03 +02:00
..
concerns
pubsubhubbub Punycode URI normalization (#2370) 2017-04-25 02:47:31 +02:00
account_search_service.rb Optimize account search (#2421) 2017-04-25 04:44:43 +02:00
after_block_service.rb Silence more scope order warnings (#1604) 2017-04-12 15:58:08 +02:00
authorize_follow_service.rb
base_service.rb
block_domain_service.rb Set unknown attachment type when adding domain blocks (#2605) 2017-04-29 02:44:03 +02:00
block_service.rb
fan_out_on_write_service.rb Silence more scope order warnings (#1604) 2017-04-12 15:58:08 +02:00
favourite_service.rb
fetch_atom_service.rb OEmbed support for PreviewCard (#2337) 2017-04-27 14:42:22 +02:00
fetch_link_card_service.rb OEmbed support for PreviewCard (#2337) 2017-04-27 14:42:22 +02:00
fetch_remote_account_service.rb Punycode URI normalization (#2370) 2017-04-25 02:47:31 +02:00
fetch_remote_resource_service.rb
fetch_remote_status_service.rb Improve shared status verification (#2525) 2017-04-27 17:06:47 +02:00
follow_remote_account_service.rb OEmbed support for PreviewCard (#2337) 2017-04-27 14:42:22 +02:00
follow_service.rb
mute_service.rb Silence more scope order warnings (#1604) 2017-04-12 15:58:08 +02:00
notify_service.rb Check @recipient.user at the first (#1939) 2017-04-16 18:04:05 +02:00
post_status_service.rb OEmbed support for PreviewCard (#2337) 2017-04-27 14:42:22 +02:00
precompute_feed_service.rb
process_feed_service.rb Improve shared status verification (#2525) 2017-04-27 17:06:47 +02:00
process_hashtags_service.rb
process_interaction_service.rb Punycode URI normalization (#2370) 2017-04-25 02:47:31 +02:00
process_mentions_service.rb
reblog_service.rb
reject_follow_service.rb
remove_status_service.rb
search_service.rb
send_interaction_service.rb
subscribe_service.rb
suspend_account_service.rb Make file attachment on MediaAttachment optional (#1865) 2017-04-16 12:51:30 +02:00
unblock_domain_service.rb Make file attachment on MediaAttachment optional (#1865) 2017-04-16 12:51:30 +02:00
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb Fixed NoMethodError in UnfollowService (#1918) 2017-04-16 14:55:43 +02:00
unmute_service.rb
unsubscribe_service.rb
update_remote_profile_service.rb Improve bio compatibility (#2278) 2017-04-22 03:33:24 +02:00
warm_cache_service.rb