mastodon/app/models
Eugen Rochko 4a618908e8 Account deletion ()
* Add form for account deletion

* If avatar or header are gone from source, remove them

* Add option to have SuspendAccountService remove user record, add tests

* Exclude suspended accounts from search
..
concerns Improve RuboCop rules (compatibility to Code Climate) ()
form Account deletion ()
web annotate models ()
account.rb Account deletion ()
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 ()
conversation.rb Conditional validations no longer accept strings for if/unless ()
conversation_mute.rb Feature conversations muting ()
domain_block.rb annotate models ()
export.rb Settings export refactor ()
favourite.rb annotate models ()
feed.rb Fix - When redis feed is empty, fall back to database ()
follow.rb Introduce recent to Follow ()
follow_request.rb annotate models ()
import.rb annotate models ()
instance.rb Add Instance class to list admin records ()
media_attachment.rb Fix - Adjust quality settings of converted GIFs to reduce filesize ()
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 - Accept own ID for remote follow with and without preceding @ ()
remote_profile.rb Refactor UpdateRemoteProfileService ()
report.rb Add includes to Report#statuses ()
report_filter.rb Admin reports with accounts ()
setting.rb Improve RuboCop rules (compatibility to Code Climate) ()
status.rb Language detection defaults to nil ()
stream_entry.rb Cover AccountsController more in spec ()
subscription.rb Misc spec coverage improvements ()
tag.rb Fix tag search order and not to use tsvector ()
user.rb Correct validators so that existing error messages would look correct ()
web.rb Add extended about page stub