summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/FederatedShareProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-14/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Default value of lookupServerEnabled should be the same everywhereGeorg Ehrke2020-03-171-1/+1
* Use proper andwhere clauseRoeland Jago Douma2020-02-031-1/+1
* remove non-circles-generated shares onlyMaxence Lange2020-01-071-1/+2
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* confirm auth on share generated by CirclesMaxence Lange2019-12-161-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-6/+6
* Get all shares as iterableRoeland Jago Douma2019-10-301-0/+27
* Allow removing federated shares of locally reshared filesRoeland Jago Douma2019-10-031-0/+5
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-3/+3
* implement federated group sharesBjoern Schiessle2018-07-111-13/+31
* add setting to enable/disable federated group sharingBjoern Schiessle2018-07-111-1/+44
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+5
* some minor fixes and clode cleanupBjoern Schiessle2018-07-021-2/+2
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-021-3/+2
* - Don't remove share before all notifications are created, otherwise we miss ...Bjoern Schiessle2018-07-021-13/+3
* send reshare over OCM APIBjoern Schiessle2018-07-021-1/+2
* implement decline shareBjoern Schiessle2018-07-021-1/+1
* implement accept share notificationBjoern Schiessle2018-07-021-2/+3
* implement receiving of federated sharesBjoern Schiessle2018-07-021-9/+1
* start implementing federated sharing 2.0Bjoern Schiessle2018-07-021-1/+9
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* Remove useless return statementsMorris Jobke2018-01-251-3/+0
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+5
* 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
|\