nextcloud/lib
Louis Chemineau 3e95b60b58 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:23:02 +00:00
..
composer fix: replace null character when serializing 2025-02-05 18:49:52 +01:00
l10n Fix(l10n): Update translations from Transifex 2025-01-23 00:22:10 +00:00
private fix: Report duplicated extra files in integrity check 2025-02-26 13:23:02 +00:00
public fix(Http): Only allow valid HTTP status code values via template 2025-02-12 14:18:56 +01:00
autoloader.php Remove deprecated methods Util::writeLog and DIContainer::log 2023-09-25 10:37:12 +02:00
base.php fix: Fix default values for ini var in lib/base.php 2024-04-30 10:12:34 +00:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +02:00