nextcloud/lib/private/Share20
Thomas Citharel eb4dbdc8b1 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:41 +00:00
..
Exception chore: apply code style 2025-04-30 19:04:59 +02:00
DefaultShareProvider.php fix: Use default share folder of the user on share accept 2025-07-29 09:22:33 +00:00
GroupDeletedListener.php fix(Share20): Convert broken hooks to IEventListener 2025-03-04 07:58:21 +01:00
LegacyHooks.php chore: apply code style 2025-04-30 19:04:59 +02:00
Manager.php fix: Use default share folder of the user on share accept 2025-07-29 09:22:33 +00:00
ProviderFactory.php chore: Adapt ProviderFactory to change in DefaultShareProvider constructor 2025-08-05 15:05:31 +02:00
PublicShareTemplateFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Share.php chore: apply code style 2025-04-30 19:04:59 +02:00
ShareAttributes.php chore: apply code style 2025-04-30 19:04:59 +02:00
ShareDisableChecker.php fix(sharing): fix json decoding the list of groups excluded from sharing 2025-08-24 19:38:41 +00:00
ShareHelper.php chore: apply code style 2025-04-30 19:04:59 +02:00
UserDeletedListener.php fix(Share20): Convert broken hooks to IEventListener 2025-03-04 07:58:21 +01:00
UserRemovedListener.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00