Hi all, in order to improve the server-to-server sharing we need to extend the ownCloud Share API. This is already merged in core and will be released with ownCloud 8. I took care to update the calendar and contacts app.
What changed: The Share_Backend interface now defines the additional method isShareTypeAllowed($shareType): https://github.com/owncloud/core/blob/master/lib/public/share_backend.php#L78 The method allows you to define which share types are supported by your app, either hard coded or configurable. The easiest solution is to just return true. This way the sharing API will behave exactly as before. cheers, Björn -- Björn Schießle <[email protected]> ownCloud: http://owncloud.org/user/?user=schiesbn github: schiesbn | irc: BeS | www: www.schiessle.org gnupg/pgp key: 0x0x2378A753E2BF04F6 fingerprint: 244F CEB0 CB09 9524 B21F B896 2378 A753 E2BF 04F6 _______________________________________________ Devel mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/devel
