summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/FederatedShareProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-061-0/+3
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-1/+21
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-0/+10
* Fix returned paths for remote sharesJoas Schilling2017-04-131-2/+1
* Return the token as wellJoas Schilling2017-04-131-1/+2
* Return the paths for the users without setting them all upJoas Schilling2017-04-131-4/+9
* Add mail element to access listRoeland Jago Douma2017-04-131-1/+1
* Offload acceslist creation to providersRoeland Jago Douma2017-04-131-0/+25
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
* properly quota table names in getSharesInFolderRobin Appelman2017-04-101-1/+1
* simplify return statementBjoern Schiessle2017-04-101-4/+4
* allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-071-0/+11
* clean cloud idsRobin Appelman2017-02-091-1/+1
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-8/+18
* Add config switchLukas Reschke2016-11-211-0/+10
* catch all exception and return a user friendly exception messageBjoern Schiessle2016-11-021-4/+11
* Fix merging backend resultsRoeland Jago Douma2016-11-011-1/+1
* Add remoteprovider getsharesinfolder functionRoeland Jago Douma2016-10-311-2/+40
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-0/+5
* 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
* 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
|\ \ \ | |_|/ |/| |
| * | 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 se...Robin Appelman2016-06-231-2/+2
|/
* 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 suppo...Björn Schießle2016-05-201-35/+63
* 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
* create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-201-14/+199
* Move FederatedFileSharing to PSR-4Joas Schilling2016-05-181-0/+632