]> source.dussan.org Git - nextcloud-server.git/commitdiff
add ocsids to info.xml
authorGeorg Ehrke <developer@georgehrke.com>
Mon, 7 Jul 2014 14:57:50 +0000 (16:57 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Mon, 7 Jul 2014 15:11:50 +0000 (17:11 +0200)
15 files changed:
apps/files_encryption/appinfo/info.xml
apps/files_encryption/appinfo/version
apps/files_external/appinfo/info.xml
apps/files_external/appinfo/version
apps/files_sharing/appinfo/info.xml
apps/files_sharing/appinfo/version
apps/files_trashbin/appinfo/info.xml
apps/files_trashbin/appinfo/version
apps/files_versions/appinfo/info.xml
apps/files_versions/appinfo/version
apps/user_ldap/appinfo/info.xml
apps/user_ldap/appinfo/version
apps/user_webdavauth/appinfo/info.xml
apps/user_webdavauth/appinfo/version
lib/private/app.php

index b11272f63e7a2bde47baafecb3bb086882d74fb6..a6d2950d705b3841110a40f5cc84c0185b4fd8b6 100644 (file)
@@ -15,4 +15,5 @@
        <types>
                <filesystem/>
        </types>
+       <ocsid>166047</ocsid>
 </info>
index 5a2a5806df6e909afe3609b5706cb1012913ca0e..ee6cdce3c29053ac99607147be5be250efa001bd 100644 (file)
@@ -1 +1 @@
-0.6
+0.6.1
index 2698706c09084ba431a97e3c4e9afbc41c780e29..b8bada8e743ccc83ae5054681a00c18cee7bbd28 100644 (file)
@@ -10,4 +10,5 @@
        <types>
                <filesystem/>
        </types>
+       <ocsid>166048</ocsid>
 </info>
index 2f4536184bcac31936bd15a5f9cf931dd526c022..7dff5b8921122a487162febe3c8e32effb7acb35 100644 (file)
@@ -1 +1 @@
-0.2
\ No newline at end of file
+0.2.1
\ No newline at end of file
index 077433a53abc814586bf78f73f1f7b47eae33217..c32a24ecd290b3d02057e98b538636a03bb01259 100644 (file)
@@ -15,4 +15,5 @@
                <files>public.php</files>
                <webdav>publicwebdav.php</webdav>
        </public>
+       <ocsid>166050</ocsid>
 </info>
index cb0c939a936f142669d38cf1ece330266d730965..be14282b7fffb9ba95d51c6546ed9816dc8f3ff8 100644 (file)
@@ -1 +1 @@
-0.5.2
+0.5.3
index 860d6b1242a8b023f0792a452153c4d8fe2abaa1..41b14c21a0688df64487ffd522f6cdc3453f7fdc 100644 (file)
@@ -24,4 +24,5 @@
        <types>
                <filesystem/>
        </types>
+       <ocsid>166052</ocsid>
 </info>
index ee6cdce3c29053ac99607147be5be250efa001bd..b6160487433ba524a39a93cde5a330f7e71d0d39 100644 (file)
@@ -1 +1 @@
-0.6.1
+0.6.2
index 5d536638fe849a1ea347f7bd9873258a7563967d..d16c1bd1a245ff82eaac53a2ce890c94a9ae42dd 100644 (file)
@@ -29,4 +29,5 @@
                <filesystem/>
        </types>
        <default_enable/>
+       <ocsid>166053</ocsid>
 </info>
index ee90284c27f187a315f1267b063fa81b5b84f613..90a27f9cea6e8f02e05a8bbab5d14650e3e932af 100644 (file)
@@ -1 +1 @@
-1.0.4
+1.0.5
index b70f0c543559c0722e8e0c9bc108cbdcf0b7c2f8..cf98b2dbe4ed349d31a3e049dc259019aab4d7c9 100644 (file)
@@ -17,4 +17,5 @@
        <documentation>
                <admin>http://doc.owncloud.org/server/6.0/go.php?to=admin-ldap</admin>
        </documentation>
+       <ocsid>166061</ocsid>
 </info>
index 2b7c5ae01848a77d95e2792eb83ab605c9aed91a..17b2ccd9bf9050efdf57d7800677e87919b9b5b9 100644 (file)
@@ -1 +1 @@
-0.4.2
+0.4.3
index 16e6942505bd19a359d99dbe0ff92847d35a8cd8..4e82b818b8b600028db5dc5953e8716a08a91767 100755 (executable)
@@ -12,4 +12,5 @@
        <types>
                <authentication/>
        </types>
+       <ocsid>166062</ocsid>
 </info>
index a6bbdb5ff48ca824c38bb045326edffa0978c729..238afc2b2796741eabe96843cf43ad0b19a43b02 100644 (file)
@@ -1 +1 @@
-1.1.0.0
+1.1.0.1
index b7d58c72340ec2474896dcc8201202c8c16095e3..4343ab0d1b448f7512258bc135306a28d51fe4e1 100644 (file)
@@ -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);
                }