summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-05-27 11:54:44 +0200
committerVincent Petry <pvince81@owncloud.com>2014-05-27 11:54:44 +0200
commitc64e920b4d6520cfe3638262d17aadfcb28936f4 (patch)
tree7728a035df14c3d092588256d1a334fd673d5a94 /apps
parentd43a7c5f6ec2806c43c374d598c756a116c3d95b (diff)
downloadnextcloud-server-c64e920b4d6520cfe3638262d17aadfcb28936f4.tar.gz
nextcloud-server-c64e920b4d6520cfe3638262d17aadfcb28936f4.zip
Adjust core apps to use "requiremin" instead of "require"
Also added a few missing authors.
Diffstat (limited to 'apps')
-rw-r--r--apps/files/appinfo/info.xml4
-rw-r--r--apps/files_encryption/appinfo/info.xml2
-rw-r--r--apps/files_external/appinfo/info.xml4
-rw-r--r--apps/files_sharing/appinfo/info.xml4
-rw-r--r--apps/files_trashbin/appinfo/info.xml2
-rw-r--r--apps/files_versions/appinfo/info.xml4
-rw-r--r--apps/user_ldap/appinfo/info.xml2
-rwxr-xr-xapps/user_webdavauth/appinfo/info.xml2
8 files changed, 12 insertions, 12 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index 34800378537..390d645e2a4 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -4,8 +4,8 @@
<name>Files</name>
<description>File Management</description>
<licence>AGPL</licence>
- <author>Robin Appelman</author>
- <require>4.93</require>
+ <author>Robin Appelman, Vincent Petry</author>
+ <requiremin>4.93</requiremin>
<shipped>true</shipped>
<standalone/>
<default_enable/>
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml
index 15a09a29f51..b11272f63e7 100644
--- a/apps/files_encryption/appinfo/info.xml
+++ b/apps/files_encryption/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>The ownCloud files encryption system provides server side-encryption. After the app is enabled you need to re-login to initialize your encryption keys. Please note that server side encryption requires that the ownCloud server admin can be trusted. The main purpose of this app is the encryption of files that are stored on externally mounted storages.</description>
<licence>AGPL</licence>
<author>Sam Tuke, Bjoern Schiessle, Florin Peter</author>
- <require>4</require>
+ <requiremin>4</requiremin>
<shipped>true</shipped>
<documentation>
<user>http://doc.owncloud.org/server/6.0/user_manual/files/encryption.html</user>
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index 0542b7b10a7..2698706c090 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -4,8 +4,8 @@
<name>External storage support</name>
<description>Mount external storage sources</description>
<licence>AGPL</licence>
- <author>Robin Appelman, Michael Gapczynski</author>
- <require>4.93</require>
+ <author>Robin Appelman, Michael Gapczynski, Vincent Petry</author>
+ <requiremin>4.93</requiremin>
<shipped>true</shipped>
<types>
<filesystem/>
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 9b42c1e17b5..077433a53ab 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -4,8 +4,8 @@
<name>Share Files</name>
<description>File sharing between users</description>
<licence>AGPL</licence>
- <author>Michael Gapczynski</author>
- <require>4.93</require>
+ <author>Michael Gapczynski, Bjoern Schiessle</author>
+ <requiremin>4.93</requiremin>
<shipped>true</shipped>
<default_enable/>
<types>
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 2cc7d9a7ac3..860d6b1242a 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -19,7 +19,7 @@
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<shipped>true</shipped>
- <require>4.9</require>
+ <requiremin>4.9</requiremin>
<default_enable/>
<types>
<filesystem/>
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index a735caee945..5d536638fe8 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -3,8 +3,8 @@
<id>files_versions</id>
<name>Versions</name>
<licence>AGPL</licence>
- <author>Frank Karlitschek</author>
- <require>4.93</require>
+ <author>Frank Karlitschek, Bjoern Schiessle</author>
+ <requiremin>4.93</requiremin>
<shipped>true</shipped>
<description>
ownCloud supports simple version control for files. The versioning app
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index e4a4375a737..b70f0c54355 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -9,7 +9,7 @@
</description>
<licence>AGPL</licence>
<author>Dominik Schmidt and Arthur Schiwon</author>
- <require>4.93</require>
+ <requiremin>4.93</requiremin>
<shipped>true</shipped>
<types>
<authentication/>
diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml
index 20c5909cc12..16e6942505b 100755
--- a/apps/user_webdavauth/appinfo/info.xml
+++ b/apps/user_webdavauth/appinfo/info.xml
@@ -7,7 +7,7 @@
This app is not compatible with the LDAP user and group backend.</description>
<licence>AGPL</licence>
<author>Frank Karlitschek</author>
- <require>4.93</require>
+ <requiremin>4.93</requiremin>
<shipped>true</shipped>
<types>
<authentication/>