mastodon/app/models
abcang 6ec1aa372d Validate data of Imports ()
..
concerns Pinned statuses ()
form Improve admin page ()
web Fix WebPush (regression from ) ()
account.rb Allow multiple pinned statuses to be shown and make them be ordered b… ()
account_domain_block.rb Add buttons to block and unblock domain ()
account_filter.rb Add coverage for ReportFilter and AccountFilter ()
application_record.rb
block.rb annotate models ()
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
conversation.rb Conditional validations no longer accept strings for if/unless ()
conversation_mute.rb Feature conversations muting ()
domain_block.rb Allow domain blocks that only reject media without silencing or suspending ()
export.rb
favourite.rb annotate models ()
feed.rb Remove sort in Feed ()
follow.rb Introduce recent to Follow ()
follow_request.rb annotate models ()
import.rb Validate data of Imports ()
instance.rb Add Instance class to list admin records ()
media_attachment.rb Make PreviewCard records reuseable between statuses ()
mention.rb Misc tidying and clean ups ()
mute.rb annotate models ()
notification.rb Update Rails to version 5.1.1 ()
preview_card.rb Make PreviewCard records reuseable between statuses ()
remote_follow.rb rescue HTTP::ConnectionError in RemoteFollowController#create ()
remote_profile.rb Refactor UpdateRemoteProfileService ()
report.rb Add includes to Report#statuses ()
report_filter.rb
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
session_activation.rb Refactor Web::PushSubscription, remove welcome message ()
setting.rb Improve RuboCop rules (compatibility to Code Climate) ()
status.rb Make PreviewCard records reuseable between statuses ()
status_pin.rb Allow multiple pinned statuses to be shown and make them be ordered b… ()
stream_entry.rb Cover AccountsController more in spec ()
subscription.rb Periodically remove expired PuSH subscribers ()
tag.rb add validation to tag name ()
user.rb Use request.remote_ip instead of request.ip ()
web.rb