nextcloud/apps/settings/lib
MichaIng 22459ff159 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:47:31 +00:00
..
Activity Use user name cache in activity providers 2022-08-19 10:48:32 +02: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:47:31 +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 fix(search): Fix settings section icon color 2023-01-18 18:23:50 +00:00
Sections Rename personal Groupware settings section to "Availability" 2022-11-29 14:27:40 +01:00
Service Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
Settings Fix default phone region validation 2023-01-05 09:32:42 +00:00
SetupChecks adjust wording for database checks 2022-05-16 19:22:23 +02:00
UserMigration Add profile config migration 2022-09-01 15:27:37 +00:00
WellKnown Fix invalid date in security.txt 2022-11-04 10:11:05 +00:00
Hooks.php check disable_activity.email_address_changed_by_admin when email is changed by admin via the OCS API 2022-10-25 16:13:03 +02:00