summaryrefslogtreecommitdiffstats
path: root/lib/private/Share
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-121-5/+3
|\ | | | | Discover federatedsharing endpoints
| * Do proper DIRoeland Jago Douma2017-04-111-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-5/+3
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Removes unused code for link share emailsMorris Jobke2017-04-111-68/+0
|/ | | | | | | * now handled by sharebymail app * see https://github.com/nextcloud/server/pull/657 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+0
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge sharing backend JSLukas Reschke2017-03-241-9/+2
| | | | | | Removes 8 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* shares-circlesMaxence Lange2017-03-171-0/+1
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Merge pull request #3679 from nextcloud/socialsharingLukas Reschke2017-03-161-0/+1
|\ | | | | Add social sharing
| * Move social buttons to menuRoeland Jago Douma2017-03-031-1/+0
| | | | | | | | | | | | | | | | | | * If there are social sharing buttons move them and the copy action to a menu * If there are no social sharing buttons just leave the copy action where it is directly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add social sharingRoeland Jago Douma2017-03-031-0/+2
| | | | | | | | | | | | | | * Add socialshare manager * Add social share field under link share Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | take share by mail into consideration if we calculate the access listBjoern Schiessle2017-03-141-3/+3
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-14/+84
|/ | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-37/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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