summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-07-07 19:58:41 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-07-07 19:58:41 +0200
commit29bdfc0ce2e6c1b1b0a7165c855313578fd56246 (patch)
tree3adfc1459fb51424c7db673d1022d8af2499a079 /apps
parent54a8dce380f926912b8fd00bb2f42a383a8fda08 (diff)
parente5e8e28ae7536184e7c1038f7ab90bd9cd76ae80 (diff)
downloadnextcloud-server-29bdfc0ce2e6c1b1b0a7165c855313578fd56246.tar.gz
nextcloud-server-29bdfc0ce2e6c1b1b0a7165c855313578fd56246.zip
Merge pull request #9502 from owncloud/add_ocsids
Add ocsids for shipped apps in core repo
Diffstat (limited to 'apps')
-rw-r--r--apps/files_encryption/appinfo/info.xml1
-rw-r--r--apps/files_encryption/appinfo/version2
-rw-r--r--apps/files_external/appinfo/info.xml1
-rw-r--r--apps/files_external/appinfo/version2
-rw-r--r--apps/files_sharing/appinfo/info.xml1
-rw-r--r--apps/files_sharing/appinfo/version2
-rw-r--r--apps/files_trashbin/appinfo/info.xml1
-rw-r--r--apps/files_trashbin/appinfo/version2
-rw-r--r--apps/files_versions/appinfo/info.xml1
-rw-r--r--apps/files_versions/appinfo/version2
-rw-r--r--apps/user_ldap/appinfo/info.xml1
-rw-r--r--apps/user_ldap/appinfo/version2
-rwxr-xr-xapps/user_webdavauth/appinfo/info.xml1
-rw-r--r--apps/user_webdavauth/appinfo/version2
14 files changed, 14 insertions, 7 deletions
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml
index b11272f63e7..a6d2950d705 100644
--- a/apps/files_encryption/appinfo/info.xml
+++ b/apps/files_encryption/appinfo/info.xml
@@ -15,4 +15,5 @@
<types>
<filesystem/>
</types>
+ <ocsid>166047</ocsid>
</info>
diff --git a/apps/files_encryption/appinfo/version b/apps/files_encryption/appinfo/version
index 5a2a5806df6..ee6cdce3c29 100644
--- a/apps/files_encryption/appinfo/version
+++ b/apps/files_encryption/appinfo/version
@@ -1 +1 @@
-0.6
+0.6.1
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index 2698706c090..b8bada8e743 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -10,4 +10,5 @@
<types>
<filesystem/>
</types>
+ <ocsid>166048</ocsid>
</info>
diff --git a/apps/files_external/appinfo/version b/apps/files_external/appinfo/version
index 2f4536184bc..7dff5b89211 100644
--- a/apps/files_external/appinfo/version
+++ b/apps/files_external/appinfo/version
@@ -1 +1 @@
-0.2 \ No newline at end of file
+0.2.1 \ No newline at end of file
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 077433a53ab..c32a24ecd29 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -15,4 +15,5 @@
<files>public.php</files>
<webdav>publicwebdav.php</webdav>
</public>
+ <ocsid>166050</ocsid>
</info>
diff --git a/apps/files_sharing/appinfo/version b/apps/files_sharing/appinfo/version
index cb0c939a936..be14282b7ff 100644
--- a/apps/files_sharing/appinfo/version
+++ b/apps/files_sharing/appinfo/version
@@ -1 +1 @@
-0.5.2
+0.5.3
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 860d6b1242a..41b14c21a06 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -24,4 +24,5 @@
<types>
<filesystem/>
</types>
+ <ocsid>166052</ocsid>
</info>
diff --git a/apps/files_trashbin/appinfo/version b/apps/files_trashbin/appinfo/version
index ee6cdce3c29..b6160487433 100644
--- a/apps/files_trashbin/appinfo/version
+++ b/apps/files_trashbin/appinfo/version
@@ -1 +1 @@
-0.6.1
+0.6.2
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index 5d536638fe8..d16c1bd1a24 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -29,4 +29,5 @@
<filesystem/>
</types>
<default_enable/>
+ <ocsid>166053</ocsid>
</info>
diff --git a/apps/files_versions/appinfo/version b/apps/files_versions/appinfo/version
index ee90284c27f..90a27f9cea6 100644
--- a/apps/files_versions/appinfo/version
+++ b/apps/files_versions/appinfo/version
@@ -1 +1 @@
-1.0.4
+1.0.5
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index b70f0c54355..cf98b2dbe4e 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -17,4 +17,5 @@
<documentation>
<admin>http://doc.owncloud.org/server/6.0/go.php?to=admin-ldap</admin>
</documentation>
+ <ocsid>166061</ocsid>
</info>
diff --git a/apps/user_ldap/appinfo/version b/apps/user_ldap/appinfo/version
index 2b7c5ae0184..17b2ccd9bf9 100644
--- a/apps/user_ldap/appinfo/version
+++ b/apps/user_ldap/appinfo/version
@@ -1 +1 @@
-0.4.2
+0.4.3
diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml
index 16e6942505b..4e82b818b8b 100755
--- a/apps/user_webdavauth/appinfo/info.xml
+++ b/apps/user_webdavauth/appinfo/info.xml
@@ -12,4 +12,5 @@
<types>
<authentication/>
</types>
+ <ocsid>166062</ocsid>
</info>
diff --git a/apps/user_webdavauth/appinfo/version b/apps/user_webdavauth/appinfo/version
index a6bbdb5ff48..238afc2b279 100644
--- a/apps/user_webdavauth/appinfo/version
+++ b/apps/user_webdavauth/appinfo/version
@@ -1 +1 @@
-1.1.0.0
+1.1.0.1