0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-12 03:59:16 +00:00
nextcloud_server/lib/public/Share
Ferdinand Thiessen 3d136e4466
fix: Add acceptShare as an interface
It was commented out because at that time no other share provider
supported the `acceptShare` method. Today it is the same no other provider
supports it, but we should make it discoverable by adding it to the public API
as an additional interface.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-30 15:25:51 +02:00
..
Events chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Exceptions chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IAttributes.php fix(files_sharing): adjust IAttributes API and files_versions 2024-07-12 20:14:30 +02:00
IManager.php fix(files_sharing): phpunit & openapi fixes 2024-07-12 20:14:30 +02:00
IProviderFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IPublicShareTemplateFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IPublicShareTemplateProvider.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IShare.php feat(files_sharing): implement IShareProviderWithNotification and refactor sendMailNotification 2024-07-12 20:14:30 +02:00
IShareHelper.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IShareProvider.php fix: Add acceptShare as an interface 2024-07-30 15:25:51 +02:00
IShareProviderSupportsAccept.php fix: Add acceptShare as an interface 2024-07-30 15:25:51 +02:00
IShareProviderWithNotification.php fix: Add acceptShare as an interface 2024-07-30 15:25:51 +02:00