<div class="gmail_extra">Michiel,<br><br>Exciting to see the progress! A couple points...<br><br>- add in the OAuth dialog in the setup process<br>Look at the Dropbox flow as it has an oauth step in there. It might be messy to include this in the setup controller since it wasn't planned to handle this but once it's working it's easy to refactor.<br>
<br>
- not only push to remote storage but also pull from there if updates happen<br>That's an awesome feature. The way we've typically handled this type of "extra" functionality is by having a separate repository for it instead of building in "polling" scripts into the frontend repository. Thoughts?<br>
<br>
- make OpenPhoto serve the photos directly from remote instead of from local fs<br>Are you sure you want to do this? I only ask because OpenPhoto generates N number of lower resolution photos for viewing on the web and mobile devices. Do users really want all these copies in their remote storage? I see these low resolution version files as simply for the sake of working on the web but otherwise provide no additional value to the user. Also, since they are low resolution they don't take up much space at all (so the local FS doesn't need to be huge). My perspective is that the originals are what need to remain in the user's control...especially considering the low res photos can be reproduced easily.<br>
<br>
- get rid of local file system dependency<br>See above.<br><br>Jaisen<br><br><div class="gmail_quote">On Thu, Apr 26, 2012 at 12:19 PM, Michiel de Jong <span dir="ltr"><<a href="mailto:michiel@unhosted.org" target="_blank">michiel@unhosted.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">yes! i'm working on that (CC'ing Jaisen from OpenPhoto as well)<br>
<br>
it's not finished yet, and i'm working on something else this week,<br>
but i already successfully installed<br>
<a href="https://github.com/unhosted/openphoto" target="_blank">https://github.com/unhosted/openphoto</a> in local file system +<br>
remoteStorage mode, with my own ownCloud server hard-coded as the<br>
remoteStorage backend.<br>
<br>
stuff that needs doing:<br>
- add in the OAuth dialog in the setup process<br>
- not only push to remote storage but also pull from there if updates happen<br>
- make OpenPhoto serve the photos directly from remote instead of from local fs<br>
- get rid of local file system dependency<br>
<br>
The way i'm doing it is via ownCloud's remoteStorage API. this means<br>
that OpenPhoto will become compatible with not only ownCloud, but also<br>
other servers that support remoteStorage.<br>
<br>
Are you a PHP programmer? we can work together on it! :) I'm<br>
michielbdejong, and i'm usually in both the #unhosted and the<br>
#owncloud IRC channels on freenode. If you don't have an IRC client,<br>
use <a href="http://irccloud.com" target="_blank">irccloud.com</a> or <a href="http://webchat.freenode.net" target="_blank">webchat.freenode.net</a>.<br>
<br>
If by SoK you mean Google Summer of Code, then we would need to talk<br>
about what exactly you want to program, and i or someone else might<br>
find time to mentor you, that would be fun!<br>
<br>
Cheers,<br>
Michiel<br>
<br>
On Thu, Apr 26, 2012 at 9:06 PM, Michael Grosser<br>
<<a href="mailto:owncloud@seetheprogress.net">owncloud@seetheprogress.net</a>> wrote:<br>
> as far as i know <a href="http://unhosted.org" target="_blank">unhosted.org</a> is working on that too. best is to say hello<br>
> to michiel_bdejong in #unhosted on <a href="http://irc.freenode.org" target="_blank">irc.freenode.org</a><br>
> cheers Michaelmases<br>
><br>
> On Apr 26, 2012 8:44 PM, "Shivani Jain" <<a href="mailto:shivani1723@gmail.com">shivani1723@gmail.com</a>> wrote:<br>
>><br>
>> Hi,<br>
>> I am an Computer Science student from India. I am intrested in working for<br>
>> the integration of openPhoto in owncloud. Till now openPhoto only supports<br>
>> Dropbox and Amazon S3,<br>
>> adding support for Owncloud would be great, so that users can directly<br>
>> upload their pictures existing on their local sever directly to openPhoto.<br>
>><br>
>> I would like to know if there is somebody who could guide me more on this<br>
>> as I am intrested in working on this for SoK.<br>
>><br>
>> Also I would like to know if there are more ideas available for working on<br>
>> Owncloud that I can see.<br>
>><br>
>> Thanks&Regards<br>
>> SHIVANI JAIN<br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Owncloud mailing list<br>
>> <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
>> <a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
>><br>
><br>
> _______________________________________________<br>
> Owncloud mailing list<br>
> <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
> <a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
><br>
</blockquote></div><br></div>