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
2022-09-22Fix participant sessions not sent to the HPBDaniel Calviño Sánchez
2022-08-26Fix not leaving previous session when joining the same room againDaniel Calviño Sánchez
2022-07-07Autodetect if signaling server supports hello-v2.Joachim Bauch
2022-05-31Fix backend url from CLIJoas Schilling
2022-05-20Move setAssignedSignalingServer to room servicetechdebt/6235/set-assigned-signaling-serverJoas Schilling
2022-05-17Require new HPB versionJoas Schilling
2022-05-17Use "all: true" for end meeting for everyone caseJoas Schilling
2022-05-16Merge pull request #7368 from nextcloud/bugfix/noid/only-send-the-currently-m...Joas Schilling
2022-05-16Also retry on connect exceptionJoas Schilling
2022-05-13Retry sending signaling messages up to 3 timesJoas Schilling
2022-05-13Only declare the actual changed session of a user as changedbugfix/noid/only-send-the-currently-modified-sessionId-as-changed-sessionJoas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-04-25Move signaling listeners anonymous functions to staticfeature/move-signaling-listeners-anonymous-functions-to-staticVitor Mattos
2022-04-07Fix type handlingJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-17Fix participant list not refreshed when general permissions changeDaniel Calviño Sánchez
2022-03-17Fix permissions not updated in HPB when general permissions changeDaniel Calviño Sánchez
2022-03-14Fix permissions not honoured if updated right before joining a callfix-permissions-not-honoured-if-updated-right-before-joining-a-callDaniel Calviño Sánchez
2022-03-08Emit a event so the HPB can send the update to the participantsbugfix/noid/combine-multiple-system-messages-updatesJoas Schilling
2022-03-02cs:fixtechdebt/noid/use-transaction-for-internal-signalingVitor Mattos
2022-02-25Use transactions for internal signalingJoas Schilling
2022-02-09Update coding standardJoas Schilling
2022-01-26Only send 1 HPB request for the "end call for everyone" caseJoas Schilling
2021-12-15Only for guests and self-joined users disconnecting is "leaving"Joas Schilling
2021-12-06Replace deprecated methodVitor Mattos
2021-11-03Show an admin error when the HPB is incompatibleJoas Schilling
2021-10-20Fix internal signalingJoas Schilling
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-07Split publishing media into audio and video after clarifying with the HPBJoas Schilling
2021-10-07Fix permission handling in unit testsJoas Schilling
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
2021-10-07Introduce different layers for permissionsJoas Schilling
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
2021-10-07Changes after run --alterVitor Mattos
2021-06-22Also have sending requests marked as hpbJoas Schilling
2021-06-11Include "publishingPermissions" in participant messages of signalingDaniel Calviño Sánchez
2021-06-11Grant permissions in the HPB based on publishing permissionsDaniel Calviño Sánchez
2021-06-07Add endpoint to update the call flagsDaniel Calviño Sánchez
2021-03-08Fix HPB missing event when a session is terminated onlyJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-03-08Fix session selection in signaling codeJoas Schilling
2021-03-08Don't load the session by default on getParticipantsForRoomJoas Schilling
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling
2021-02-24Merge pull request #5258 from nextcloud/techdebt/noid/base-queries-on-session...Joas Schilling
2021-02-24First check for session because we don't do something otherwise anywayJoas Schilling
2021-02-24Make the method loop over the sessions instead of the attendeesJoas Schilling
2021-02-24Use addMessageForAllParticipants instead of looping manuallyJoas Schilling
2021-01-14Send Nextcloud session id too when a participant joins a callDaniel Calviño Sánchez
2020-12-11Add listable flags attribute for conversationsVincent Petry
2020-12-09Create a new table for internal signaling and guest names with a PKJoas Schilling