aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api/lib
Commit message (Expand)AuthorAgeFilesLines
* Move cloud_federation_api to bootstrap mechanismMorris Jobke2020-07-081-4/+16
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-9/+3
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-2/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Update license headersChristoph Wurst2019-12-054-4/+11
* Some php-cs fixesRoeland Jago Douma2019-11-224-6/+1
* adjust json to match the definitionBjoern Schiessle2019-02-201-1/+2
* implement federated group sharesBjoern Schiessle2018-07-112-13/+41
* add support for different share typesBjoern Schiessle2018-07-021-24/+15
* 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
* implement config checkBjoern Schiessle2018-07-021-3/+23
* 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
* fix capabilitiesBjoern Schiessle2018-07-021-3/+7
* implement accept share notificationBjoern Schiessle2018-07-021-1/+8
* adjust to latest api versionBjoern Schiessle2018-07-022-16/+21
* update capabilitiesBjoern Schiessle2018-07-021-1/+5
* 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-024-0/+397