summaryrefslogtreecommitdiffstats
path: root/lib/private/Federation
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-0/+4
* [Fix #24682]: ensure federation cloud id is retruned if FN property not foundGuillaume Virlet2020-12-131-1/+7
* send expected format of cloud idArthur Schiwon2020-11-241-1/+2
* set the display name of federated sharees from addressbookArthur Schiwon2020-11-242-12/+46
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Update share type constant usageJoas Schilling2020-06-241-1/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-10/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update license headersChristoph Wurst2019-12-056-6/+20
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* According to the OCM specification the body needs to be JSON encodedBjoern Schiessle2019-02-191-3/+4
* translate nextcloud share types to OCM share typesBjoern Schiessle2018-07-111-1/+5
* log error messgageBjoern Schiessle2018-07-111-0/+1
* cache results from ocm end-point discoveryBjoern Schiessle2018-07-021-0/+11
* fix return type from send shareBjoern Schiessle2018-07-021-1/+2
* look for correct OCM permissionsBjoern Schiessle2018-07-021-1/+1
* cleanup variable naming, it is actually a resource typeBjoern Schiessle2018-07-021-12/+10
* some minor fixes and clode cleanupBjoern Schiessle2018-07-022-1/+8
* send reshare over OCM APIBjoern Schiessle2018-07-021-3/+4
* detect correctly if a share was send successfulBjoern Schiessle2018-07-021-1/+1
* adjust to latest api versionBjoern Schiessle2018-07-024-22/+41
* check API VersionBjoern Schiessle2018-07-021-1/+5
* send accept share notification (WIP)Bjoern Schiessle2018-07-022-14/+55
* use new API to send a federated share if possibleBjoern Schiessle2018-07-022-5/+74
* check if cloud federation api is readyBjoern Schiessle2018-07-021-1/+15
* start implementing federated sharing 2.0Bjoern Schiessle2018-07-024-0/+559
* Make OCP\Federation strictRoeland Jago Douma2018-01-162-10/+12
* Update license headersMorris Jobke2017-11-062-12/+19
* Fix DI of the cloud id manager into appsJoas Schilling2017-02-141-0/+1
* fix copyright headersRobin Appelman2017-02-092-1/+5
* clean cloud idsRobin Appelman2017-02-091-3/+2
* add testsRobin Appelman2017-02-081-1/+1
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-082-0/+182