nextcloud-server/lib
Ferdinand Thiessen 57c889f773
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-05 12:32:39 +07:00
..
composer feat: add setup check for needed mimetype migrations 2024-06-19 11:22:49 +07:00
l10n Fix(l10n): Update translations from Transifex 2024-07-04 00:21:40 +07:00
private fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:32:39 +07:00
public fix(federation): Fix missing protocol on CloudID remote 2024-06-27 13:00:43 +07:00
autoloader.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
base.php fix: Fix default values for ini var in lib/base.php 2024-04-30 10:53:53 +07:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +07:00