mastodon/lib
Eugen Rochko 6e50134a42
Add trending links ()
* Add trending links

* Add overriding specific links trendability

* Add link type to preview cards and only trend articles

Change trends review notifications from being sent every 5 minutes to being sent every 2 hours

Change threshold from 5 unique accounts to 15 unique accounts

* Fix tests
..
action_dispatch replace all instances of "ends_with?" with "end_with?" ()
active_record Remove dependency on pluck_each gem ()
assets Add emoji autosuggest ()
chewy/strategy Fix unnecessary queries when batch-removing statuses, 100x faster ()
devise Fix authentication before 2FA challenge ()
generators Add post-deployment migration system ()
json_ld Fixed code quality issues ()
mastodon Add trending links ()
paperclip Fix upload of remote media with OpenStack Swift sometimes failing ()
rails Fix obsolete digitalocean.rake file breaking rake tasks ()
redis Change Redis#exists calls to Redis#exists? to avoid deprecation warning ()
sanitize_ext Prepare Mastodon for zeitwerk autoloader ()
tasks Add trending links ()
templates Add post-deployment migration system ()
terrapin Add Ruby 3.0 support ()
webpacker Add subresource integrity for JS and CSS assets ()
cli.rb Fix tootctl self-destruct not sending Delete activities for recently-suspended accounts ()
enumerable.rb Optimize map { ... }.compact calls ()
exceptions.rb Fix media redownload worker retrying on unexpected response codes ()