nextcloud-server/lib/private/Share20
Thomas Citharel bfd0458e86 fix(sharing): fix json decoding the list of groups excluded from sharing
json_decode() returns stdclass by default instead of an associative object, which can't be used for
array_diff or array_intersect later

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2025-08-24 19:38:55 +07:00
..
Exception chore: Add SPDX header 2024-05-24 13:11:22 +07:00
DefaultShareProvider.php fix: Use default share folder of the user on share accept 2025-07-29 09:16:19 +07:00
GroupDeletedListener.php fix(Share20): Convert broken hooks to IEventListener 2025-03-04 07:56:59 +07:00
LegacyHooks.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Manager.php fix: Use default share folder of the user on share accept 2025-07-29 09:16:19 +07:00
ProviderFactory.php chore: Adapt ProviderFactory to change in DefaultShareProvider constructor 2025-08-05 11:59:34 +07:00
PublicShareTemplateFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Share.php fix: Ensure `label` is always a string 2025-01-26 20:00:33 +07:00
ShareAttributes.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
ShareDisableChecker.php fix(sharing): fix json decoding the list of groups excluded from sharing 2025-08-24 19:38:55 +07:00
ShareHelper.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
UserDeletedListener.php fix(Share20): Convert broken hooks to IEventListener 2025-03-04 07:56:59 +07:00
UserRemovedListener.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00