summaryrefslogtreecommitdiffstats
path: root/db
AgeCommit message (Expand)Author
2024-10-07Add missing `on_delete: :cascade` on `notification_permissions` (#32281)Claire
2024-10-04Fix `Rails/CreateTableWithTimestamps` cop (#30836)Matt Jankowski
2024-09-19Fix rolling updates by moving DropEndToEndMessageTables to post-deployment mi...Claire
2024-09-18Remove `crypto` values from doorkeeper application/token `scopes` (#31945)Matt Jankowski
2024-09-18Remove unused E2EE messaging code (#31193)Matt Jankowski
2024-09-10Add ability to manage which websites can credit you in link previews (#31819)Eugen Rochko
2024-09-03Fix `Rails/ReversibleMigration` cop for `remove_index` (#30832)Matt Jankowski
2024-09-02Refactor (ruby) redis configuration (#31694)David Roetzel
2024-08-26Fix `Rails/RootPathnameMethods` cop (#31582)Matt Jankowski
2024-08-09Revamp notification policy options (#31343)Claire
2024-07-26Enable OAuth PKCE Extension (#31129)Emelia Smith
2024-07-25Update schema to reflect full `db:migrate` run results (#31128)Matt Jankowski
2024-07-16Add optional OAuth application to reports (#30539)Emelia Smith
2024-07-12Destroy `NotificationRequest`s that are dismissed (#31008)David Roetzel
2024-06-26Fix `Rails/ReversibleMigration` cop for `remove` (#30833)Matt Jankowski
2024-06-26Fix `Rails/ReversibleMigration` cop for `change_column` (#30835)Matt Jankowski
2024-06-21Fix `Rails/ReversibleMigrationMethodDefinition` cop (#30794)Matt Jankowski
2024-06-07Fix `mentions.account_id` and `mentions.status_id` not having `NOT NULL` data...Claire
2024-06-06Change `read:me` scope to `profile` scope (#30357)Emelia Smith
2024-06-03Add experimental server-side notification grouping (#29889)Claire
2024-05-29Add support for `fediverse:creator` OpenGraph tag (#30398)Eugen Rochko
2024-05-20Change older Paperclip database migrations for consistency (#30204)Claire
2024-05-20Add some error handling to OTP secret migration (#30344)Claire
2024-05-10Add missing `on_delete: :cascade` on `notification_policies` (#30251)Claire
2024-05-07Revert "Migrate paperclip `_file_size` columns to bigint (#29263)" (#30203)Claire
2024-05-06Migrate paperclip `_file_size` columns to bigint (#29263)Matt Jankowski
2024-05-02Update `devise-two-factor` to version 5.0.0 (#28325)Matt Jankowski
2024-04-24Remove column defaults for `status_pins` timestamp columns (#29261)Matt Jankowski
2024-04-22Fix Rubocop `Rails/UniqueValidationWithoutIndex` cop (#27461)Matt Jankowski
2024-04-16Fix development environment admin account not being auto-approved (#29958)Claire
2024-03-26Use `upsert_all` and `insert_all` to reduce back-and-forth in costly migratio...Claire
2024-03-22Remove obsolete `admin` and `moderator` columns from `users` table (#29718)Claire
2024-03-22Change `AccountRelationshipSeveranceEvent` model to store lost followers and ...Claire
2024-03-21Fix notification policy migration not preserving `filter_private_mentions` co...Claire
2024-03-20Fix error when attempting to delete posts that triggered a notification reque...Claire
2024-03-20Fix account_relationship_severance_events unique indexes (#29665)Claire
2024-03-20Add notifications of severed relationships (#27511)Claire
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