nextcloud/apps/settings/lib
MichaIng 4018083ccf 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 09:55:36 +00:00
..
Activity Differenciate the activity depending on admin vs user action 2022-03-10 15:26:47 +01:00
AppInfo Transfer to settings app and register 2022-03-18 04:51:26 +00:00
BackgroundJobs Do not retain VerifyUserData job when lookup server is not available 2021-08-17 11:39:24 +02:00
Controller Fix interned strings buffer check if 0 free bytes 2023-01-23 09:55:36 +00:00
Events Update php licenses 2021-06-04 22:02:41 +02:00
Listener Differenciate the activity depending on admin vs user action 2022-03-10 15:26:47 +01:00
Mailer Introduce ISecureRandom::CHAR_ALPHANUMERIC 2021-07-08 15:11:31 +02:00
Middleware Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
Search Update php licenses 2021-06-04 22:02:41 +02:00
Sections Rename personal Groupware settings section to "Availability" 2022-12-16 16:09:54 +00:00
Service Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
Settings Rename setting name to reduce its length 2022-06-28 09:55:45 +00:00
SetupChecks adjust wording for database checks 2022-05-17 11:24:09 +00:00
UserMigration Skip avatar on failure 2022-05-31 00:19:14 +00:00
WellKnown Fix invalid date in security.txt 2022-11-04 10:14:49 +00:00
Hooks.php check disable_activity.email_address_changed_by_admin when email is changed by admin via the OCS API 2022-10-14 09:24:01 +00:00