<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>I know, this topic is quit a couple of month old, but i try to get this to work with my kolab and owncloud installation. But i unfortunately i stuck to found the wright config file.....</p>
<p> </p>
<p>At the moment i got seafile working with my kolab installation. Should i change there settings to webdav or is there a different place to set all the options?</p>
<p>Thanks a lot.</p>
<p> </p>
<p>Regards </p>
<p>Jochen</p>
<p> </p>
<p>Am 26.02.2018 15:18, schrieb Mihai Badici:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><br /><br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">May I ask you, how you achieved integration? I knew the seafile chwala<br /> connector but haven't seen one for owncloud/nextcloud. The only thing I<br /> know is that the old owncloud plugin for roundcube didn't work anymore<br /> since oc 6.<br /><br /> Cheers<br /> Jan</blockquote>
Sure.<br /> I don't remember how the old owncloud plugin worked; there are also some<br /> new plugins but IMHO are completely useless: it worth nothing to list<br /> files in roundcube since you can list them in owncloud itself :)<br /> The ideea is to have the posibility to attach them and send them to your<br /> contacts.<br /> So my approach was: owncloud is a webdav application so I used the<br /> webdav driver in chwala.<br /><br /> The relevant lines in chwala config are as following:<br /><br /><br /> $config['fileapi_drivers'] = array( 'webdav');<br /><br /><br />  $config['fileapi_sources'] = array(<br />     'cloud-files' => array(<br />         'driver'   => 'webdav',<br />         'baseuri'  => '<a href="https://cloud.mydomain.ro/remote.php/webdav/">https://cloud.mydomain.ro/remote.php/webdav/</a>',<br /> //        'username' => 'admin',<br /> //        'password' => 'pass',<br />     ),<br /> );<br /><br /> $config['fileapi_webdav_baseuri'] = '<a href="https://cloud.mydomain.ro/">https://cloud.mydomain.ro/</a>';<br /><br /> Since the list is directly provided in roundcube wia chwala, there is no<br /> need to change something in roundcube kolab_file plugin.<br /><br /> ATM there is an issue when trying to attach files with render plugins in<br /> chwala ( .doc , .odt , .pdf) I didn't have time to investigate but it<br /> works for any other type.<br /><br /><br /><br /> _______________________________________________<br /> devel mailing list<br /><a href="mailto:devel@lists.kolab.org">devel@lists.kolab.org</a><br /><a href="https://lists.kolab.org/mailman/listinfo/devel">https://lists.kolab.org/mailman/listinfo/devel</a></div>
</blockquote>
</body></html>