nextcloud/lib
Vincent Petry a05bdcf1df
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-12-02 00:59:31 +01:00
..
l10n Some more branding 2016-06-20 22:10:20 +02:00
private Fix post_unshareFromSelf hook parameter format 2016-12-02 00:59:31 +01:00
public Allow to retrieve the quota itself via the provisioning api 2016-08-17 12:33:58 +02:00
autoloader.php Run the license script 2016-07-22 09:48:05 +02:00
base.php Allow to call status.php before the instance is installed 2016-09-06 16:12:48 +02:00