mastodon/app/lib/admin/system_check
Claire 41517a4845
Fix spurious admin dashboard warning when using ElasticSearch 7.x ()
Some 7.x ElasticSearch versions support some 6.x nodes, thus the version check
is inadequate. I am not sure there is a good way to check if a server
implements all the 7.x APIs, so check server version and minimum wire version
instead.
..
base_check.rb Add customizable user roles ()
database_schema_check.rb Add customizable user roles ()
elasticsearch_check.rb Fix spurious admin dashboard warning when using ElasticSearch 7.x ()
message.rb
rules_check.rb Add customizable user roles ()
sidekiq_process_check.rb Change incoming activity processing to happen in `ingress` queue ()