summaryrefslogtreecommitdiffstats
path: root/apps/federation
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federation')
-rw-r--r--apps/federation/lib/BackgroundJob/GetSharedSecret.php2
-rw-r--r--apps/federation/lib/BackgroundJob/RequestSharedSecret.php2
-rw-r--r--apps/federation/lib/Controller/OCSAuthAPIController.php2
-rw-r--r--apps/federation/lib/Controller/SettingsController.php4
-rw-r--r--apps/federation/lib/TrustedServers.php2
5 files changed, 6 insertions, 6 deletions
diff --git a/apps/federation/lib/BackgroundJob/GetSharedSecret.php b/apps/federation/lib/BackgroundJob/GetSharedSecret.php
index 521ffca8a70..c0a4b43db64 100644
--- a/apps/federation/lib/BackgroundJob/GetSharedSecret.php
+++ b/apps/federation/lib/BackgroundJob/GetSharedSecret.php
@@ -41,7 +41,7 @@ use OCP\IURLGenerator;
/**
* 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 fa7a67a1caf..352995572c9 100644
--- a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php
+++ b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php
@@ -41,7 +41,7 @@ use OCP\IURLGenerator;
/**
* 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 6cd3b1890ef..fdca601da63 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