summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/ProviderFactory.php
Commit message (Collapse)AuthorAgeFilesLines
* add activity if a file was shared by mailBjoern Schiessle2016-11-081-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* send mail for share-by-mail sharesBjoern Schiessle2016-11-011-1/+3
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add share by mail share providerBjoern Schiessle2016-11-011-0/+38
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-0/+4
| | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+2
|
* use share initiator as fall back to access the fileBjörn Schießle2016-05-201-1/+2
| | | | | in case of federated re-shares the owner can be a remote user. Therefore we can't always use to owner to access the local file
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+2
|
* Make shareproviders use the lazy root folderRoeland Jago Douma2016-04-131-2/+2
|
* re-try to send unshare notification if remote server is not availableBjoern Schiessle2016-04-081-1/+2
|
* Share type 2 is privateRoeland Jago Douma2016-04-041-2/+0
| | | | | | This was added to the factory for legacy reasons when converting from old to new sharing code. It is not used anymore so can be deleted. Which means we no longer expose internal types.
* Move (new) sharing over to composer autoloaderRoeland Jago Douma2016-03-201-0/+163