summaryrefslogtreecommitdiffstats
path: root/lib/private/Share
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove adding sharedialogmailviewRoeland Jago Douma2016-11-041-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust tests and DI for Share.phpLukas Reschke2016-11-021-3/+21
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Do not expose user data in exceptions & fix typoMorris Jobke2016-11-021-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add using casing check/fix for initMountPointsVincent Petry2016-11-021-0/+9
|
* introduce share by mail, ui partBjoern Schiessle2016-11-011-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove internal share mail functionRoeland Jago Douma2016-10-261-80/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix post_unshareFromSelf hook parameter formatVincent Petry2016-10-201-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.
* Move Share backends to PSR-4 instead of using class path (#24941)Joas Schilling2016-08-051-1/+1
|
* Update with robinJoas Schilling2016-07-212-2/+2
|
* Fix othersJoas Schilling2016-07-215-11/+17
|
* 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