<br><br><div class="gmail_quote">On 6 November 2012 22:45, Thomas Tanghus <span dir="ltr"><<a href="mailto:thomas@tanghus.net" target="_blank">thomas@tanghus.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
We ended up in a discussion which kind of touches the fundamentals of ownCloud<br>
in <a href="https://github.com/owncloud/core/issues/151#issuecomment-10116749" target="_blank">https://github.com/owncloud/core/issues/151#issuecomment-10116749</a><br>
<br>
The Share API has a clear definition at<br>
<a href="https://github.com/owncloud/core/blob/master/lib/public/share.php#L50" target="_blank">https://github.com/owncloud/core/blob/master/lib/public/share.php#L50</a><br></blockquote><div><br>Thanks for pointing this out, this is very interesting.<br>
<br>The W3C Read Write Web Community group is hoping to standarize in this space based on traditional HTTP verbs.<br><br>Currently we have the concept of a collection (like a directory) and that of a URL with the following 4 masks<br>
<br>1. READ<br>2. WRITE<br><br>3. CONTROL<br>4. APPEND<br><br>The first 2 are like owncloud<br><br>I think CONTROL is the same as SHARE, what it means is you can alter the access control<br><br>And APPEND may be similar to UPDATE<br>
<br>I could be wrong but we may assume that WRITE access implies DELETE<br><br>Would you see any value here in trying to find a standard paradigm across the whole web?<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
I have used those for defining permissions for non-file objects like calendars<br>
and addressbooks.<br>
<br>
For me it would make sense to use those consts as a basis for the CRUDS<br>
paradigm.<br>
<br>
Comments?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Med venlig hilsen / Best Regards<br>
<br>
Thomas Tanghus<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>
</font></span></blockquote></div><br>