You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
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.
8 years ago
..
assets Minor updates to zh-CN JS translation (#2557) 8 years ago
controllers Return missing page when tag does not exist (#2563) 8 years ago
helpers Update settings_helper.rb (#2556) 8 years ago
lib Hotfix remote status formatting (#2543) 8 years ago
mailers Instance helper to replace site title helper (#2038) 8 years ago
models Set correct attachment type for rejected media (#2599) 8 years ago
presenters Bump version, improve how version is stored for better commit history (#2526) 8 years ago
services Improve shared status verification (#2525) 8 years ago
validators Stricter whitelist rules (#2213) 8 years ago
views Fix API for Mastodon version (#2590) 8 years ago
workers Punycode URI normalization (#2370) 8 years ago