]> source.dussan.org Git - nextcloud-server.git/commit
fix: Add `acceptShare` as an interface 46099/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Tue, 25 Jun 2024 10:40:27 +0000 (12:40 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Tue, 30 Jul 2024 13:25:51 +0000 (15:25 +0200)
commit3d136e44661a6628c8276d4708316421ed88902f
treefb596a6509fd715a77d7f98ba2f57af582ced0f7
parent0705b6af4a9cf6be0ca691298c01b8d8b5fe6ba2
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>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Share20/DefaultShareProvider.php
lib/private/Share20/Manager.php
lib/public/Share/IShareProvider.php
lib/public/Share/IShareProviderSupportsAccept.php [new file with mode: 0644]
lib/public/Share/IShareProviderWithNotification.php