After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 733906 - ownCloud: prefer local folder than webdav
ownCloud: prefer local folder than webdav
Status: RESOLVED FIXED
Product: bijiben
Classification: Applications
Component: Providers
unspecified
Other All
: Normal normal
: ---
Assigned To: Bijiben maintainer(s)
Bijiben maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-07-29 09:01 UTC by Pierre-Yves Luyten
Modified: 2014-08-15 23:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre-Yves Luyten 2014-07-29 09:01:49 UTC
Currently, ownCloud is mounted as webdav and edited using gio. There are two drawbacks

- no offline mode
- while users of ownCloud sync client have their notes locally, still, bijiben does read/write on webdav folder. This is not free.


=> check for ownCloud sync client
=> if client is installed, check for this folder
=> use this folder rather than webdav.
Comment 1 hey 2014-08-12 13:34:58 UTC
Yup, that would probably be best at this point.

In the future, and if it’s decided that this makes sense, GNOME could have its own sync mechanism.

But for now I think it’s more important to get it to work offline – and most people using ownCloud will have the desktop client installed.

Btw, you’re welcome in our IRC channel #owncloud-dev on freenode. :)
Comment 2 Pierre-Yves Luyten 2014-08-15 23:39:22 UTC
commit e82fd0717ede27fb4c8dd0fcdf74c7eef82307d3
=> lookup "localPath=" row on configuration file, & if file is found use this folder rather than webdav. Otherwise fallback to old way.



I still have to work for the uncommon case of someone having several accounts on goa. Also, this still needs the goa account to work, and I shall also fix this.

fwiw : http://arupajhana.wordpress.com/2014/08/16/offline-owncloud-notes-thanks-to-guadec/