nextcloud/lib
Louis Chemineau fe56b3ccc2 fix: Report duplicated extra files in integrity check
The `array_diff` is not comparing the array keys. This means that an extra key with an expected hash will not be reported. Using `array_diff_assoc` will report such files.

For example, copying `status.php` to `status 2.php`, will only be reported with the new version.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-02-26 13:26:38 +00:00
..
composer refactor: convert sanitize account properties repair step to background job 2025-02-24 15:23:20 +00:00
l10n Fix(l10n): Update translations from Transifex 2025-02-26 00:21:55 +00:00
private fix: Report duplicated extra files in integrity check 2025-02-26 13:26:38 +00:00
public fix: Change UserAgent to *cloud 2025-02-21 09:30:10 +00:00
unstable fix(lexicon): syntax 2025-01-14 10:38:15 -01:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php fix: Use the new countUsersTotal method where it makes sense 2025-01-14 12:38:02 +01:00
versioncheck.php feat(PHP): Allow PHP 8.4 2024-11-08 12:59:12 +01:00