mastodon/app/models/form
Eugen Rochko 27965ce5ed
Add trending statuses ()
* Add trending statuses

* Fix dangling items with stale scores in localized sets

* Various fixes and improvements

- Change approve_all/reject_all to approve_accounts/reject_accounts
- Change Trends::Query methods to not mutate the original query
- Change Trends::Query#skip to offset
- Change follow recommendations to be refreshed in a transaction

* Add tests for trending statuses filtering behaviour

* Fix not applying filtering scope in controller
..
account_batch.rb Fix Sidekiq warnings about JSON serialization ()
admin_settings.rb Change auto-following admin-selected accounts, show in recommendations ()
challenge.rb Add password challenge to 2FA settings, e-mail notifications ()
custom_emoji_batch.rb Cache result of SQL ()
delete_confirmation.rb Fix 2FA challenge and password challenge for non-database users ()
email_domain_block_batch.rb Change e-mail domain blocks to block IPs dynamically ()
ip_block_batch.rb Add IP-based rules ()
redirect.rb Remove dependency on goldfinger gem ()
two_factor_confirmation.rb Fix TOTP codes not being filtered from logs during enabling/disabling ()