Patrick Figel 8ac7fca5d0 Set correct attachment type for rejected media (#2599)
In #2110, a new attachment type "unknown" was introduced for
attachments that were rejected due to a domain being blocked using
reject_media. However, the "type" field was never set to "unknown"
because a default value of "0" (image) is set for that column,
causing the `type.blank?` expression to always equal false.

This version uses type_changed? instead, causing the type to be set
to "unknown" unless a type has been explicitly set. This introduces
a small change in behaviour causing the type to be set to unknown
before paperclip calls `before_post_process`. Presumably this
behaviour is more appropriate than the current one because the
attachment type has not been determined by that point.

Included are new tests for `ProcessFeedService` and
`UpdateRemoteProfileService` which now check that remote media is
downloaded for non-blocked domains and is rejected for others.
2017-04-29 00:18:32 +02:00
..
2017-04-16 16:28:52 +02:00
2017-04-28 15:12:37 +02:00
2017-04-13 13:02:02 +02:00
2017-04-17 15:54:33 +02:00
2017-04-05 00:29:56 +02:00
2017-04-05 00:47:17 +02:00
2017-04-05 00:29:56 +02:00
2017-03-04 00:00:48 +01:00
2017-04-28 15:10:41 +02:00
2017-04-17 15:54:33 +02:00
2017-04-09 14:45:01 +02:00
2017-04-23 04:43:42 +02:00
2017-01-13 03:24:41 +01:00