Active Topics

 


Reply
Thread Tools
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#111
Originally Posted by Manatus View Post
- If WebDAV server (owncloud) is using self-signed certificate, the user is asked to accept the sertificate every time user restarts CargoDock and accesses WebDAV server again.
Too late for version 0.2.2 as it's time to release it to Harbour finally.
But this is on my TODO list for after that.

Originally Posted by Manatus View Post
- Bookmarking is dependent on same two pane logic used for copying. Because of this user cannot create bookmarks if both panes have other than 'Places' selected at the same time. It is a bit confusing.
Yeah, maybe this requires a bit more thinking about how to handle bookmarking.
Right now, it's simply a cheap special case of linking as that functionality was already there and thus only required specialised code on the Places side.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 

The Following 2 Users Say Thank You to pycage For This Useful Post:
Posts: 89 | Thanked: 243 times | Joined on Jun 2014
#112
Hi! I have recently set up my Owncloud, and now I'm trying to connect to it with Cargo Dock. I have entered address and credentials and I see OC in the Cargo Dock start screen, but when I navigate there, I get a moment of spinning wheel and then "Not available". I have tried both with SSL and without; with SSL, it asks me to accept the certificate, but after that it's still "Not available".

I read through this thread but couldn't find a solution. I'm running OC 6.0.3. Here's the entry from my config file:

Code:
[%7B7fa05a74-55f0-44f9-813a-c7c137494f32%7D]
address=www.[...].com
icon=file:///usr/share/harbour-cargodock/qml/services/owncloud.png
login=[...]
name=owncloud
password%3Ablowfish=[...]
path=/owncloud/remote.php/webdav
securityMethod=ssl
type=owncloud
The path seems to be right, as I see the contents of my OC when I copy the address+that path to a browser url bar.

Any ideas? How to troubleshoot?
 
Posts: 334 | Thanked: 616 times | Joined on Sep 2010
#113
Originally Posted by ssahla View Post
Hi! I have recently set up my Owncloud, and now I'm trying to connect to it with Cargo Dock. I have entered address and credentials and I see OC in the Cargo Dock start screen, but when I navigate there, I get a moment of spinning wheel and then "Not available". I have tried both with SSL and without; with SSL, it asks me to accept the certificate, but after that it's still "Not available".

I read through this thread but couldn't find a solution. I'm running OC 6.0.3. Here's the entry from my config file:

Code:
[%7B7fa05a74-55f0-44f9-813a-c7c137494f32%7D]
address=www.[...].com
icon=file:///usr/share/harbour-cargodock/qml/services/owncloud.png
login=[...]
name=owncloud
password%3Ablowfish=[...]
path=/owncloud/remote.php/webdav
securityMethod=ssl
type=owncloud
The path seems to be right, as I see the contents of my OC when I copy the address+that path to a browser url bar.

Any ideas? How to troubleshoot?
Not much. The config seems valid. You may want to test webdav with some other client to make sure that it is working ok on your server. Just don't use OSX Finder built-in function; it bugs a lot.
Also try clearing up your owncloud account from any files with nordic or special characters if any, just in case.
 
Posts: 130 | Thanked: 77 times | Joined on Aug 2009
#114
Just one more thing:
I'm connecting to a webdav-share hosted by mailbox.org.
Everything works fine except for that the last access/file changed date displayed by cargo dock is just absolutely nonsense (currently it says "in 1011 month" for every file in the webdav account).
Doesn't bother me to much but maybe it is a bug with certain webdav shares? Everything works fine for both dropbox and t-online mediacenter.
 
Posts: 334 | Thanked: 616 times | Joined on Sep 2010
#115
Originally Posted by ssahla View Post
Hi! I have recently set up my Owncloud, and now I'm trying to connect to it with Cargo Dock. I have entered address and credentials and I see OC in the Cargo Dock start screen, but when I navigate there, I get a moment of spinning wheel and then "Not available". I have tried both with SSL and without; with SSL, it asks me to accept the certificate, but after that it's still "Not available".

I read through this thread but couldn't find a solution. I'm running OC 6.0.3. Here's the entry from my config file:

Code:
[%7B7fa05a74-55f0-44f9-813a-c7c137494f32%7D]
address=www.[...].com
icon=file:///usr/share/harbour-cargodock/qml/services/owncloud.png
login=[...]
name=owncloud
password%3Ablowfish=[...]
path=/owncloud/remote.php/webdav
securityMethod=ssl
type=owncloud
The path seems to be right, as I see the contents of my OC when I copy the address+that path to a browser url bar.

Any ideas? How to troubleshoot?
Since you had PMs disabled, this answer here publicly. Because of the public password, the test account will be disabled tomorrow.

In case you still have problems with cargodock and owncloud, you can test it with my test setup:

Name: Perhonen
Server: perhonen.keilarannanpalvelin.fi
Path: /remote.php/webdav (my setup root points already at /owncloud)
SSL: on (works with 'off' too)

Account:
teppo

Password:
tappo#

If this works and your own server does not, the reason might be some characters in your password, as many webdav implementations are not very good with special characters during authentication phase.

Also your web server may have webdav module enabled in its own configuration, and that might be taking over owncloud's sabredav implementation during authentication.

You may also want to start cargodock from command line (harbour-cargodock), and compare output between your server and my test setup when accessing webdav location.
 

The Following 2 Users Say Thank You to Manatus For This Useful Post:
Posts: 89 | Thanked: 243 times | Joined on Jun 2014
#116
Thank you for these hints! Connection to your test setup works fine. I changed my password to a simple one (only lowercase letters), but that didn't help. I'll have to look into the other things you mentioned.

Update: In the terminal output there are "406 Not acceptable" errors from the server. With some googling I found discussions about similar problems, and now I think it's a problem with some mod_security rules on the host. Tried to edit .htaccess according to some advice given in those discussions, but no luck. I guess I'll need to contact my hosting service about this.

Last edited by ssahla; 2014-06-07 at 18:45.
 

The Following User Says Thank You to ssahla For This Useful Post:
Posts: 130 | Thanked: 77 times | Joined on Aug 2009
#117
The bug described above (wrong file modification time with certain webdav shares) is still present in the current release from harbour. You could apply for a free mailbox.org test-account from mailbox.org if you want to try it yourself.
 
Posts: 334 | Thanked: 616 times | Joined on Sep 2010
#118
Originally Posted by ssahla View Post
Thank you for these hints! Connection to your test setup works fine. I changed my password to a simple one (only lowercase letters), but that didn't help. I'll have to look into the other things you mentioned.

Update: In the terminal output there are "406 Not acceptable" errors from the server. With some googling I found discussions about similar problems, and now I think it's a problem with some mod_security rules on the host. Tried to edit .htaccess according to some advice given in those discussions, but no luck. I guess I'll need to contact my hosting service about this.
I've had problems with both suhosin patch and mod_security in the past, to a point I had to stop using them with Owncloud. Maybe they'll fit in one day when Owncloud development slows down a bit.
 
Posts: 1 | Thanked: 0 times | Joined on Jul 2014
#119
I succeeded to connect Cargo Dock to Fabasoft Folio Cloud. Before configuring I had to create an addition password to enable connecting without PIN. Instruction for generating password are here http://help.cloud.fabasoft.com/index...plications.htm
So this configuration seems to work.
Server: at.cloud.fabasoft.com
Path: /folio/webdav
Secure connection: SSL
LoginID is the email address
And password is what was generated by the Fabasoft client.
 
Posts: 176 | Thanked: 122 times | Joined on Apr 2010
#120
Are there plans to include more services? I'd like to see Box.
Thanks.
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:11.