nextcloud-server/apps/settings
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
..
appinfo feat(settings): Cache app discover images to ensure privacy of users 2024-03-14 20:45:25 +07:00
composer feat: add setup check for needed mimetype migrations 2024-06-19 11:22:49 +07:00
css chore(assets): Recompile assets 2024-03-19 15:38:51 +07:00
data
img fix(settings): set viewBox on SVG icons 2024-01-22 23:54:45 +07:00
js feat(files): add Folder Preview ressource handler 2024-03-07 11:06:37 +07:00
l10n Fix(l10n): Update translations from Transifex 2024-07-04 00:21:40 +07:00
lib fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:32:39 +07:00
src fix(settings): Use axios directly for health check to preven URL sanitizing 2024-06-10 21:25:44 +07:00
templates feat: Update help entry name 2024-04-23 15:40:36 +07:00
tests fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:32:39 +07:00
.editorconfig
.gitignore
.l10nignore
openapi-administration.json feat: Add declarative settings 2024-03-12 13:56:54 +07:00
openapi-full.json chore(deps): Update openapi-extractor 2024-04-15 08:36:39 +07:00
openapi.json chore(deps): Update openapi-extractor 2024-04-15 08:36:39 +07:00