Add ownCloud min and max version for shipped apps

remotes/origin/ldap-read-range-support
Joas Schilling 9 years ago
parent c55da1fc8d
commit 40f786060e
  1. 4
      apps/dav/appinfo/info.xml
  2. 2
      apps/encryption/appinfo/info.xml
  3. 6
      apps/federation/appinfo/info.xml
  4. 2
      apps/files/appinfo/info.xml
  5. 2
      apps/files_external/appinfo/info.xml
  6. 2
      apps/files_sharing/appinfo/info.xml
  7. 2
      apps/files_trashbin/appinfo/info.xml
  8. 2
      apps/files_versions/appinfo/info.xml
  9. 2
      apps/provisioning_api/appinfo/info.xml
  10. 2
      apps/user_ldap/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>

@ -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>

@ -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>

@ -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>

@ -21,6 +21,6 @@
<ocsid>166048</ocsid>
<dependencies>
<owncloud min-version="9.0" />
<owncloud min-version="9.0" max-version="9.0" />
</dependencies>
</info>

@ -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>

@ -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>

@ -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>

@ -24,6 +24,6 @@
<filesystem/>
</types>
<dependencies>
<owncloud min-version="9.0" />
<owncloud min-version="9.0" max-version="9.0" />
</dependencies>
</info>

@ -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>

Loading…
Cancel
Save