nextcloud/apps/settings
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
..
appinfo set defaultEnabled in shipped.json 2022-09-15 08:15:33 -01:00
composer Rebuild autoloader 2022-09-20 10:33:26 +02:00
css fix remaining user settings issues 2022-11-23 23:51:17 +00:00
data Fix duplicate sentence in 'Reasons to use Nextcloud.pdf' 2020-09-15 11:12:23 +02:00
img Add missing viewbox to SVGs 2022-09-20 10:21:57 +02:00
js Remake locale saving with Vue 2022-09-16 19:02:18 +00:00
l10n Fix(l10n): 🔠 Update translations from Transifex 2023-01-22 02:25:34 +00:00
lib Fix interned strings buffer check if 0 free bytes 2023-01-23 09:47:31 +00:00
src Replace custom tooltips with native tooltips 2023-01-20 09:32:32 +01:00
templates Fix disabled federated scope 2022-10-28 19:50:40 +00:00
tests Add unit test for case insensitive email saving 2022-12-16 21:52:16 +00:00
.editorconfig Move settings to an app 2019-09-28 09:39:28 +00:00
.gitignore Move settings to an app 2019-09-28 09:39:28 +00:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00