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 (Expand)Author
2017-12-11Merge pull request #502 from nextcloud/bugfix/noid/fix-room-messages-with-roo...Ivan Sein
2017-11-28Allow apps to get the signaling informationJoas Schilling
2017-11-22Adjust the room/call message while waiting for a callJoas Schilling
2017-11-22Use a different object type for all the notificationsJoas Schilling
2017-11-20Mark mention notifications as read, when the user pulls the chat messages of ...Joas Schilling
2017-11-20Code cleanupJoas Schilling
2017-11-17Merge pull request #486 from nextcloud/fix/noid/signaling-backendJoas Schilling
2017-11-17Make sure $signaling is definedJoas Schilling
2017-11-15Move notification generation to hooks as wellJoas Schilling
2017-11-15Create invitation activity "{actor} invited you to {call}" via hookJoas Schilling
2017-11-10Also skip guests which are not in the callJoas Schilling
2017-11-10Fix guest/user handling in join/leave callJoas Schilling
2017-11-03Split joining a room and joining a call API wiseJoas Schilling
2017-11-02Fix passing of configured servers to the UI and wrong own URL to validate users.Joachim Bauch
2017-11-02Allow multiple signaling serversJoas Schilling
2017-11-02Use events to notify the backend about room changes.Joachim Bauch
2017-11-02Return "DataResponse" instead of throwing if the internal signaling is disabled.Joachim Bauch
2017-11-02Allow setting up multiple signaling servers.Joachim Bauch
2017-11-02Set STUN/TURN server through settings instead of performing requests.Joachim Bauch
2017-11-02Pass all signaling-related settings as JSON object to frontend.Joachim Bauch
2017-11-02Update ping time when user joins a room.Joachim Bauch
2017-11-02Send all participants to backend when invited users of a room change.Joachim Bauch
2017-11-02Don't always skip certificate verification of connections to backend.Joachim Bauch
2017-11-02Implement backend APIs to be used by standalone signaling server.Joachim Bauch
2017-10-20Fix password protected rooms in chat backendDaniel Calviño Sánchez
2017-10-20Use the room ID instead of the token as the object ID of chat commentsDaniel Calviño Sánchez
2017-10-20Fix storing a spreed-session as an actorIdDaniel Calviño Sánchez
2017-10-20Add controller for chat messagesDaniel Calviño Sánchez
2017-10-19Fix infinite redirect when following the link in a contacts menuJoas Schilling
2017-10-11Don't use popup to ask for the password but the "blue screen"Joas Schilling
2017-10-06Merge pull request #427 from nextcloud/move-admin-settings-to-own-sectionJoas Schilling
2017-10-05Remove unused session idJoas Schilling
2017-09-28Allow multiple turn serversJoas Schilling
2017-09-28Allow setting multiple STUN serversJoas Schilling
2017-09-26Make sure we send the user list at least all 30 secondsJoas Schilling
2017-09-25Fix spelling of Signaling (single L)Joas Schilling
2017-09-25Remove queries from controllerJoas Schilling
2017-09-25Remove 2 seconds wait pulling messages.Ivan Sein
2017-09-25Use an OCS controller and long polling instead of event sourcesJoas Schilling
2017-09-25Add events when participants disconnectJoas Schilling
2017-09-25Add a (collective) event when adding users to a callJoas Schilling
2017-09-22Fail when the user is not a participantJoas Schilling
2017-09-22Remove self-joined users from the list after leavingJoas Schilling
2017-09-22Allow accessing the peers for users which are part of the roomJoas Schilling
2017-09-22Only return limited information before password verificationJoas Schilling
2017-09-22Hash the passwordsJoas Schilling
2017-09-22Add option for the moderator to set a passwordJoas Schilling
2017-09-22Add endpoint to set the passwordJoas Schilling
2017-09-22Start implementing room passwordsJoas Schilling
2017-09-22Fix inspection errors (although they can not happen *cough*)Joas Schilling