From 8abf6e0ed1c50c1ace8e83bd5940ae7156726ba4 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 20 Jun 2016 18:50:56 +0200 Subject: fixed code --- apps/dav/appinfo/info.xml | 2 +- apps/encryption/lib/keymanager.php | 2 +- apps/federatedfilesharing/appinfo/info.xml | 2 +- apps/files_external/appinfo/info.xml | 2 +- apps/files_sharing/appinfo/info.xml | 4 ++-- apps/files_sharing/templates/public.php | 2 +- apps/provisioning_api/appinfo/info.xml | 6 +++--- apps/updatenotification/appinfo/info.xml | 2 +- apps/user_ldap/appinfo/info.xml | 4 ++-- console.php | 8 ++++---- core/command/app/checkcode.php | 4 ++-- core/command/db/converttype.php | 2 +- core/command/encryption/changekeystorageroot.php | 2 +- core/command/encryption/decryptall.php | 2 +- core/command/encryption/encryptall.php | 2 +- core/command/maintenance/install.php | 2 +- core/command/upgrade.php | 6 +++--- core/controller/setupcontroller.php | 2 +- core/js/setupchecks.js | 2 +- core/js/tests/specs/setupchecksSpec.js | 2 +- core/skeleton/welcome.txt | 2 +- core/templates/singleuser.user.php | 2 +- index.php | 2 +- lib/base.php | 10 +++++----- lib/private/console/application.php | 6 +++--- tests/core/command/encryption/changekeystorageroottest.php | 2 +- 26 files changed, 42 insertions(+), 42 deletions(-) diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 4ed401e5c5b..cda97887d30 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.1.6 diff --git a/apps/encryption/lib/keymanager.php b/apps/encryption/lib/keymanager.php index 6720d19fe1b..fca10f67350 100644 --- a/apps/encryption/lib/keymanager.php +++ b/apps/encryption/lib/keymanager.php @@ -669,7 +669,7 @@ class KeyManager { public function getMasterKeyPassword() { $password = $this->config->getSystemValue('secret'); if (empty($password)){ - throw new \Exception('Can not get secret from ownCloud instance'); + throw new \Exception('Can not get secret from instance'); } return $password; diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index d88ea2640e1..9d32db547a0 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -2,7 +2,7 @@ federatedfilesharing Federated File Sharing - Provide federated file sharing across ownCloud servers + Provide federated file sharing across Nextcloud servers AGPL Bjoern Schiessle, Roeland Jago Douma 0.1.0 diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 1cd4f602075..6b794e1a4a3 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -3,7 +3,7 @@ files_external External storage support - This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other ownCloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root ownCloud directory, which they can access and use like any other ownCloud folder. External Storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file. + This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other ownCloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root directory, which they can access and use like any other folder. External Storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file. External Storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the External Storage GUI documentation and the External Storage Configuration File documentation. diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 29ae15e4722..f39a861f213 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -3,8 +3,8 @@ files_sharing Share Files - This application enables users to share files within ownCloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within ownCloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of ownCloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices. -Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the ownCloud Documentation. + This application enables users to share files. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of the instance. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices. +Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the documentation. AGPL diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index ea200916edb..ffd6b7b615d 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -84,7 +84,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size); ?> - +