Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-19 13:38:25 +0300
committerJoas Schilling <coding@schilljs.com>2016-10-20 13:14:59 +0300
commitcf2d1b242746eb49a52c7d199744a6883f89448d (patch)
tree7547a71526bd5ce4a95b9006aedc00d153ad8f08 /lib/public/RichObjectStrings
parentb35d2fd8f2e96f56951e33d27d07cb213375e46b (diff)
Move federated share notifications to ROS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/RichObjectStrings')
-rw-r--r--lib/public/RichObjectStrings/definitions.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/definitions.json b/lib/public/RichObjectStrings/definitions.json
index 581572eb345..222f6615cf4 100644
--- a/lib/public/RichObjectStrings/definitions.json
+++ b/lib/public/RichObjectStrings/definitions.json
@@ -131,6 +131,25 @@
}
}
},
+ "pending-federated-share": {
+ "author": "Nextcloud",
+ "app": "dav",
+ "since": "9.2.0",
+ "parameters": {
+ "id": {
+ "since": "9.2.0",
+ "required": true,
+ "description": "The id used to identify the federated share on the instance",
+ "example": "42"
+ },
+ "name": {
+ "since": "9.2.0",
+ "required": true,
+ "description": "The name of the shared item which should be used in the visual representation",
+ "example": "file.txt"
+ }
+ }
+ },
"systemtag": {
"author": "Nextcloud",
"app": "core",