nextcloud-server/apps/federatedfilesharing/lib
Roeland Jago Douma 22f6960f83
Allow removing federated shares of locally reshared files
* UserA shares a folder to UserB
* UserB does a federated share to userC@serverC
* UserB now tries to revoke the federated share

Before we always tried to notify the remote cloud. The case that the
file was reshared locally was not considered. This patch makes sure not
to try to notify a federated server if both users are local users.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-03 15:21:04 +02:00
..
AppInfo
BackgroundJob
Controller
ocm handle unshare request from owner 2018-07-11 10:11:47 +02:00
Settings Show share settings only if incoming federated shares are allowed 2019-05-31 17:38:45 +02:00
AddressHandler.php
FederatedShareProvider.php Allow removing federated shares of locally reshared files 2019-10-03 15:21:04 +02:00
Notifications.php
Notifier.php Update Federated sharing notifier 2019-07-15 15:12:43 +02:00
TokenHandler.php