summaryrefslogtreecommitdiffstats
path: root/lib/private/Share
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26390 from owncloud/stable9.1-group-etagpropagation-testVincent Petry2016-10-181-2/+2
|\ | | | | [stable9.1] Fix post_unshareFromSelf hook parameter format
| * Fix post_unshareFromSelf hook parameter formatVincent Petry2016-10-171-2/+2
| | | | | | | | | | | | | | | | | | | | 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.
* | Add using casing check/fix for initMountPointsVincent Petry2016-10-181-0/+9
|/
* Fix for #23066 (#24689)Torben Dannhauer2016-05-311-1/+1
|
* Update license headersLukas Reschke2016-05-265-9/+12
|
* Send permalink in internal share notification emailsVincent Petry2016-05-061-20/+2
|
* Move \OC\Share to PSR-4Roeland Jago Douma2016-05-035-0/+3536