]> source.dussan.org Git - nextcloud-server.git/commit
Merge writable temporary space check with the s3 one, and improve 42839/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 18 Jan 2024 14:32:24 +0000 (15:32 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 25 Jan 2024 10:47:30 +0000 (11:47 +0100)
commit9add64f30e53af816d93161118562b2743a8a122
treefb4f88bdbd0e7544c9451eb5752af986b6ebfef4
parentccbc5fc273d83c22e30900674151152a17ca825b
Merge writable temporary space check with the s3 one, and improve

It will now show available space and path of both PHP and Nextcloud
 temporary directories if they differ.

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/TempSpaceAvailable.php [new file with mode: 0644]
apps/settings/lib/SetupChecks/TempSpaceAvailableIfS3PrimaryStorage.php [deleted file]
apps/settings/tests/Controller/CheckSetupControllerTest.php
core/js/setupchecks.js
core/js/tests/specs/setupchecksSpec.js