diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-07 16:51:00 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-07 16:51:00 +0100 |
commit | 46107f82d427b6a102f323d637242872303421ef (patch) | |
tree | 846cd240bfdcf54f496e129c999b8b5159eedb04 /apps | |
parent | 5b22ee4c05c26f977794daed05364331d8eb4987 (diff) | |
parent | ae285c065448a6e45d6e1e542da87ea0a692cbee (diff) | |
download | nextcloud-server-46107f82d427b6a102f323d637242872303421ef.tar.gz nextcloud-server-46107f82d427b6a102f323d637242872303421ef.zip |
Merge pull request #21506 from owncloud/issue-20218-min-max-owncloud-version-warning
Issue 20218 min max owncloud version warning
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/appinfo/info.xml | 5 | ||||
-rw-r--r-- | apps/encryption/appinfo/info.xml | 3 | ||||
-rw-r--r-- | apps/federation/appinfo/info.xml | 6 | ||||
-rw-r--r-- | apps/files/appinfo/info.xml | 3 | ||||
-rw-r--r-- | apps/files_external/appinfo/info.xml | 3 | ||||
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 3 | ||||
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 3 | ||||
-rw-r--r-- | apps/files_versions/appinfo/info.xml | 3 | ||||
-rw-r--r-- | apps/provisioning_api/appinfo/info.xml | 3 | ||||
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 3 |
10 files changed, 14 insertions, 21 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 5f681e784fc..d9eefaefcf1 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -6,8 +6,6 @@ <licence>AGPL</licence> <author>owncloud.org</author> <version>0.1.3</version> - <requiremin>9.0</requiremin> - <shipped>true</shipped> <standalone/> <default_enable/> <types> @@ -21,4 +19,7 @@ <public> <webdav>appinfo/v1/publicwebdav.php</webdav> </public> + <dependencies> + <owncloud min-version="9.0" max-version="9.0" /> + </dependencies> </info> diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 2224f026e4d..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> @@ -26,7 +25,7 @@ </types> <dependencies> <lib>openssl</lib> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> </info> diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml index 53b2926ba53..92afc995366 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -8,7 +8,7 @@ <version>0.0.1</version> <namespace>Federation</namespace> <category>other</category> - <dependencies> - <owncloud min-version="9.0" /> - </dependencies> + <dependencies> + <owncloud min-version="9.0" max-version="9.0" /> + </dependencies> </info> diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index df12b87397d..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> @@ -13,7 +12,7 @@ <filesystem/> </types> <dependencies> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> <documentation> <user>user-files</user> diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 355d9feb4b9..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> @@ -21,6 +20,6 @@ <ocsid>166048</ocsid> <dependencies> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> </info> diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 72e56456961..bb16345f101 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -9,14 +9,13 @@ 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> <filesystem/> </types> <dependencies> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> <public> <files>public.php</files> diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index c4bade081b3..8fcb9956c7d 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -9,14 +9,13 @@ 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> <filesystem/> </types> <dependencies> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> <documentation> <user>user-trashbin</user> diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 8fe6372279a..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. @@ -15,7 +14,7 @@ In addition to the expiry of versions, ownCloud’s versions app makes certain n <filesystem/> </types> <dependencies> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> <documentation> <user>user-versions</user> diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml index a77b1f67e21..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> @@ -24,6 +23,6 @@ <filesystem/> </types> <dependencies> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> </info> diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index 7dbce1da5fa..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/> @@ -19,6 +18,6 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce </documentation> <dependencies> <lib>ldap</lib> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> </info> |