Commit Graph

530 Commits (9e2f930eed8ac4653f795dd0c74e6ac2f11396cf)

Author SHA1 Message Date
S1m 4a2813158d
Add support for standard webpush ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Matt Jankowski b648c64e2e
Add `NOT NULL` requirement to columns on `polls` ()
Claire 85792cc375
Fix incorrect notification settings migration for non-followers ()
Jesse Karmani db749c7d2b
Fix down clause for notification policy v2 migrations ()
Matt Jankowski 978142ac9e
Add missing `NOT NULL` on more columns from "large but valid" tables ()
Matt Jankowski c68eb82ffa
Use explicit config loading from `bin/rubocop` ()
Matt Jankowski cf4595967b
Add `NOT NULL` requirement to columns on `account_conversations` ()
Matt Jankowski efc85e39a0
Add missing `NOT NULL` requirement to small, indexed, valid data tables ()
Matt Jankowski 708919ee93
Update deprecated `enum` style in older migrations ()
Matt Jankowski d56aa9031a
Disable `Naming/VariableNumber` cop in old migrations ()
Matt Jankowski 43702b95a2
Enable `Rails/ReversibleMigration` cop ()
Matt Jankowski d6241f6751
Fix `Rails/ThreeStateBooleanColumn` cop ()
Matt Jankowski e4e35ab134
Add NOT NULL requirement to account columns on `AccountPin` ()
Eugen Rochko 30aa0df88c
Add terms of service ()
Claire fbcd14ff7e
Always remove setting keys in legacy user settings migrations ()
Matt Jankowski a1143c522b
Add missing `on_delete: :cascade` foreign keys option ()
Eugen Rochko d29eddc401
Fix tag trend migration failing due to duplicate rows ()
Matt Jankowski 17c02c9210
Remove `thing_type` and `thing_id` columns from settings table ()
Matt Jankowski 4934242aca
Update schema/annotations after tag trend db/redis migrate ()
Eugen Rochko 48ea7552dd
Change hashtag trends to be stored in the database instead of redis ()
Co-authored-by: David Roetzel <david@roetzel.de>
Matt Jankowski 897cb1803e
Run `bin/rails db:schema:dump` under Rails 7.2 ()
Matt Jankowski f180880f65
Remove postgres version support check for `REINDEX` in migration ()
Eugen Rochko 90f4ffa31d
Fix performance of percentile calculation for annual reports ()
Jonny Saunders 9074c1fac9
Use `likes` and `shares` totalItems on status creations and updates ()
Matt Jankowski fae1de699c
Remove duplicate indexes from database ()
Claire a59160cf01
Add missing `on_delete: :cascade` on `notification_permissions` ()
Matt Jankowski 4cae309f6a
Fix `Rails/CreateTableWithTimestamps` cop ()
Claire 62a39d60ce
Fix rolling updates by moving DropEndToEndMessageTables to post-deployment migrations ()
Matt Jankowski 6f836c45aa
Remove `crypto` values from doorkeeper application/token `scopes` ()
Matt Jankowski 5405bdd344
Remove unused E2EE messaging code ()
Eugen Rochko e0c27a5047
Add ability to manage which websites can credit you in link previews ()
Matt Jankowski 4682804448
Fix `Rails/ReversibleMigration` cop for `remove_index` ()
David Roetzel 388d5473e1
Refactor (ruby) redis configuration ()
Matt Jankowski bcc4b1078c
Fix `Rails/RootPathnameMethods` cop ()
Claire cbdd8edf68
Revamp notification policy options ()
Emelia Smith 693d9b03ed
Enable OAuth PKCE Extension ()
Matt Jankowski 34626b8291
Update schema to reflect full `db:migrate` run results ()
Emelia Smith aa88aca0ad
Add optional OAuth application to reports ()
David Roetzel 35a437a03f
Destroy `NotificationRequest`s that are dismissed ()
Matt Jankowski 51f581e03e
Fix `Rails/ReversibleMigration` cop for `remove` ()
Matt Jankowski 528a7f57fa
Fix `Rails/ReversibleMigration` cop for `change_column` ()
Matt Jankowski 4651c0cb39
Fix `Rails/ReversibleMigrationMethodDefinition` cop ()
Claire 9e9613b286
Fix `mentions.account_id` and `mentions.status_id` not having `NOT NULL` database constraints ()
Emelia Smith e02d23b549
Change `read:me` scope to `profile` scope ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Claire 974335e414
Add experimental server-side notification grouping ()
Eugen Rochko 128987eded
Add support for `fediverse:creator` OpenGraph tag ()
Claire 00cf8d3748
Change older Paperclip database migrations for consistency ()
Claire 2bcbeed951
Add some error handling to OTP secret migration ()
Claire 1959365c2f
Add missing `on_delete: :cascade` on `notification_policies` ()
Claire 96fb6e491f
Revert "Migrate paperclip `_file_size` columns to bigint ()" ()