nextcloud-server/apps/settings/lib/Controller
MichaIng 7e725c5d94
Check for opcache.file_cache_only=1
which disables shared memory based OPcache with disk file cache used only, if enabled. In this case, "opcache.memory_consumption" and others do not apply, so show the correct performance recommendation to enable memory cache.

Signed-off-by: MichaIng <micha@dietpi.com>
2023-02-15 18:55:50 +07:00
..
AdminSettingsController.php
AppSettingsController.php Extract $ignoreMaxApps from array_map callback in AppSettingsController 2022-10-22 20:03:02 +07:00
AuthSettingsController.php Limit the length of app password names 2022-03-23 10:47:56 +07:00
AuthorizedGroupController.php
ChangePasswordController.php Add a const for the max user password length 2023-01-04 11:23:43 +07:00
CheckSetupController.php Check for opcache.file_cache_only=1 2023-02-15 18:55:50 +07:00
CommonSettingsTrait.php Add section-id and section-type data attributes to settings <li> navigation items 2022-12-05 12:19:21 +07:00
HelpController.php Help pages: set window title for sidebar sections 2022-11-22 09:31:28 +07:00
LogSettingsController.php
MailSettingsController.php Migrate to Symfony Mailer 2023-02-02 10:30:06 +07:00
PersonalSettingsController.php
ReasonsController.php
TwoFactorSettingsController.php
UsersController.php Fix case sensitivity of email when saving settings 2022-12-16 17:47:42 +07:00
WebAuthnController.php