Re: [Owncloud] Inter-ownCloud Sharing

2012-05-29 Thread Deepak Mittal
On Mon, May 28, 2012 at 1:43 PM, Frank Karlitschek fr...@owncloud.orgwrote: I agree with Jan, user to user sharing, without the admin, is significantly cooler and more useful for users then requiring that the admin connects the servers. It would be very very cool if we could implement it

Re: [Owncloud] Inter-ownCloud Sharing

2012-05-28 Thread Frank Karlitschek
I agree with Jan, user to user sharing, without the admin, is significantly cooler and more useful for users then requiring that the admin connects the servers. It would be very very cool if we could implement it like this. webfinger is a great way to discover other users. The problem is that

Re: [Owncloud] Inter-ownCloud Sharing

2012-05-28 Thread Michael Gapczynski
On Monday, May 28, 2012 06:37:57 PM Peter Chubb wrote: there are use cases where it's important for the admin to br able to control sharing, to prevent, say, corporate info lealing to unauthorised places. Robin and I discussed the project yesterday and came to some conclusions. The use case of

Re: [Owncloud] Inter-ownCloud Sharing

2012-05-28 Thread Klaas Freitag
On 28.05.2012 16:09, Michael Gapczynski wrote: On Monday, May 28, 2012 06:37:57 PM Peter Chubb wrote: there are use cases where it's important for the admin to br able to control sharing, to prevent, say, corporate info lealing to unauthorised places. Robin and I discussed the project

Re: [Owncloud] Inter-ownCloud Sharing

2012-05-27 Thread Christophe M
2012/5/26 Michael Gapczynski mt...@owncloud.com On Saturday, May 26, 2012 07:50:45 PM Bartek Przybylski wrote: I agree this is it how it should be done. Bartek would you like to comment? Decision of binding owncloud instances only by admins was made for save resources and restrict

Re: [Owncloud] Inter-ownCloud Sharing

2012-05-26 Thread Frank Karlitschek
Hi Deepak, very cool. Do you have a architecture document available somewhere or a concept paper how you want to implement this? Thanks a lot. Frank On 26.05.2012, at 06:57, Deepak Mittal dpac.mitt...@gmail.com wrote: Hi, I'm writing an app for Inter-ownCloud Sharing as a part of GSoC

Re: [Owncloud] Inter-ownCloud Sharing

2012-05-26 Thread Deepak Mittal
On Sat, May 26, 2012 at 4:07 PM, Frank Karlitschek fr...@owncloud.orgwrote: Hi Deepak, very cool. Do you have a architecture document available somewhere or a concept paper how you want to implement this? Thanks a lot. Hi Frank, You can check out my GSoC proposal at

Re: [Owncloud] Inter-ownCloud Sharing

2012-05-26 Thread Jan-Christoph Borchardt
I don’t know if it fits the scope of the proposal, but I think it’s important because we need to get inter-ownCloud sharing right. I highly disagree with this part: »Only admins can create sharing between two clouds. (This was decided after discussions with the mentor).« (– who is the mentor, I

Re: [Owncloud] Inter-ownCloud Sharing

2012-05-26 Thread Deepak Mittal
On Sat, May 26, 2012 at 5:59 PM, Jan-Christoph Borchardt h...@jancborchardt.net wrote: I don’t know if it fits the scope of the proposal, but I think it’s important because we need to get inter-ownCloud sharing right. I highly disagree with this part: »Only admins can create sharing between

Re: [Owncloud] Inter-ownCloud Sharing

2012-05-26 Thread Klaas Freitag
On 26.05.2012 13:09, Deepak Mittal wrote: On Sat, May 26, 2012 at 4:07 PM, Frank Karlitschekfr...@owncloud.orgwrote: Hi, You can check out my GSoC proposal at http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/dpacmittal/18002. This is basically how I'm implementing it

[Owncloud] Inter-ownCloud Sharing

2012-05-25 Thread Deepak Mittal
Hi, I'm writing an app for Inter-ownCloud Sharing as a part of GSoC 2012. I began coding around 4 days back and I have successfully implemented pairing two different owncloud instances. However, due to lot of points of failure, I'm running into lots of nested if-else blocks. And the code is