summaryrefslogtreecommitdiffstats
path: root/db
AgeCommit message (Expand)Author
2023-11-13Change link previews to keep original URL from the status (#27312)Eugen Rochko
2023-11-06Fix `Rails/BulkChangeTable` cop (#26890)Matt Jankowski
2023-10-19Fix `Lint/UselessAssignment` cop (#27472)Matt Jankowski
2023-10-18Fix `Naming/VariableNumber` cop (#27447)Matt Jankowski
2023-09-21Add migration tests for negative settings (#27012)Claire
2023-09-19Fix incorrect PostgreSQL version check (#26979)Claire
2023-09-07Fix performances of profile directory (#26842)Claire
2023-09-05Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#...Claire
2023-09-04Fix language settings for users having selected the `kmr` language (#26787)Claire
2023-09-01Add admin notifications for new Mastodon versions (#26582)Claire
2023-08-31Fix `AddUniqueIndexOnPreviewCardsStatuses` migration requiring PostgreSQL 12+...Claire
2023-08-18Change follow recommendation materialized view to be faster in most cases (#2...Claire
2023-08-14Add support for `indexable` attribute on remote actors (#26485)Claire
2023-08-14Remove old non-unique index on preview_cards statuses join table (#26447)Claire
2023-08-09Use migration classes in migrations where current definition conflicts with o...Matt Jankowski
2023-08-08Fix `preview_cards_statuses_pkey` not being reindexed concurrently (#26384)Claire
2023-08-03Add alt text for preview card thumbnails (#26184)Christian Schmidt
2023-08-03Add primary key to preview_cards_statuses join table (includes deduplication ...Claire
2023-08-02Fix crash in `tootctl status remove` and some old migrations (#26210)Claire
2023-07-26Use heredoc SQL blocks in `AddFromAccountIdToNotifications` migration (#26178)Matt Jankowski
2023-07-25Add `published_at` attribute to preview cards (#26153)Eugen Rochko
2023-07-23Use valid email address for first account (#26114)Christian Schmidt
2023-07-13Rails 7.0 update (#25668)Matt Jankowski
2023-07-12Fix `Style/SlicingWithRange` cop (#25923)Matt Jankowski
2023-07-12Enable Rubocop Style/FrozenStringLiteralComment (#23793)Nick Schonning
2023-07-04Fix forgotten unconfirmed_email migration file (#25702)Claire
2023-07-02Add users index on unconfirmed_email (#25672)Claire
2023-07-02Add superapp index on `oauth_applications` (#25670)Claire
2023-07-02Revert "Rails 7 update" (#25667)Eugen Rochko
2023-07-02Rails 7 update (#24241)Matt Jankowski
2023-06-30Add index to backups on `user_id` column (#25647)Matt Jankowski
2023-06-10Add time zone preference (#25342)Eugen Rochko
2023-06-07Fix compatibility of recent migration with PostgreSQL 10 (#25324)Claire
2023-06-06Add webhook templating (#23289)Eugen Rochko
2023-06-05Add exclusive lists (#22048)Darius Kazemi
2023-06-01Add missing primary keys to `accounts_tags` and `statuses_tags` (#25210)Claire
2023-05-25Improve various queries against account domains (#25126)Claire
2023-05-23Fix Performance/MapCompact cop (#24797)Matt Jankowski
2023-05-02Change lists to be able to include accounts with pending follow requests (#19...Claire
2023-05-02Rewrite import feature (#21054)Claire
2023-05-02Fix n+1 query in settings migration (#24783)Eugen Rochko
2023-05-01Fix transaction around settings migration (#24761)Eugen Rochko
2023-04-30Fix Rails/SquishedSQLHeredocs cop (#24694)Matt Jankowski
2023-04-27Drop EOL Ruby 2.7 (#24237)Nick Schonning
2023-04-07Fix user settings migration script failing in some cases (#24453)Claire
2023-03-30Change user settings to be stored in a more optimal way (#23630)Eugen Rochko
2023-03-29Wrap db:setup with Chewy.strategy(:mastodon) (#24302)Robert R George
2023-03-27Update strong-migrations-enabled migrations from 5.0 and 5.1 to 5.2 (#24275)Claire
2023-03-26Reset model in migration after removing column (#24250)Matt Jankowski
2023-03-26Migration warning helper, and only run in production env (#24253)Matt Jankowski