Merge pull request #45201 from nextcloud/backport/45088/stable28

[stable28] fix(User\Manager): Avoid future collisions with updater/audit logs
This commit is contained in:
Joas Schilling 2024-05-07 09:47:01 +02:00 committed by GitHub
commit 46db517ff4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -768,6 +768,8 @@ class Manager extends PublicEmitter implements IUserManager {
'.ocdata',
'owncloud.log',
'nextcloud.log',
'updater.log',
'audit.log',
$appdata], true)) {
return false;
}