]> source.dussan.org Git - nextcloud-server.git/commit
Migrate MySQL utf8mb4 check to new SetupCheck API 42836/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 16 Jan 2024 10:30:08 +0000 (11:30 +0100)
committerCôme Chilliet <91878298+come-nc@users.noreply.github.com>
Tue, 23 Jan 2024 16:34:04 +0000 (17:34 +0100)
commit10664e952917094f7af15900421f0c0d50b860b8
tree2027c146cf1f0998b1b740760ec517a28810c93d
parenta09107af7a8a62862ec1e76cf8d518efc18f0d34
Migrate MySQL utf8mb4 check to new SetupCheck API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/settings/composer/composer/autoload_classmap.php
apps/settings/composer/composer/autoload_static.php
apps/settings/lib/AppInfo/Application.php
apps/settings/lib/Controller/CheckSetupController.php
apps/settings/lib/SetupChecks/MysqlUnicodeSupport.php [new file with mode: 0644]
apps/settings/tests/Controller/CheckSetupControllerTest.php
core/js/setupchecks.js
core/js/tests/specs/setupchecksSpec.js