Add migration tests for negative settings (#27012)
Fix incorrect PostgreSQL version check (#26979)
Fix performances of profile directory (#26842)
Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#26793)
Fix language settings for users having selected the `kmr` language (#26787)
Add admin notifications for new Mastodon versions (#26582)
Fix `AddUniqueIndexOnPreviewCardsStatuses` migration requiring PostgreSQL 12+ in some cases (#26737)
Change follow recommendation materialized view to be faster in most cases (#26545) Co-authored-by: Renaud Chaput <renchap@gmail.com>
Add support for `indexable` attribute on remote actors (#26485) Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Remove old non-unique index on preview_cards statuses join table (#26447)
Use migration classes in migrations where current definition conflicts with older (#26390)
Fix `preview_cards_statuses_pkey` not being reindexed concurrently (#26384)
Add alt text for preview card thumbnails (#26184)
Add primary key to preview_cards_statuses join table (includes deduplication migration) (#25243)
Fix crash in `tootctl status remove` and some old migrations (#26210)
Use heredoc SQL blocks in `AddFromAccountIdToNotifications` migration (#26178)
Add `published_at` attribute to preview cards (#26153)
Use valid email address for first account (#26114)
Rails 7.0 update (#25668)
Fix `Style/SlicingWithRange` cop (#25923)