summaryrefslogtreecommitdiffstats
path: root/lib/Signaling
AgeCommit message (Expand)Author
2023-06-20Add displayName when sending a participant update messageMarcel Müller
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-03-17Fix order at PostgreSQLVitor Mattos
2023-02-23Remove isSignalingDev methodVitor Mattos
2023-02-09Do not disinvite self-joined users when leavingDaniel Calviño Sánchez
2023-02-01Merge pull request #8656 from nextcloud/bugfix/noid/notify-participants-about...Joas Schilling
2023-01-31fix(conversations): Notify participants about conversation changes so they re...Joas Schilling
2023-01-31Add "switchto" to the required signaling server featuresDaniel Calviño Sánchez
2023-01-31Do not send "switchto" messages for breakout rooms without sessionsDaniel Calviño Sánchez
2023-01-31Send signaling message when starting or stopping breakout roomsDaniel Calviño Sánchez
2022-12-15Simplify the logicVitor Mattos
2022-12-12Small fixes after continuous integrationVitor Mattos
2022-12-12Moved the logic to check if recording is enabled to service methodsVitor Mattos
2022-12-12Reverted change after code reviewVitor Mattos
2022-12-12Moved constants from RoomService.php to Room.phpVitor Mattos
2022-12-09Send signaling messageVitor Mattos
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 serviceJoas 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 changedJoas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-04-25Move 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 callDaniel Calviño Sánchez
2022-03-08Emit a event so the HPB can send the update to the participantsJoas Schilling
2022-03-02cs:fixVitor 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