summaryrefslogtreecommitdiffstats
path: root/db
AgeCommit message (Expand)Author
2024-03-11Add hints for rules (#29539)Eugen Rochko
2024-03-08Fix interaction settings migration error when encountering no settings (#29529)Eugen Rochko
2024-03-07Add notification policies and notification requests (#29366)Eugen Rochko
2024-02-19Move "everyone" role and "instance actor" account magic number IDs to constan...Matt Jankowski
2024-02-06Use SQL heredoc on long statement lines in migrations (#29112)Matt Jankowski
2024-02-06Move length value mapping to constant in ids to bigints migration (#29048)Matt Jankowski
2024-02-06Remove migration base class switcher from `RailsSettingsMigration` (#29047)Matt Jankowski
2024-01-30Change materialized views to be refreshed concurrently to avoid locks (#29015)Eugen Rochko
2024-01-24Add annual reports for accounts (#28693)Eugen Rochko
2024-01-18Use AR `database_version` in PG version checks in migrations (#28804)Matt Jankowski
2024-01-10Remove `add_column_with_default` migration helper (#28654)Matt Jankowski
2024-01-09Fix ISO code for Canadian French (#26015)gunchleoc
2024-01-04Solve remaining `db/*migrate*` cops (#28579)Matt Jankowski
2024-01-04Add ability to require approval when users sign up using specific email domai...Claire
2024-01-03Solve `Abc/*` metrics for `db/*migrate*` files (#28568)Matt Jankowski
2023-12-19Change algorithm of follow recommendations (#28314)Eugen Rochko
2023-12-15Opt out of `Rails/SkipsModelValidations` cop in db/migrate (#28371)Matt Jankowski
2023-12-01Fix `Style/HashEachMethods` cop (#28173)Matt Jankowski
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