nextcloud/lib
Côme Chilliet 916fbe81c6 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-05 13:58:49 +00:00
..
composer Merge pull request #30823 from nextcloud/work/profiler 2022-04-04 12:56:37 +02:00
l10n [tx-robot] updated from transifex 2022-04-05 02:28:03 +00:00
private Fix incorrect if conditions in View 2022-04-05 13:58:49 +00:00
public Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
versioncheck.php Drop PHP7.3 2022-01-25 17:25:08 +01:00