mastodon/app/models
Eugen Rochko f391a4673a Periodically remove expired PuSH subscribers ()
..
concerns Add ActivityPub inbox ()
form Improve admin page ()
web fix(web_push_notifications): Send message with welcome notifications ()
account.rb Do not try to re-subscribe to unsubscribed accounts ()
account_domain_block.rb Add buttons to block and unblock domain ()
account_filter.rb Add coverage for ReportFilter and AccountFilter ()
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
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 Settings export refactor ()
favourite.rb annotate models ()
feed.rb Remove sort in Feed ()
follow.rb Introduce recent to Follow ()
follow_request.rb annotate models ()
import.rb Fix boolean columns sometimes having a null value ()
instance.rb Add Instance class to list admin records ()
media_attachment.rb Explicitly require MIME::Types ()
mention.rb Misc tidying and clean ups ()
mute.rb annotate models ()
notification.rb Update Rails to version 5.1.1 ()
preview_card.rb Fetch remote image using http.rb ()
remote_follow.rb Fix RemoteFollow behavior ()
remote_profile.rb Refactor UpdateRemoteProfileService ()
report.rb Add includes to Report#statuses ()
report_filter.rb Admin reports with accounts ()
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
session_activation.rb Web Push Notifications ()
setting.rb Improve RuboCop rules (compatibility to Code Climate) ()
status.rb Fix , fix - Store emojis as unicode ()
stream_entry.rb Cover AccountsController more in spec ()
subscription.rb Periodically remove expired PuSH subscribers ()
tag.rb add validation to tag name ()
user.rb Add rake task mastodon:feeds:build to regenerate all active users' feeds ()
web.rb Add extended about page stub