mastodon/app/models
Akihiko Odaki (@fn_aki@pawoo.net) e27f792c24 Some minor change and spec for Account (#3813)
* Introduce domains method to Account relation

Account had followers_domains method, which was excessively specific.
Let relation of Account have domains method instead.

* Move follow_mapping in Account to AccountInteractions

* Introduce shared examples for AccountAvatar inclusion

* Cover Account more
2017-06-22 18:34:27 +02:00
..
concerns Some minor change and spec for Account (#3813) 2017-06-22 18:34:27 +02:00
form Account deletion (#3728) 2017-06-14 18:01:27 +02:00
web
account.rb Some minor change and spec for Account (#3813) 2017-06-22 18:34:27 +02:00
account_domain_block.rb
account_filter.rb
application_record.rb
block.rb
conversation.rb
conversation_mute.rb
domain_block.rb
export.rb
favourite.rb
feed.rb Fix #2619 - When redis feed is empty, fall back to database (#3721) 2017-06-14 13:37:03 +02:00
follow.rb
follow_request.rb
import.rb
instance.rb
media_attachment.rb Fix #3675 - Adjust quality settings of converted GIFs to reduce filesize (#3723) 2017-06-13 00:51:48 +02:00
mention.rb
mute.rb
notification.rb
preview_card.rb
remote_follow.rb Fix RemoteFollow behavior (#3868) 2017-06-20 20:40:56 +02:00
remote_profile.rb Refactor UpdateRemoteProfileService (#3690) 2017-06-11 10:41:59 +02:00
report.rb
report_filter.rb
setting.rb
status.rb Fix regression from #3842 (#3892) 2017-06-22 02:38:50 +02:00
stream_entry.rb
subscription.rb
tag.rb
user.rb
web.rb