Re: [Owncloud] Integrating OwnCloud with /home folders

2013-12-02 Thread Craig Sawyer
What you are asking for is nearly impossible. starting web servers, and then the PHP stuff on demand per user accessing would be... painfully slow. My solution (since I have a similar need), is to duplicate the data. I use pyowncloud (https://github.com/csawyerYumaed/pyOwnCloud/) -- which is a py

Re: [Owncloud] ownCloud Client Release 1.2.5

2013-04-23 Thread Craig Sawyer
is the csync library changed at all for this version of the client? On Tue, Apr 23, 2013 at 10:55 AM, Guillaume Turri wrote: > 2013/4/23 Klaas Freitag : > > Hi, > > > > we're happy to announce the availability of ownCloud Client version > 1.2.5. > > "Safer approach for detecting duplicate sync

[Owncloud] 0.3 release of pyOwncloud (python owncloud client).

2013-04-15 Thread Craig Sawyer
Hello! A few of us have been hard at work on the python owncloud client, and have today released 0.3. Loads of thanks to Hefee, diederikdehaas, duck and everyone that filed bug reports. homepage is @ github: https://github.com/csawyerYumaed/pyOwnCloud/ discussion/mailing list: pyowncl...@lists.c

Re: [Owncloud] How to include csync in a Qt project

2013-04-15 Thread Craig Sawyer
It's an external library, that you call. include csync.h (and at build time it needs to know where csync.h is). The Mirall codebase shows you very very directly exactly how it's done. Go look. If you don't understand something in that codebase, then ask. When you ask, try to keep it concrete,

Re: [Owncloud] filescache concept for large sites

2013-04-12 Thread Craig Sawyer
I'm not sure where putting them in their own sqlite DB will save you much, since you still have OC clients checking in to the server all the time. You will definitely need to build indexes against the queries coming in from ownCloud-core. In my install, there is no indexes at all. You might need

Re: [Owncloud] How is csync used in owncloud

2013-04-11 Thread Craig Sawyer
Hi Ibrahim, I'm not an owncloud expert. But I feel confident in my ability to answer this question, because I wrote a CLI version of the owncloud client, using csync libraries. csync is basically used as a library that the desktop client (and my CLI client) use to handle the synchronization. A

Re: [Owncloud] pyowncloud and owncloudClient

2013-04-03 Thread Craig Sawyer
There is no reason why the python CLI client wouldn't work for this. It does by default use the same settings as the owncloud-client, but you can of course change all of those by specifying command line arguments. So, have at it. Just make sure you set the arguments appropriately for the cli vers

Re: [Owncloud] Discovering owncloud, user's password storage under Windows

2013-03-19 Thread Craig Sawyer
You really shouldn't be storing plain-text versions of anyone's password. I would recommend just having them do the login part themselves. That is what I'm doing on my network. I build my own ownCloud client that has all the config setup except for the user/password. When it runs the first time o

Re: [Owncloud] OC5 rescan filesystem

2013-03-19 Thread Craig Sawyer
What I do, and I don't know how 'acceptable' this is, but I just run my python sync client against the server for all my backend syncing needs. one of the major reasons why I wrote it. :) On Tue, Mar 19, 2013 at 8:37 AM, Guillaume Paumier wrote: > Hi, > > On Thu, Mar 14, 2013 at 7:31 PM, Christi

Re: [Owncloud] Sync Client Page Missing

2013-03-15 Thread Craig Sawyer
If you wanted to, you could link to PyOwnCloud, and the CLI client on that page. We have someone working on merging in the ability to use KWallet/OS X Keychain and the like, so that it can use the same password storage backend(s) as Mirall. So it should have the same feature set as the Mirall cli

Re: [Owncloud] pyOwnCloud release 0.2

2013-03-13 Thread Craig Sawyer
butor-agreement/ > > -- > Am Dienstag, 12. März 2013, 18:21:37 schrieb Craig Sawyer: > > Frank, that's up to you all I guess? > > > > I don't really care where it lives. If you would prefer it sit under the > > ownCloud umbrella, that's ok with m

Re: [Owncloud] pyOwnCloud release 0.2

2013-03-13 Thread Craig Sawyer
ownclound- > client) and also have featuers like get public url, share, etc. See > https://github.com/owncloud/mirall/pull/42 > > sandro > > -- > Am Dienstag, 12. März 2013, 18:17:07 schrieb Craig Sawyer: > > Tom, > > > > You are correct, it does! But it does

Re: [Owncloud] pyOwnCloud release 0.2

