Home
last modified time | relevance | path

Searched refs:tryHttpPostToShareEndpoint (Results 1 – 3 of 3) sorted by relevance

/dports/www/owncloud/owncloud/apps/federatedfilesharing/lib/
H A DNotifications.php158 $result = $this->tryHttpPostToShareEndpoint($url, '/notifications', $ocmFields, true);
178 $result = $this->tryHttpPostToShareEndpoint(\rtrim($url, '/'), '/' . $id . '/reshare', $fields);
276 $result = $this->tryHttpPostToShareEndpoint($url, '/notifications', $ocmFields, true);
290 $result = $this->tryHttpPostToShareEndpoint($url, '/' . $remoteId . '/' . $action, $fields);
335 …protected function tryHttpPostToShareEndpoint($remoteDomain, $urlSuffix, array $fields, $useOcm = … function in OCA\\FederatedFileSharing\\Notifications
422 $result = $this->tryHttpPostToShareEndpoint($url, '/shares', $fields, true);
453 $result = $this->tryHttpPostToShareEndpoint($url, '', $fields);
/dports/www/nextcloud/nextcloud/apps-pkg/federatedfilesharing/lib/
H A DNotifications.php122 $result = $this->tryHttpPostToShareEndpoint($remote, '', $fields);
292 …$result = $this->tryHttpPostToShareEndpoint(rtrim($remote, '/'), '/' . $remoteId . '/' . $action, …
340 …protected function tryHttpPostToShareEndpoint($remoteDomain, $urlSuffix, array $fields, $action = … function in OCA\\FederatedFileSharing\\Notifications
/dports/www/owncloud/owncloud/lib/private/Share/
H A DShare.php2901 private static function tryHttpPostToShareEndpoint($remoteDomain, $urlSuffix, array $fields) { function in OC\\Share\\Share
2962 $result = self::tryHttpPostToShareEndpoint($url, '', $fields);
2986 $result = self::tryHttpPostToShareEndpoint($url, '/'.$id.'/unshare', $fields);