nextcloud/lib/private/Share20
Daniel Calviño Sánchez 483305c9e4
fix: Handle missing share providers when promoting reshares
The provider for mail shares is not available when the "sharebymail" app
is disabled, and in that case a "ProviderException" is thrown when
trying to get it.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-04-14 09:39:02 +02:00
..
Exception Update php licenses 2021-06-04 22:02:41 +02:00
DefaultShareProvider.php fix: Exclude non accepted shares when computing access list 2025-01-30 11:07:28 +01:00
GroupDeletedListener.php fix(Share20): Convert broken hooks to IEventListener 2025-03-04 08:00:59 +01:00
LegacyHooks.php feat!: Migrate Share accepted event to typed event 2023-07-28 14:11:20 +02:00
Manager.php fix: Handle missing share providers when promoting reshares 2025-04-14 09:39:02 +02:00
ProviderFactory.php fix(files_sharing): Delete user shares if needed when user is removed from a group 2024-08-13 14:32:43 +02:00
PublicShareTemplateFactory.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Share.php fix(shareManager): Respect empty expireDate in server 2024-05-29 12:58:37 +01:00
ShareAttributes.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ShareDisableChecker.php feat(files_sharing): allow to specify allowed groups to share instead of excluded groups 2024-03-15 16:52:59 +01:00
ShareHelper.php composer run cs:fix 2023-01-20 11:45:08 +01:00
UserDeletedListener.php fix(Share20): Convert broken hooks to IEventListener 2025-03-04 08:00:59 +01:00
UserRemovedListener.php composer run cs:fix 2023-01-20 11:45:08 +01:00