mastodon/app/models
Eugen Rochko 2dd30804b6
Change how unconfirmed accounts are displayed in admin UI ()
Fix 
..
account_suggestions Fix error in suggestions API due to typo ()
admin Fix statuses not being referenced in strike when category is spam ()
concerns Fix edits with no actual changes being allowed ()
form Add trending statuses ()
trends Add offset pagination to trends in REST API ()
web Add `policy` param to `POST /api/v1/push/subscriptions` ()
account.rb Change how unconfirmed accounts are displayed in admin UI ()
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 Add appeals ()
account_migration.rb Fix race conditions on account migration creation ()
account_moderation_note.rb Update dependencies for Ruby (2018-04-23) ()
account_note.rb Fix AccountNote not having a maximum length ()
account_pin.rb Add API endpoint to list featured accounts (fixes ) ()
account_stat.rb Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) ()
account_statuses_cleanup_policy.rb Add option to automatically delete toots after one week ()
account_statuses_filter.rb Fix performance of account timelines ()
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 ability to mark statuses as sensitive from reports in admin UI ()
account_warning_preset.rb Add titles to warning presets in admin UI ()
admin.rb Add logging of admin actions ()
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 ()
appeal.rb Fix issues when attempting to appeal an old strike ()
application_record.rb Fix records not being indexed sometimes ()
backup.rb Add announcements ()
block.rb Store URIs of follows, follow requests and blocks for ActivityPub ()
bookmark.rb Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) ()
canonical_email_block.rb Add ability for admins to delete canonical email blocks ()
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
conversation.rb Revert "Remove conversation URI ()" ()
conversation_mute.rb Update dependencies for Ruby (2018-04-23) ()
custom_emoji.rb Switch from unmaintained paperclip to kt-paperclip ()
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 Fix a type error in domain_block policies ()
email_domain_block.rb Change e-mail domain blocks to block IPs dynamically ()
encrypted_message.rb Change Redis#exists calls to Redis#exists? to avoid deprecation warning ()
export.rb Add import/export feature for bookmarks ()
favourite.rb Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) ()
featured_tag.rb Fix data integrity of featured tags ()
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 Fix nil error when viewing suspended domain in admin UI ()
instance_filter.rb Change design of federation pages in admin UI ()
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 edits with no actual changes being allowed ()
mention.rb Improve support for aspects/circles ()
message_franking.rb Add E2EE API ()
mute.rb Add duration parameter to muting. ()
notification.rb Add `types` param to `GET /api/v1/notifications` in REST API ()
one_time_key.rb Add E2EE API ()
poll.rb Fix poll votes not being properly reset on poll change ()
poll_vote.rb Add optimistic lock to avoid race conditions when handling votes ()
preview_card.rb Fix individually approved/rejected statuses/links showing as pending review ()
preview_card_provider.rb Add trending links ()
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 Change how changes to media attachments are stored for edits ()
report_filter.rb Add notifications for statuses deleted by moderators ()
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 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
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 edits with no actual changes being allowed ()
status_edit.rb Add polls and media attachments to edit comparison modal in web UI ()
status_pin.rb Add feature to automatically delete old toots ()
status_stat.rb Reset status cache when status_stat or media_attachment updates ()
system_key.rb Add E2EE API ()
tag.rb Fix error on trending hashtags/links pages in admin UI due to missing constant ()
tag_feed.rb Fix rubocop config and warnings ()
tombstone.rb Record deleted(by mod) status to prevent re-appear ()
trends.rb Add trending statuses ()
unavailable_domain.rb Fix performance on instances list in admin UI ()
user.rb Change how unconfirmed accounts are displayed in admin UI ()
user_invite_request.rb Add "why do you want to join" field to invite requests ()
user_ip.rb Remove IP tracking columns from users table ()
web.rb
webauthn_credential.rb Fix validates :sign_count of WebauthnCredential ()