diff options
Diffstat (limited to 'apps/federation/lib')
5 files changed, 6 insertions, 6 deletions
diff --git a/apps/federation/lib/BackgroundJob/GetSharedSecret.php b/apps/federation/lib/BackgroundJob/GetSharedSecret.php index b25c51afd0e..4a6e720ae2c 100644 --- a/apps/federation/lib/BackgroundJob/GetSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/GetSharedSecret.php @@ -42,7 +42,7 @@ use OCP\OCS\IDiscoveryService; /** * Class GetSharedSecret * - * request shared secret from remote ownCloud + * request shared secret from remote Nextcloud * * @package OCA\Federation\Backgroundjob */ diff --git a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php index 1587a3b16e9..60b22cd6283 100644 --- a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php @@ -42,7 +42,7 @@ use OCP\OCS\IDiscoveryService; /** * Class RequestSharedSecret * - * Ask remote ownCloud to request a sharedSecret from this server + * Ask remote Nextcloud to request a sharedSecret from this server * * @package OCA\Federation\Backgroundjob */ diff --git a/apps/federation/lib/Controller/OCSAuthAPIController.php b/apps/federation/lib/Controller/OCSAuthAPIController.php index 1176434a4b8..594299a2d02 100644 --- a/apps/federation/lib/Controller/OCSAuthAPIController.php +++ b/apps/federation/lib/Controller/OCSAuthAPIController.php @@ -40,7 +40,7 @@ use OCP\Security\ISecureRandom; /** * Class OCSAuthAPI * - * OCS API end-points to exchange shared secret between two connected ownClouds + * OCS API end-points to exchange shared secret between two connected Nextclouds * * @package OCA\Federation\Controller */ diff --git a/apps/federation/lib/Controller/SettingsController.php b/apps/federation/lib/Controller/SettingsController.php index 40cc4c084a0..afbaa4abeee 100644 --- a/apps/federation/lib/Controller/SettingsController.php +++ b/apps/federation/lib/Controller/SettingsController.php @@ -58,7 +58,7 @@ class SettingsController extends Controller { /** - * add server to the list of trusted ownClouds + * add server to the list of trusted Nextclouds * * @param string $url * @return DataResponse @@ -78,7 +78,7 @@ class SettingsController extends Controller { } /** - * add server to the list of trusted ownClouds + * add server to the list of trusted Nextclouds * * @param int $id * @return DataResponse diff --git a/apps/federation/lib/TrustedServers.php b/apps/federation/lib/TrustedServers.php index 1376dd683d3..9bf1452eab3 100644 --- a/apps/federation/lib/TrustedServers.php +++ b/apps/federation/lib/TrustedServers.php @@ -183,7 +183,7 @@ class TrustedServers { } /** - * check if given server is a trusted ownCloud server + * check if given server is a trusted Nextcloud server * * @param string $url * @return bool |