Skip to content
Snippets Groups Projects
Commit e5e8e28a authored by Georg Ehrke's avatar Georg Ehrke
Browse files

add ocsids to info.xml

parent 268af903
No related branches found
No related tags found
No related merge requests found
Showing
with 17 additions and 7 deletions
......@@ -15,4 +15,5 @@
<types>
<filesystem/>
</types>
<ocsid>166047</ocsid>
</info>
0.6
0.6.1
......@@ -10,4 +10,5 @@
<types>
<filesystem/>
</types>
<ocsid>166048</ocsid>
</info>
0.2
\ No newline at end of file
0.2.1
\ No newline at end of file
......@@ -15,4 +15,5 @@
<files>public.php</files>
<webdav>publicwebdav.php</webdav>
</public>
<ocsid>166050</ocsid>
</info>
0.5.2
0.5.3
......@@ -24,4 +24,5 @@
<types>
<filesystem/>
</types>
<ocsid>166052</ocsid>
</info>
0.6.1
0.6.2
......@@ -29,4 +29,5 @@
<filesystem/>
</types>
<default_enable/>
<ocsid>166053</ocsid>
</info>
1.0.4
1.0.5
......@@ -17,4 +17,5 @@
<documentation>
<admin>http://doc.owncloud.org/server/6.0/go.php?to=admin-ldap</admin>
</documentation>
<ocsid>166061</ocsid>
</info>
0.4.2
0.4.3
......@@ -12,4 +12,5 @@
<types>
<authentication/>
</types>
<ocsid>166062</ocsid>
</info>
1.1.0.0
1.1.0.1
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment