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

[stable28] fix(User\Manager): Avoid future collisions with updater/audit logs
backport/45058/stable28
Joas Schilling 2 weeks ago committed by GitHub
commit 46db517ff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save