nextcloud-server/apps/settings/lib
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
..
Activity avoid using the word 'password' in the APP_TOKEN_CREATED activity 2023-01-02 10:40:08 +07:00
AppInfo Add .well-known/changepassword handler 2022-10-22 13:23:59 +07:00
BackgroundJobs Do not retain VerifyUserData job when lookup server is not available 2021-08-17 11:39:24 +07:00
Controller Check for opcache.file_cache_only=1 2023-02-15 18:55:50 +07:00
Events
Listener Differenciate the activity depending on admin vs user action 2022-03-10 15:26:47 +07:00
Mailer fix missing class in NewUserMailHelper and static code analysis errors 2023-01-03 16:23:41 +07:00
Middleware Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +07:00
Search fix(search): Fix settings section icon color 2023-01-18 07:18:42 +07:00
Sections Add Calendar settings section 2022-10-24 10:41:24 +07:00
Service Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +07:00
Settings Migrate to Symfony Mailer 2023-02-02 10:30:06 +07:00
SetupChecks adjust wording for database checks 2022-05-16 19:22:23 +07:00
UserMigration Add profile config migration 2022-09-01 15:27:37 +07:00
WellKnown Fix invalid date in security.txt 2022-11-04 07:54:57 +07: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:54:14 +07:00