nextcloud-server/apps/settings/lib
Ferdinand Thiessen 8fc498fb82
fix(IntegrityCheck): Ensure the check is run if no results are available
If there are no cached results the current implementation was also returning an empty array,
but this was the same as when there was a successful run.
So to distinguish this we return `null` if there are *no* results.
In this case we need to rerun the integrity checker.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-03 11:37:49 +07:00
..
Activity chore: Add SPDX header 2024-06-03 20:33:31 +07:00
AppInfo feat: add setup check for needed mimetype migrations 2024-06-18 14:46:19 +07:00
BackgroundJobs chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Command/AdminDelegation chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Controller fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-03 11:37:49 +07:00
Events chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Listener chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Mailer chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Middleware chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Search chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Sections chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Service chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Settings refactor: Use `IAppConfig` for setting cron type 2024-06-28 18:00:39 +07:00
SetupChecks fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-03 11:37:49 +07:00
UserMigration chore: Add SPDX header 2024-06-03 20:33:31 +07:00
WellKnown chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Hooks.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00
ResponseDefinitions.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00