Pasquale Tripodi

Results 20 comments of Pasquale Tripodi

Unfortunately, PHP 8.x is currently not supported but we are already working on that direction to make this soon happen.

You can physically remove the affected folders from storage and then run an occ files:scan on a path or user basis in order to update the oC filecache. Anyway, support...

The issue seems to be around the comparison done in https://github.com/owncloud/core/blob/master/lib/private/User/Session.php#L922 I propose to change `if ($user !== null && $dbToken->getLoginName() !== $user)` to `if ($user !== null && \strcasecmp...

@phil-davis thanks! closing then https://github.com/owncloud/core/pull/40280 ?

Can we get this reviewed and eventually merged, please? Thx.

Can we get this reviewed and eventually merged, please? Thx.

To be verified once latest core version is available over the online updater.

Proposed something at https://github.com/owncloud/core/pull/40841