aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Federation
Commit message (Expand)AuthorAgeFilesLines
* fix(federation): Fix type and docs on ICloudFederationNotification interfaceJoas Schilling2023-10-181-2/+2
* federatedfilesharing: Add OpenAPI specjld31032023-07-121-1/+1
* displayname on federated sharesMaxence Lange2023-06-281-0/+10
* Fix OCM validation errorsjld31032023-02-101-2/+5
* composer run cs:fixCôme Chilliet2023-01-2010-10/+0
* Summer cleanup of the federation appCarl Schwan2022-06-241-0/+48
* Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-141-2/+2
* Migrate HintException to OCPGary Kim2021-06-306-6/+6
* Correctly check the reception of a remote feedbackLouis Chemineau2021-06-091-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0413-26/+13
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Remove @package annotations from public namespaceJulius Härtl2020-08-2611-11/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-109-12/+0
* Update license headersChristoph Wurst2019-12-0513-13/+45
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-1/+1
* Fix exception classJoas Schilling2018-09-101-1/+1
* Fixed tiny grammar issuerakekniven2018-07-311-2/+2
* fix return type from send shareBjoern Schiessle2018-07-021-1/+1
* add support for different share typesBjoern Schiessle2018-07-021-0/+9
* cleanup variable naming, it is actually a resource typeBjoern Schiessle2018-07-021-7/+7
* some minor fixes and clode cleanupBjoern Schiessle2018-07-029-3/+86
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-022-31/+2
* send reshare over OCM APIBjoern Schiessle2018-07-022-2/+3
* implement accept share notificationBjoern Schiessle2018-07-023-0/+110
* adjust to latest api versionBjoern Schiessle2018-07-024-7/+20
* send accept share notification (WIP)Bjoern Schiessle2018-07-024-9/+52
* use new API to send a federated share if possibleBjoern Schiessle2018-07-022-9/+2
* check if cloud federation api is readyBjoern Schiessle2018-07-021-0/+9
* implement receiving of federated sharesBjoern Schiessle2018-07-022-7/+11
* start implementing federated sharing 2.0Bjoern Schiessle2018-07-029-0/+648
* Make OCP\Federation strictRoeland Jago Douma2018-01-162-7/+9
* Update license headersMorris Jobke2017-11-062-12/+19
* Document that it throwsJoas Schilling2017-08-141-0/+1
* fix copyright headersRobin Appelman2017-02-092-2/+6
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-082-0/+113