summaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-055-5/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-224-6/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add autoloaders for shipped appsRoeland Jago Douma2019-06-279-0/+600
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* adjust json to match the definitionBjoern Schiessle2019-02-201-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update compatible versions for cloud federation apiRobin Appelman2018-11-291-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update compatible versions for cloud federation apiRobin Appelman2018-11-241-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Bump cloud federation apiRoeland Jago Douma2018-11-231-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* implement federated group sharesBjoern Schiessle2018-07-112-13/+41
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove the makefileBjoern Schiessle2018-07-021-50/+0
|
* add support for different share typesBjoern Schiessle2018-07-021-24/+15
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* let the actual federated share provider check if incoming/outgoing shares ↵Bjoern Schiessle2018-07-021-13/+0
| | | | | | are enabled for the specific resource type Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* send the display name back after a federated share was receivedBjoern Schiessle2018-07-021-1/+7
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* implement config checkBjoern Schiessle2018-07-021-3/+23
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* some minor fixes and clode cleanupBjoern Schiessle2018-07-021-1/+0
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic ↵Bjoern Schiessle2018-07-021-2/+2
| | | | | | \OCP\Share\Exception\ShareNotFound exception Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* send reshare over OCM APIBjoern Schiessle2018-07-021-3/+3
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix capabilitiesBjoern Schiessle2018-07-021-3/+7
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* implement accept share notificationBjoern Schiessle2018-07-021-1/+8
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* adjust to latest api versionBjoern Schiessle2018-07-022-16/+21
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update capabilitiesBjoern Schiessle2018-07-021-1/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* send accept share notification (WIP)Bjoern Schiessle2018-07-021-9/+14
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* use new API to send a federated share if possibleBjoern Schiessle2018-07-021-3/+11
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add cloud federation api appBjoern Schiessle2018-07-029-0/+1152
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>