nextcloud/lib
Côme Chilliet aef9ba237f Fix incorrect if conditions in View
($something->getPermissions() && Constants::PERMISSION_READ) does not
  make sense as PERMISSION_READ contant is 1 this will always evaluate to
  true.
getPersmissions is returning an int which is a bitwise combination as
  documented in the interface, so it should be used with bit operators.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-14 11:03:34 +02:00
..
composer Update autoloaders and Node package-lock.json 2022-04-13 00:04:24 +02:00
l10n [tx-robot] updated from transifex 2022-04-07 02:27:49 +00:00
private Fix incorrect if conditions in View 2022-04-14 11:03:34 +02:00
public Fix avatar file return type 2022-03-04 04:32:29 +00:00
autoloader.php Update php licenses 2021-06-04 22:02:41 +02:00
base.php Build OC\Core\Application when running occ or cron to register listeners correctly 2022-03-22 10:36:20 +01:00
versioncheck.php Use proper exit code 2021-10-03 21:51:45 +02:00