nextcloud-server/apps/settings/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
..
Activity fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
AppInfo feat: add setup check for needed mimetype migrations 2024-06-19 11:22:49 +07:00
BackgroundJobs Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +07:00
Command/AdminDelegation feat(settings): add occ commands to handle admin delegation 2023-12-13 09:25:24 +07:00
Controller fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:32:39 +07:00
Events Update php licenses 2021-06-04 22:02:41 +07:00
Listener chore: Fix missing template parameter for IEventListener 2024-01-30 10:57:15 +07:00
Mailer fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Middleware feat: rename users to account or person 2024-02-13 21:06:30 +07:00
Search chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Sections First pass at ai admin settings 2023-08-02 12:37:35 +07:00
Service chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Settings feat(files_sharing): allow to specify allowed groups to share instead of excluded groups 2024-03-15 16:52:59 +07:00
SetupChecks fix(IntegrityCheck): Ensure the check is run if no results are available 2024-07-05 12:32:39 +07:00
UserMigration feat(UserMigration)!: 32-bit support 2023-05-05 17:59:57 +07:00
WellKnown fix(security): Update expiration date in security.txt 2024-03-28 11:09:23 +07:00
Hooks.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
ResponseDefinitions.php feat: Add declarative settings 2024-03-12 13:56:54 +07:00