2013-03-13 Thread Craig Sawyer
sen weil > ich den normalen client ja schon drauf hab [and had no dependencies > problems, > 'cause I have installed the normal client] > > Regards, > > sandro > > -- > Am Dienstag, 12. März 2013, 17:26:40 schrieb Craig Sawyer: > > Hi everyone, > > &

Re: [Owncloud] pyOwnCloud release 0.2

2013-03-12 Thread Craig Sawyer
to putting it there? -Craig On Tue, Mar 12, 2013 at 10:12 AM, Frank Karlitschek wrote: > Very cool. > > I haven' tested this myself but it sounds nice. > Do you want to develop this in the ownCloud github project? > I can add a repository for you if you want. > > F

Re: [Owncloud] pyOwnCloud release 0.2

2013-03-12 Thread Craig Sawyer
gt; > h...@jancborchardt.net> wrote: > > > > > This seems quite cool! Can you explain what it can be used for? As far > as > > > I can understand it’s similar to the ownCloud desktop client, except > it’s > > > in the console and in Python, is th

Re: [Owncloud] pyOwnCloud release 0.2

2013-03-12 Thread Craig Sawyer
, Jan-Christoph Borchardt < h...@jancborchardt.net> wrote: > This seems quite cool! Can you explain what it can be used for? As far as > I can understand it’s similar to the ownCloud desktop client, except it’s > in the console and in Python, is that correct? > > > On Tue, M

[Owncloud] pyOwnCloud release 0.2

2013-03-12 Thread Craig Sawyer
Hi everyone, I'm releasing version 0.2 of the python CLI ownCloud client. The two biggest changes, are a lot of UI bugs have been fixed, and we know it works across a variety of Linux machines, and environments. YAY! Lots of thanks to Weuxel and duck. This code should work fine on Windows and

Re: [Owncloud] libocsync

2013-03-11 Thread Craig Sawyer
Any idea if 0.70.3 also works with 4.7.5? I don't have an easy way to test sadly. :( On Mon, Mar 11, 2013 at 8:46 AM, Sandro Knauß wrote: > Hey, > > I know it's hard to understand alls the different parts :) > > mirall and ocsync are both developed by Klaas Freitag, who is also in this > maili

[Owncloud] libocsync

2013-03-11 Thread Craig Sawyer
Hello. I'm the python CLI client person, that uses libocsync. I've been wandering thru the libocsync source, trying to figure things out (mostly just copying from how Mirall calls into csync). Anyways, I have a few questions. The changelog seems to have stopped at 0.70.3, and one of the users is

[Owncloud] Python CLI client in github.

2013-03-09 Thread Craig Sawyer
On Sat, Mar 9, 2013 at 10:38 AM, Craig Sawyer wrote: > > > On Sat, Mar 9, 2013 at 1:48 AM, Alessandro Cosentino wrote: > >> @Craig: is the python client actually a CLI client? I had people >> asking me if there is a CLI client for owncloud many times, so that >>

Re: [Owncloud] Hello :) What we are doing with ownCloud.

2013-03-09 Thread Craig Sawyer
On Sat, Mar 9, 2013 at 1:48 AM, Alessandro Cosentino wrote: > @Craig: is the python client actually a CLI client? I had people > asking me if there is a CLI client for owncloud many times, so that > would be great. > > Alessandro > > Yes, it is. But I think I should point out there *IS* one a

Re: [Owncloud] Hello :) What we are doing with ownCloud.

2013-03-09 Thread Craig Sawyer
On Sat, Mar 9, 2013 at 1:34 AM, Sandro Knauß wrote: > Hey, > > > I have a question for you on the Mirall linux client. How do you store > the > > password? I'd like to use the same stuff, to make it interoperability > > easier. At the moment I'm using 0400 dot files in the home dir. I > welcom

Re: [Owncloud] Hello :) What we are doing with ownCloud.

2013-03-08 Thread Craig Sawyer
LOL. Sounds like there is a desire. I will work on cleaning it up, and making it more... hospitable to use. Today I got it to finally work, I had a big fight getting the auth_callback stuff to finally work right for me (what is required for using email addresses as usernames from a client perspec

Re: [Owncloud] Hello :) What we are doing with ownCloud.

2013-03-08 Thread Craig Sawyer
all over it, so I just assumed it wasn't quite ready yet. When it is ready, I'll switch! :) -Craig On Fri, Mar 8, 2013 at 5:12 PM, Simon Brereton wrote: > > On 9 Mar 2013 01:02, "Craig Sawyer" wrote: > > > As far as using emails as username, this is as far

[Owncloud] Hello :) What we are doing with ownCloud.

2013-03-08 Thread Craig Sawyer
Hi Everyone, I just thought I would say hello, and briefly talk about what I'm doing with ownCloud. I work for a school district, and we have a need to share files from our in-house financial system to end user Windows/Mac desktops. (They run a remote X session, like NX for the actual PyQt financ