diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-07-02 14:39:09 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-07-02 14:39:09 +0200 |
commit | 6029b4176002391c4702fc77d3e4e766d664e52c (patch) | |
tree | 9db2fdf4ca4366de80187c1021790e5177dc26a4 | |
parent | 78dc8ca702903b07dbc02746bebcb96169558610 (diff) | |
parent | 43be73b9b4c95c76efb0b539ac21beeca216278d (diff) | |
download | nextcloud-server-6029b4176002391c4702fc77d3e4e766d664e52c.tar.gz nextcloud-server-6029b4176002391c4702fc77d3e4e766d664e52c.zip |
Merge pull request #17312 from owncloud/stable8-remove-ocs-ids
[stable8] Remove OCS IDs
-rw-r--r-- | apps/files_encryption/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/files_external/appinfo/info.xml | 2 | ||||
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/files_versions/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/user_webdavauth/appinfo/info.xml | 1 |
6 files changed, 0 insertions, 7 deletions
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml index 7f7e09d6271..13f38b5e3d0 100644 --- a/apps/files_encryption/appinfo/info.xml +++ b/apps/files_encryption/appinfo/info.xml @@ -18,7 +18,6 @@ <types> <filesystem/> </types> - <ocsid>166047</ocsid> <dependencies> <lib>openssl</lib> </dependencies> diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 8518cc89298..eec0d6ded61 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -17,8 +17,6 @@ <types> <filesystem/> </types> - <ocsid>166048</ocsid> - <dependencies> <owncloud min-version="8" /> </dependencies> diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index 8735b61e2db..f8bc5e7d3d2 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -18,5 +18,4 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app <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 9aed8069b9b..8eab29b0ec6 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 88462902421..89c1a4ea3ff 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -17,7 +17,6 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce <documentation> <admin>admin-ldap</admin> </documentation> - <ocsid>166061</ocsid> <dependencies> <lib>ldap</lib> </dependencies> diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml index abbf79131b5..bfb51746bfe 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> |