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
AgeCommit message (Collapse)Author
2021-01-21Fix "Call to undefined method OCA\\Talk\\Participant::getUser()"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-21Fix "Undefined index: userId"Joas Schilling
Regression from the participant rewrite Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix some more participant handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix function usageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-06Fix key name in collaboration resource listener for add user eventDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-22Allow to preload a user when getting the room by tokenJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Run cs:fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-22Move routes to appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-07Limit creating public and group conversations to a groupJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25Filter out existing participants when requesting suggestions to addJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25Split the listener into a dedicated CollaboratorsListenerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04Add constants for event names and use patternJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04Typed events for TalkJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-01More IShare::TYPE_* fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05Bye Spreed, hello Talk!Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-30Correctly check if a user has access to a conversationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-28Fix missing room name of one-to-one roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27Catch a missing resource, so the tests work againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27Add a link for roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27Make the image-path absolute and fix non-public-roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27Add icon to resource objectsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-27Update lib/Collaboration/Resources/ConversationProvider.phpJulius Härtl
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27Add a provider for linked collaboration resourcesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-25Do not allow to share files into read-only conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-27Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-27Make room names non-optionalJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-12Make all classes strictJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-24Add collaborator plugin for roomsDaniel Calviño Sánchez
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>