[Pkg-owncloud-commits] [owncloud] 02/13: [stable7] Remove OCS IDs
David Prévot
taffit at moszumanska.debian.org
Tue Jul 7 12:42:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 552bcf1dcf7486cf291b6b252f5e5b5523b7b0bd
Author: Lukas Reschke <lukas at owncloud.com>
Date: Thu Jul 2 08:49:59 2015 +0200
[stable7] Remove OCS IDs
While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307
Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
---
apps/files_encryption/appinfo/info.xml | 1 -
apps/files_external/appinfo/info.xml | 1 -
apps/files_trashbin/appinfo/info.xml | 1 -
apps/files_versions/appinfo/info.xml | 1 -
apps/user_ldap/appinfo/info.xml | 1 -
apps/user_webdavauth/appinfo/info.xml | 1 -
6 files changed, 6 deletions(-)
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml
index 4be726e..e9daff8 100644
--- a/apps/files_encryption/appinfo/info.xml
+++ b/apps/files_encryption/appinfo/info.xml
@@ -19,5 +19,4 @@ Note that this app encrypts all files that are touched by ownCloud, so external
<types>
<filesystem/>
</types>
- <ocsid>166047</ocsid>
</info>
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index c45ef57..3c39108 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -17,5 +17,4 @@ In addition to the GUI, it is possible to configure external storage manually at
<types>
<filesystem/>
</types>
- <ocsid>166048</ocsid>
</info>
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 6527efb..a4fa8c3 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -17,5 +17,4 @@
<documentation>
<user>user-trashbin</user>
</documentation>
- <ocsid>166052</ocsid>
</info>
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index 22d1ca3..cf168f4 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -18,5 +18,4 @@ In addition to the expiry of versions, ownCloud’s versions app makes certain n
<user>user-versions</user>
</documentation>
<default_enable/>
- <ocsid>166053</ocsid>
</info>
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index 0ca65c1..696655f 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -16,5 +16,4 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
<documentation>
<admin>admin-ldap</admin>
</documentation>
- <ocsid>166061</ocsid>
</info>
diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml
index abbf791..bfb5174 100644
--- a/apps/user_webdavauth/appinfo/info.xml
+++ b/apps/user_webdavauth/appinfo/info.xml
@@ -12,5 +12,4 @@
<types>
<authentication/>
</types>
- <ocsid>166062</ocsid>
</info>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list