mastodon/app/models
Eugen Rochko 3e90987c8b Fix some rubocop style issues ()
..
concerns Fix AccountFinderConcern::AccountFinder#with_usernames ()
form Default follows for new users ()
web Fix some rubocop style issues ()
account.rb Display moderator badge (green), admin badge changed to red ()
account_domain_block.rb Update model annotations to use BIGINT for IDs ()
account_filter.rb Improve admin UI for custom emojis, add copy/disable/enable ()
account_moderation_note.rb Update model annotations to use BIGINT for IDs ()
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
block.rb Update model annotations to use BIGINT for IDs ()
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
conversation.rb Update model annotations to use BIGINT for IDs ()
conversation_mute.rb Update model annotations to use BIGINT for IDs ()
custom_emoji.rb Update model annotations to use BIGINT for IDs ()
custom_emoji_filter.rb Improve admin UI for custom emojis, add copy/disable/enable ()
domain_block.rb Update model annotations to use BIGINT for IDs ()
email_domain_block.rb Add uniqueness to block email domains ()
export.rb Settings export refactor ()
favourite.rb Update model annotations to use BIGINT for IDs ()
feed.rb Non-Serial ("Snowflake") IDs ()
follow.rb Update model annotations to use BIGINT for IDs ()
follow_request.rb Update model annotations to use BIGINT for IDs ()
import.rb Update model annotations to use BIGINT for IDs ()
instance.rb Add Instance class to list admin records ()
instance_filter.rb Add instance search feature ()
media_attachment.rb Update model annotations to use BIGINT for IDs ()
mention.rb Update model annotations to use BIGINT for IDs ()
mute.rb Optional notification muting ()
notification.rb Update model annotations to use BIGINT for IDs ()
preview_card.rb Update model annotations to use BIGINT for IDs ()
remote_follow.rb rescue HTTP::ConnectionError in RemoteFollowController#create ()
remote_profile.rb Introduce OStatus::TagManager ()
report.rb Update model annotations to use BIGINT for IDs ()
report_filter.rb Admin reports with accounts ()
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
session_activation.rb Update model annotations to use BIGINT for IDs ()
setting.rb Update model annotations to use BIGINT for IDs ()
site_upload.rb Update model annotations to use BIGINT for IDs ()
status.rb Update model annotations to use BIGINT for IDs ()
status_pin.rb Update model annotations to use BIGINT for IDs ()
stream_entry.rb Update model annotations to use BIGINT for IDs ()
subscription.rb Update model annotations to use BIGINT for IDs ()
tag.rb Update model annotations to use BIGINT for IDs ()
user.rb Delegate some methods of User to @settings ()
web.rb Add extended about page stub