about summary refs log tree commit diff
path: root/db/migrate
AgeCommit message (Expand)Author
2023-03-30Change user settings to be stored in a more optimal way (#23630)Eugen Rochko
2023-03-27Update strong-migrations-enabled migrations from 5.0 and 5.1 to 5.2 (#24275)Claire
2023-03-26Migration warning helper, and only run in production env (#24253)Matt Jankowski
2023-03-04Upgrade to latest redis-rb 4.x and fix deprecations (#23616)Jean byroot Boussier
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-20Audofix Rubocop Style/WordArray (#23739)Nick Schonning
2023-02-20Autofix Rubocop Style/EmptyMethod (#23732)Nick Schonning
2023-02-19Autofix Rubocop Style/StringLiterals (#23695)Nick Schonning
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-02-19Autofix Rubocop Style/BlockDelimiters (#23706)Nick Schonning
2023-02-18Enable Rubocop Style/NumericLiterals (#23647)Nick Schonning
2023-02-18Run rubocop formatting except line length (#23632)Nick Schonning
2023-02-17Autofix Rubocop Style/RaiseArgs (#23650)Nick Schonning
2022-11-04Fix featured tags not saving preferred casing (#19732)Eugen Rochko
2022-10-25Fix IP blocks not having a unique index (#19456)Eugen Rochko
2022-10-22Fix duplicate featured tags (#19403)Takeshi Umeda
2022-10-13Add image processing and generate blurhash for server thumbnail (#19348)Eugen Rochko
2022-10-10Remove/update old "tootsuite" references, except those needed for Docker (#19...Jeremy Kescher
2022-10-08Add support for language preferences for trending statuses and links (#18288)Eugen Rochko
2022-09-20Add ability to filter followed accounts' posts by language (#19095)Eugen Rochko
2022-08-28Add admin API for managing canonical e-mail blocks (#19067)Eugen Rochko
2022-08-25Add audit log entries for user roles (#19040)Eugen Rochko
2022-08-25Add ability to filter individual posts (#18945)Claire
2022-07-17Add ability to follow hashtags (#18809)Eugen Rochko
2022-07-13Change how hashtags are normalized (#18795)Eugen Rochko
2022-07-05Add customizable user roles (#18641)Eugen Rochko
2022-06-28Revamp post filtering system (#18058)Claire
2022-06-09Add administrative webhooks (#18510)Eugen Rochko
2022-04-29Remove IP matching from e-mail domain blocks (#18190)Eugen Rochko
2022-04-28Add some missing indexes on foreign keys (#18157)Claire
2022-04-26Fix instance actor being incorrectly created when running migrations (#18109)Claire
2022-03-17Fix wrong language code for Kurdish languages (#17812)Claire
2022-03-12Fix null values being included in some indexes (#17711)Eugen Rochko
2022-03-09Fix existing boosts possibly referencing deleted toots (#17730)Claire
2022-03-09Change how changes to media attachments are stored for edits (#17696)Eugen Rochko
2022-03-09Fix data integrity of featured tags (#17712)Eugen Rochko
2022-03-07Add `/api/v1/accounts/familiar_followers` to REST API (#17700)Eugen Rochko
2022-03-06Spelling (#17705)Josh Soref
2022-03-01Change authorized applications page (#17656)Eugen Rochko
2022-02-25Add trending statuses (#17431)Eugen Rochko
2022-02-24Change e-mail domain blocks to block IPs dynamically (#17635)Eugen Rochko
2022-02-22Fix various typos (#17621)luzpaz
2022-02-14Add appeals (#17364)Eugen Rochko
2022-01-30Fix some old migration scripts (#17394)Claire
2022-01-27Fix some old database migrations (#17379)Claire
2022-01-23Remove old duplicate index (#17245)Claire
2022-01-19Add support for editing for published statuses (#16697)Eugen Rochko
2022-01-17Add notifications for statuses deleted by moderators (#17204)Eugen Rochko
2022-01-16Remove IP tracking columns from users table (#16409)Eugen Rochko
2021-12-13Fix follow recommendation biased towards older accounts (#17126)Takeshi Umeda