0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-13 07:53:51 +00:00
nextcloud_server/lib/private/IntegrityCheck
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
..
Exceptions Update php licenses 2021-06-04 22:02:41 +02:00
Helpers Remove some mentions of ownCloud from our api documentation 2021-07-29 15:56:30 +02:00
Iterator fix: skip the integrity check for nextcloud-init-sync.lock 2024-09-23 15:49:41 +00:00
Checker.php fix: Report duplicated extra files in integrity check 2025-02-26 13:23:02 +00:00