]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix "broken" app descriptions
authorJoas Schilling <coding@schilljs.com>
Fri, 30 Sep 2016 12:41:55 +0000 (14:41 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 17 Jan 2017 10:36:40 +0000 (11:36 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/admin_audit/appinfo/info.xml
apps/files_external/appinfo/info.xml

index 14bce64aabc346faff62cf10716f873ed6c22969..e5942acac9612df18ac6b57bdbc77f8ff69580bd 100644 (file)
@@ -2,9 +2,7 @@
 <info>
        <id>admin_audit</id>
        <name>Auditing / Logging</name>
-       <description>Provides logging abilities for Nextcloud such as logging file
-                               accesses or otherwise sensitive actions.
-       </description>
+       <description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
        <licence>AGPL</licence>
        <author>Nextcloud</author>
        <version>1.1.0</version>
index c221ba4145f9240e5d6642717b162a9ffbdb1bf9..572fab5d7e9d5adda759e7cd9e1e718ed2b15c71 100644 (file)
@@ -3,9 +3,9 @@
        <id>files_external</id>
        <name>External storage support</name>
        <description>
-       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.
-       
-       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.
+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.
+
+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.
        </description>
        <licence>AGPL</licence>
        <author>Robin Appelman, Michael Gapczynski, Vincent Petry</author>