summaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* ocm servicesMaxence Lange2023-09-221-46/+13
* Correctly log failed attemptsJoas Schilling2022-06-131-4/+12
* Always log errors from sending federation api requests to ease debuggingJoas Schilling2022-06-071-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Move requesthandler controller to LoggerInterfaceRoeland Jago Douma2021-03-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+3
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+1
* implement federated group sharesBjoern Schiessle2018-07-111-10/+35
* let the actual federated share provider check if incoming/outgoing shares are...Bjoern Schiessle2018-07-021-13/+0
* send the display name back after a federated share was receivedBjoern Schiessle2018-07-021-1/+7
* some minor fixes and clode cleanupBjoern Schiessle2018-07-021-1/+0
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-021-2/+2
* send reshare over OCM APIBjoern Schiessle2018-07-021-3/+3
* implement accept share notificationBjoern Schiessle2018-07-021-1/+8
* adjust to latest api versionBjoern Schiessle2018-07-021-13/+18
* send accept share notification (WIP)Bjoern Schiessle2018-07-021-9/+14
* use new API to send a federated share if possibleBjoern Schiessle2018-07-021-3/+11
* add cloud federation api appBjoern Schiessle2018-07-021-0/+258