aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/FederatedShareProvider.php
Commit message (Collapse)AuthorAgeFilesLines
...
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-1/+21
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-0/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix returned paths for remote sharesJoas Schilling2017-04-131-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Return the token as wellJoas Schilling2017-04-131-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Return the paths for the users without setting them all upJoas Schilling2017-04-131-4/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add mail element to access listRoeland Jago Douma2017-04-131-1/+1
| | | | | | | | * Each provider just returns what they have so adding an element won't require changing everything * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Offload acceslist creation to providersRoeland Jago Douma2017-04-131-0/+25
| | | | | | | | * This allows for effective queries. * Introduce currentAccess parameter to speciy if the users needs to have currently acces (deleted incomming group share). (For notifications) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
| | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* properly quota table names in getSharesInFolderRobin Appelman2017-04-101-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* simplify return statementBjoern Schiessle2017-04-101-4/+4
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-071-0/+11
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* clean cloud idsRobin Appelman2017-02-091-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-8/+18
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add config switchLukas Reschke2016-11-211-0/+10
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* catch all exception and return a user friendly exception messageBjoern Schiessle2016-11-021-4/+11
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix merging backend resultsRoeland Jago Douma2016-11-011-1/+1
| | | | | | | | * Merge share types correctly * Filter share types * Order share types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add remoteprovider getsharesinfolder functionRoeland Jago Douma2016-10-311-2/+40
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-0/+5
| | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+5
|
* create a real federated share if a user add a public link to his ownCloudBjörn Schießle2016-07-141-4/+4
| | | | this way the owner sees all mounted public links and control them individually
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-2/+2
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-2/+2
| |\
| * | s/ownCloud/NextcloudBjoern Schiessle2016-06-201-2/+2
| | |
* | | Merge pull request #25262 from owncloud/fed-sharing-errorVincent Petry2016-07-011-23/+36
|\ \ \ | |_|/ |/| | Only save federated share after remote server is notified
| * | Log reason why we removed the fed shareRobin Appelman2016-06-271-0/+1
| | |
| * | Handle exceptions thrown while trying to notify remote server of a fed shareRobin Appelman2016-06-271-23/+35
| |/
* / Remove a fed share from the local table before trying to notify the remote ↵Robin Appelman2016-06-231-2/+2
|/ | | | server
* Update license headersLukas Reschke2016-05-261-1/+1
|
* add missung return valueBjörn Schießle2016-05-201-3/+4
|
* improved error messagesBjörn Schießle2016-05-201-20/+25
|
* fall back to old re-sharing behaviour in case the remote server doesn't ↵Björn Schießle2016-05-201-35/+63
| | | | support flat-reshares
* update share permissionsBjörn Schießle2016-05-201-0/+24
|
* use share initiator as fall back to access the fileBjörn Schießle2016-05-201-4/+9
| | | | | 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
* create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-201-14/+199
| | | | correctly accross share owner and share initiator
* Move FederatedFileSharing to PSR-4Joas Schilling2016-05-181-0/+632