aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/ocm/CloudFederationProviderFiles.php
Commit message (Expand)AuthorAgeFilesLines
* Fix PSR-4 namespaceJoas Schilling2020-06-051-845/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-18/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* confirm auth on share generated by CirclesMaxence Lange2019-12-161-0/+17
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Use the displayname for federated notificationsRoeland Jago Douma2019-11-181-4/+4
* handle unshare request from ownerBjoern Schiessle2018-07-111-18/+25
* accept/decline group sharesBjoern Schiessle2018-07-111-0/+2
* fix notification when a group share is receivedBjoern Schiessle2018-07-111-9/+15
* implement federated group sharesBjoern Schiessle2018-07-111-32/+81
* remove debug outputBjoern Schiessle2018-07-021-1/+0
* add support for different share typesBjoern Schiessle2018-07-021-0/+10
* make sure that remote url gets stored with a trailing '/'Bjoern Schiessle2018-07-021-0/+5
* some minor fixes and clode cleanupBjoern Schiessle2018-07-021-15/+12
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-021-14/+14
* fix check for reshare permissionsBjoern Schiessle2018-07-021-1/+1
* send RESHARE_CHANGE_PERMISSION messageBjoern Schiessle2018-07-021-0/+82
* implement RESHARE_UNDO notificationBjoern Schiessle2018-07-021-2/+1
* implement unshare notificationBjoern Schiessle2018-07-021-1/+110
* send reshare over OCM APIBjoern Schiessle2018-07-021-6/+74
* implement decline shareBjoern Schiessle2018-07-021-7/+98
* implement accept share notificationBjoern Schiessle2018-07-021-8/+149
* adjust to latest api versionBjoern Schiessle2018-07-021-4/+5
* send accept share notification (WIP)Bjoern Schiessle2018-07-021-5/+15
* use new API to send a federated share if possibleBjoern Schiessle2018-07-021-9/+1
* implement receiving of federated sharesBjoern Schiessle2018-07-021-0/+272