From c8c78fd981132141fb812a2ce22a7df866c04679 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Jul 2016 12:26:48 +0200 Subject: [PATCH 1/3] Make the changes from https://github.com/nextcloud/documentation/commit/6ccd2c5678b85d35a8673d784bef5c6c89e7ecb9 persistant --- config/config.sample.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index c9f5fecf5f..3376603373 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -435,7 +435,7 @@ $CONFIG = array( * Both minimum and maximum times can be set together to explicitly define * file and folder deletion. For migration purposes, this setting is installed * initially set to "auto", which is equivalent to the default setting in - * ownCloud 8.1 and before. + * Nextloud. * * Available values: * @@ -475,7 +475,7 @@ $CONFIG = array( * Both minimum and maximum times can be set together to explicitly define * version deletion. For migration purposes, this setting is installed * initially set to "auto", which is equivalent to the default setting in - * ownCloud 8.1 and before. + * Nextloud. * * Available values: * @@ -659,7 +659,7 @@ $CONFIG = array( 'customclient_android' => 'https://play.google.com/store/apps/details?id=com.nextcloud.client', 'customclient_ios' => - 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8', + 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8', /** * Apps @@ -1136,12 +1136,12 @@ $CONFIG = array( 'cipher' => 'AES-256-CFB', /** - * The minimum ownCloud desktop client version that will be allowed to sync with + * The minimum Nextcloud desktop client version that will be allowed to sync with * this server instance. All connections made from earlier clients will be denied - * by the server. Defaults to the minimum officially supported ownCloud desktop + * by the server. Defaults to the minimum officially supported Nextcloud desktop * clientversion at the time of release of this server version. * - * When changing this, note that older unsupported versions of the ownCloud desktop + * When changing this, note that older unsupported versions of the Nextcloud desktop * client may not function as expected, and could lead to permanent data loss for * clients or other unexpected results. */ From f4fbdbabee6c7a0d27dc7d3afdda2aabe91dc423 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Jul 2016 12:57:05 +0200 Subject: [PATCH 2/3] Change the app name --- apps/dav/appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index df147a032f..5a783bc552 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -2,7 +2,7 @@ dav WebDAV - ownCloud WebDAV endpoint + WebDAV endpoint AGPL owncloud.org 0.2.5 From 413968d4ba812246922b46bbede4edec96c28969 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 22 Jul 2016 09:53:52 +0200 Subject: [PATCH 3/3] FIx typo --- config/config.sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 3376603373..d761ae92c2 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -435,7 +435,7 @@ $CONFIG = array( * Both minimum and maximum times can be set together to explicitly define * file and folder deletion. For migration purposes, this setting is installed * initially set to "auto", which is equivalent to the default setting in - * Nextloud. + * Nextcloud. * * Available values: * @@ -475,7 +475,7 @@ $CONFIG = array( * Both minimum and maximum times can be set together to explicitly define * version deletion. For migration purposes, this setting is installed * initially set to "auto", which is equivalent to the default setting in - * Nextloud. + * Nextcloud. * * Available values: *