nextcloud/lib
Vincent Petry d4976e5554
Fix post_unshareFromSelf hook parameter format
When unsharing from self in a group share situation, the share items
passed to the post_unshareFromSelf hook were using the wrong format in
which the attribute names (ex: "share_type") have non camel-case format.

This fix makes sure that in group sharing case we use the correct
format. It looks like the code was already producing it but in
array_merge it was not using it and adding the unprocessed one.
2016-10-20 16:09:08 +02:00
..
composer update autoloading map 2016-10-07 17:11:23 +02:00
l10n [tx-robot] updated from transifex 2016-10-18 00:06:51 +00:00
private Fix post_unshareFromSelf hook parameter format 2016-10-20 16:09:08 +02:00
public Merge pull request #1449 from nextcloud/comments-user-mention 2016-10-17 09:30:47 +02:00
autoloader.php Update with robin 2016-07-21 18:13:58 +02:00
base.php Don't check for Same-Site cookie on Chrome Android 2016-09-20 01:20:17 +02:00