add ocsids to info.xml

remotes/origin/fix-10825
Georg Ehrke 12 years ago
parent 268af9039a
commit e5e8e28ae7
  1. 1
      apps/files_encryption/appinfo/info.xml
  2. 2
      apps/files_encryption/appinfo/version
  3. 1
      apps/files_external/appinfo/info.xml
  4. 2
      apps/files_external/appinfo/version
  5. 1
      apps/files_sharing/appinfo/info.xml
  6. 2
      apps/files_sharing/appinfo/version
  7. 1
      apps/files_trashbin/appinfo/info.xml
  8. 2
      apps/files_trashbin/appinfo/version
  9. 1
      apps/files_versions/appinfo/info.xml
  10. 2
      apps/files_versions/appinfo/version
  11. 1
      apps/user_ldap/appinfo/info.xml
  12. 2
      apps/user_ldap/appinfo/version
  13. 1
      apps/user_webdavauth/appinfo/info.xml
  14. 2
      apps/user_webdavauth/appinfo/version
  15. 3
      lib/private/app.php

@ -15,4 +15,5 @@
<types>
<filesystem/>
</types>
<ocsid>166047</ocsid>
</info>

@ -10,4 +10,5 @@
<types>
<filesystem/>
</types>
<ocsid>166048</ocsid>
</info>

@ -15,4 +15,5 @@
<files>public.php</files>
<webdav>publicwebdav.php</webdav>
</public>
<ocsid>166050</ocsid>
</info>

@ -24,4 +24,5 @@
<types>
<filesystem/>
</types>
<ocsid>166052</ocsid>
</info>

@ -29,4 +29,5 @@
<filesystem/>
</types>
<default_enable/>
<ocsid>166053</ocsid>
</info>

@ -17,4 +17,5 @@
<documentation>
<admin>http://doc.owncloud.org/server/6.0/go.php?to=admin-ldap</admin>
</documentation>
<ocsid>166061</ocsid>
</info>

@ -12,4 +12,5 @@
<types>
<authentication/>
</types>
<ocsid>166062</ocsid>
</info>

@ -1186,6 +1186,9 @@ class OC_App {
//set remote/public handlers
$appData = self::getAppInfo($appid);
if (array_key_exists('ocsid', $appData)) {
OC_Appconfig::setValue($appid, 'ocsid', $appData['ocsid']);
}
foreach ($appData['remote'] as $name => $path) {
OCP\CONFIG::setAppValue('core', 'remote_' . $name, $appid . '/' . $path);
}

Loading…
Cancel
Save