mastodon/lib
Claire 82556834cf
Change mastodon:setup to not call assets:precompile in docker ()
It appears assets are built during image build, and they shouldn't need
to be rebuilt, since we now have reproducible builds.
..
action_dispatch replace all instances of "ends_with?" with "end_with?" ()
active_record Use more robust hook for loading timestamp_id function into database ()
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 Remove MySQL-specific code from Mastodon::MigrationHelpers ()
paperclip Fixed code quality issues ()
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 Change mastodon:setup to not call assets:precompile in docker ()
templates Add post-deployment migration system ()
webpacker Add subresource integrity for JS and CSS assets ()
cli.rb Deal with collation-related index corruption ()
enumerable.rb Optimize map { ... }.compact calls ()
exceptions.rb Prepare Mastodon for zeitwerk autoloader ()