mastodon/app/models
Claire 30ce6e395c
Fix user email address being banned on self-deletion ()
* Add tests

* Fix user email address being banned on self-deletion

Fixes 
..
account_suggestions Change auto-following admin-selected accounts, show in recommendations ()
admin Add management of delivery availability in Federation settings ()
concerns Add authentication history ()
form Change auto-following admin-selected accounts, show in recommendations ()
web Add `policy` param to `POST /api/v1/push/subscriptions` ()
account.rb Fix user email address being banned on self-deletion ()
account_alias.rb Remove dependency on goldfinger gem ()
account_conversation.rb allow pagination by min_id and max_id ()
account_deletion_request.rb Change account suspensions to be reversible by default ()
account_domain_block.rb Fix crash when saving invalid domain name ()
account_filter.rb Fix admins being able to suspend their instance actor ()
account_identity_proof.rb Fix Keybase verification using wrong domain for remote accounts ()
account_migration.rb Fix race conditions on account migration creation ()
account_moderation_note.rb
account_note.rb Add user notes on accounts ()
account_pin.rb Add API endpoint to list featured accounts (fixes ) ()
account_stat.rb Fix upgrade path from 3.4.0 ()
account_suggestions.rb Change auto-following admin-selected accounts, show in recommendations ()
account_summary.rb Fix FollowRecommendationsScheduler failing because of unpopulated views ()
account_warning.rb Add account sensitized ()
account_warning_preset.rb Add titles to warning presets in admin UI ()
admin.rb
announcement.rb Change order of announcements in admin page to sort them newest-first ()
announcement_filter.rb Add announcements ()
announcement_mute.rb Add announcements ()
announcement_reaction.rb Add announcements ()
application_record.rb Fix records not being indexed sometimes ()
backup.rb Add announcements ()
block.rb
bookmark.rb Add announcements ()
canonical_email_block.rb Add canonical e-mail blocks for suspended accounts ()
context.rb
conversation.rb Revert "Remove conversation URI ()" ()
conversation_mute.rb
custom_emoji.rb Add separate cache directory for non-local uploads ()
custom_emoji_category.rb Add batch actions and categories to admin UI for custom emojis ()
custom_emoji_filter.rb Various fixes and improvements ()
custom_filter.rb Optimize map { ... }.compact calls ()
device.rb Add E2EE API ()
domain_allow.rb Fix performance on instances list in admin UI ()
domain_block.rb Add option to obfuscate domain name in public list of domain blocks ()
email_domain_block.rb Add option to include resolved DNS records when blacklisting e-mail domains in admin UI ()
encrypted_message.rb Change Redis#exists calls to Redis#exists? to avoid deprecation warning ()
export.rb Add import/export feature for bookmarks ()
favourite.rb Fix unnecessary queries when batch-removing statuses, 100x faster ()
featured_tag.rb Fix featured tags not finding the right tag on save ()
feed.rb allow pagination by min_id and max_id ()
follow.rb Fix being able to import more than allowed number of follows ()
follow_recommendation.rb Fix FollowRecommendationsScheduler failing because of unpopulated views ()
follow_recommendation_filter.rb Add cold-start follow recommendations ()
follow_recommendation_suppression.rb Add cold-start follow recommendations ()
follow_request.rb Fix edge case where accepted follow cannot be processed because of follow limit ()
home_feed.rb Fix rubocop config and warnings ()
identity.rb Change identities id column to a bigint ()
import.rb Fix follow limit preventing re-following of a moved account ()
instance.rb Add management of delivery availability in Federation settings ()
instance_filter.rb Add management of delivery availability in Federation settings ()
invite.rb Change account suspensions to be reversible by default ()
invite_filter.rb Various fixes and improvements ()
ip_block.rb Add IP-based rules ()
list.rb Improve account deletion performances further ()
list_account.rb Add abilityto add oneself to lists ()
list_feed.rb Fix rubocop config and warnings ()
login_activity.rb Add authentication history ()
marker.rb Add timeline read markers API ()
media_attachment.rb Fix media processing getting stuck on too much stdin/stderr ()
mention.rb Improve support for aspects/circles ()
message_franking.rb Add E2EE API ()
mute.rb Add duration parameter to muting. ()
notification.rb Prepare Mastodon for Rails 6 ()
one_time_key.rb Add E2EE API ()
poll.rb Fix rubocop config and warnings ()
poll_vote.rb Add optimistic lock to avoid race conditions when handling votes ()
preview_card.rb Bump rubocop from 0.86.0 to 0.88.0 ()
public_feed.rb Fix rubocop config and warnings ()
relationship_filter.rb Fix followings list order | Issue ()
relay.rb Fix enable/disable relay failures ()
remote_follow.rb Remove dependency on goldfinger gem ()
report.rb Update Mastodon to Rails 6.1 ()
report_filter.rb Add ability to filter reports by origin of target account ()
report_note.rb Fix scope latest of ReportNote ()
rule.rb Add server rules ()
scheduled_status.rb Fix deleting a scheduled status immediately deleting media attachments ()
search.rb
session_activation.rb Add Ruby 3.0 support ()
setting.rb Use Rails' index_by where it makes sense ()
site_upload.rb Improvements to image upload validation and creation ()
status.rb Fix nil error when removing status caused by race condition ()
status_pin.rb
status_stat.rb Reset status cache when status_stat or media_attachment updates ()
system_key.rb Add E2EE API ()
tag.rb Change trending hashtags to be affected be reblogs ()
tag_feed.rb Fix rubocop config and warnings ()
tag_filter.rb Change trending hashtags to be affected be reblogs ()
tombstone.rb Record deleted(by mod) status to prevent re-appear ()
trending_tags.rb Change trending hashtags to be affected be reblogs ()
unavailable_domain.rb Fix performance on instances list in admin UI ()
user.rb Add ability to skip sign-in token authentication for specific users ()
user_invite_request.rb Add "why do you want to join" field to invite requests ()
web.rb
webauthn_credential.rb Fix validates :sign_count of WebauthnCredential ()