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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-07-16 06:33:15 +0300
committerJoas Schilling <coding@schilljs.com>2018-08-24 23:57:20 +0300
commit55937cdb8c282da9268777ece798decb50dd503b (patch)
tree3c2b91e994238344797edfc9f0d840f7896a05ff /appinfo
parent74b90c158c7cab54b62cec9b8e6001efd000b7e3 (diff)
Add collaborator plugin for rooms
A user can create a room share only with rooms in which she is a participant. Therefore the search is limited to those rooms. Currently the rooms are searched only by their name; it is not possible yet to search them based on other participants. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4545ed03d..7c5d4641f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -81,4 +81,10 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<contactsmenu>
<provider>OCA\Spreed\ContactsMenu\Providers\CallProvider</provider>
</contactsmenu>
+
+ <collaboration>
+ <plugins>
+ <plugin type="collaborator-search" share-type="SHARE_TYPE_ROOM">OCA\Spreed\Collaboration\Collaborators\RoomPlugin</plugin>
+ </plugins>
+ </collaboration>
</info>