diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-07 15:11:49 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-07 15:11:49 +0100 |
commit | 40f786060efb6b7799b5e5e0de5e971cfab11e14 (patch) | |
tree | 99e3bc250128c509bab4ab30fb0c000b9cc82b9e | |
parent | c55da1fc8d6f3487d89be1ad197a9f54c5e930b8 (diff) | |
download | nextcloud-server-40f786060efb6b7799b5e5e0de5e971cfab11e14.tar.gz nextcloud-server-40f786060efb6b7799b5e5e0de5e971cfab11e14.zip |
Add ownCloud min and max version for shipped apps
-rw-r--r-- | apps/dav/appinfo/info.xml | 4 | ||||
-rw-r--r-- | apps/encryption/appinfo/info.xml | 2 | ||||
-rw-r--r-- | apps/federation/appinfo/info.xml | 6 | ||||
-rw-r--r-- | apps/files/appinfo/info.xml | 2 | ||||
-rw-r--r-- | apps/files_external/appinfo/info.xml | 2 | ||||
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 2 | ||||
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 2 | ||||
-rw-r--r-- | apps/files_versions/appinfo/info.xml | 2 | ||||
-rw-r--r-- | apps/provisioning_api/appinfo/info.xml | 2 | ||||
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 2 |
10 files changed, 14 insertions, 12 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 5f681e784fc..c3182a290d5 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> - <requiremin>9.0</requiremin> <shipped>true</shipped> <standalone/> <default_enable/> @@ -21,4 +20,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..f639484f7f2 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -26,7 +26,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..949c4261c1b 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -13,7 +13,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..77d2ac462cb 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -21,6 +21,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..057801c6972 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -16,7 +16,7 @@ Turning the feature off removes shared files and folders on the server for all s <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..c1920554d26 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -16,7 +16,7 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app <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..91596f63b5b 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -15,7 +15,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..4367fc5cd0e 100644 --- a/apps/provisioning_api/appinfo/info.xml +++ b/apps/provisioning_api/appinfo/info.xml @@ -24,6 +24,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..be41a870803 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -19,6 +19,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> |