diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-07 15:15:58 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-07 15:15:58 +0100 |
commit | ae285c065448a6e45d6e1e542da87ea0a692cbee (patch) | |
tree | 01411634475c8f2399eee91cb2ae9b537432f515 /apps | |
parent | 40f786060efb6b7799b5e5e0de5e971cfab11e14 (diff) | |
download | nextcloud-server-ae285c065448a6e45d6e1e542da87ea0a692cbee.tar.gz nextcloud-server-ae285c065448a6e45d6e1e542da87ea0a692cbee.zip |
Remove deprecated shipped flag from info.xml which has no use anymore
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/encryption/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/files/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/files_external/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/files_versions/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/provisioning_api/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index c3182a290d5..d9eefaefcf1 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -6,7 +6,6 @@ <licence>AGPL</licence> <author>owncloud.org</author> <version>0.1.3</version> - <shipped>true</shipped> <standalone/> <default_enable/> <types> diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index f639484f7f2..1fb4e93c508 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -14,7 +14,6 @@ <name>Default encryption module</name> <license>AGPL</license> <author>Bjoern Schiessle, Clark Tomlinson</author> - <shipped>true</shipped> <documentation> <user>user-encryption</user> <admin>admin-encryption</admin> diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 949c4261c1b..37ee564057a 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -5,7 +5,6 @@ <description>File Management</description> <licence>AGPL</licence> <author>Robin Appelman, Vincent Petry</author> - <shipped>true</shipped> <standalone/> <default_enable/> <version>1.4.1</version> diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 77d2ac462cb..1a9fa73de3f 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -9,7 +9,6 @@ </description> <licence>AGPL</licence> <author>Robin Appelman, Michael Gapczynski, Vincent Petry</author> - <shipped>true</shipped> <documentation> <admin>admin-external-storage</admin> </documentation> diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 057801c6972..bb16345f101 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -9,7 +9,6 @@ Turning the feature off removes shared files and folders on the server for all s </description> <licence>AGPL</licence> <author>Michael Gapczynski, Bjoern Schiessle</author> - <shipped>true</shipped> <default_enable/> <version>0.8.1</version> <types> diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index c1920554d26..8fcb9956c7d 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -9,7 +9,6 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app </description> <licence>AGPL</licence> <author>Bjoern Schiessle</author> - <shipped>true</shipped> <default_enable/> <version>0.8.0</version> <types> diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 91596f63b5b..0098ea9e20f 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -4,7 +4,6 @@ <name>Versions</name> <licence>AGPL</licence> <author>Frank Karlitschek, Bjoern Schiessle</author> - <shipped>true</shipped> <description> This application enables ownCloud to automatically maintain older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. ownCloud then automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions. In addition to the expiry of versions, ownCloud’s versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, ownCloud will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation. diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml index 4367fc5cd0e..a8702aaf1ef 100644 --- a/apps/provisioning_api/appinfo/info.xml +++ b/apps/provisioning_api/appinfo/info.xml @@ -13,7 +13,6 @@ </description> <licence>AGPL</licence> <author>Tom Needham</author> - <shipped>true</shipped> <default_enable/> <documentation> <admin>admin-provisioning-api</admin> diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index be41a870803..864eaebe4d0 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -9,7 +9,6 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce </description> <licence>AGPL</licence> <author>Dominik Schmidt and Arthur Schiwon</author> - <shipped>true</shipped> <version>0.8.0</version> <types> <authentication/> |