nextcloud-server/apps/settings/lib/Controller
MichaIng 03390ee791 Fix interned strings buffer check if 0 free bytes
With #32902 it was meant to be avoided to recommend raising the interned strings buffer size above a quarter of the total OPcache size. This works as long as there is at least 1 byte free, but does not apply if the buffer is filled completely.

This commit switches the conditions so that the interned strings buffer size must be smaller than a quarter of the total OPcache size for the warning to be shown. That the buffer must be either filled completely or by more than 90% remains untouched.

Signed-off-by: MichaIng <micha@dietpi.com>
2023-01-23 08:55:35 +07:00
..
AdminSettingsController.php Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +07:00
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 Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +07:00
ChangePasswordController.php Add a const for the max user password length 2023-01-04 11:23:43 +07:00
CheckSetupController.php Fix interned strings buffer check if 0 free bytes 2023-01-23 08:55:35 +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 Update php licenses 2021-06-04 22:02:41 +07:00
MailSettingsController.php show if the mail server settings are not set or verified 2022-02-03 20:16:35 +07:00
PersonalSettingsController.php Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +07:00
ReasonsController.php Update php licenses 2021-06-04 22:02:41 +07:00
TwoFactorSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
UsersController.php Fix case sensitivity of email when saving settings 2022-12-16 17:47:42 +07:00
WebAuthnController.php Update php licenses 2021-06-04 22:02:41 +07:00