mastodon/app/models
Atsushi Yamamoto 402c19a924 Add preference setting for delete toot modal ()
* Set delete_modal preference to true by default
* Does not show confirmation modal if delete_modal is false
* Add ja translation for preference setting page
..
concerns Fix mutes_controller error and incorrect statuses_controller report ()
form Fix , fix , fix - 2FA requires confirmation to be enabled ()
web annotate models ()
account.rb Add coverage for ReportFilter and AccountFilter ()
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 Only call regeneration worker after first login after a 14 day break
follow.rb Introduce recent to Follow ()
follow_request.rb annotate models ()
import.rb annotate models ()
media_attachment.rb Specs for cleanup workers ()
mention.rb annotate models ()
mute.rb annotate models ()
notification.rb Remove arguments in association reader ()
preview_card.rb Fetch remote image using http.rb ()
remote_follow.rb Fix - Accept own ID for remote follow with and without preceding @ ()
report.rb annotate models ()
report_filter.rb Admin reports with accounts ()
setting.rb Refactor Setting ()
status.rb Cover AccountsController more in spec ()
stream_entry.rb Cover AccountsController more in spec ()
subscription.rb Misc spec coverage improvements ()
tag.rb annotate models ()
user.rb Add preference setting for delete toot modal ()
web.rb Add extended about page stub