nextcloud/apps/settings/tests
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 +02:00
..
Activity chore: Add SPDX header 2024-06-03 20:33:31 +02:00
AppInfo chore: Add SPDX header 2024-06-03 20:33:31 +02:00
Controller Merge pull request #43942 from nextcloud/fix/43612/avoid-pwd-confirm-sso 2024-06-07 11:25:36 +02:00
Mailer chore: Add SPDX header 2024-06-03 20:33:31 +02:00
Middleware chore: Add SPDX header 2024-06-03 20:33:31 +02:00
Settings refactor: Use IAppConfig for setting cron type 2024-06-28 18:00:39 +02:00
SetupChecks fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-03 11:37:49 +02:00
UserMigration test(settings): fix AccountMigratorTest when using PNG avatars 2024-06-14 15:52:21 +02:00