summaryrefslogtreecommitdiffstats
path: root/tests/php/Signaling
AgeCommit message (Expand)Author
2023-02-27fix(CI): Adjust unit testsJoas Schilling
2023-02-14Add unit test for signaling messages for recording status changesDaniel Calviño Sánchez
2023-02-09Do not disinvite self-joined users when leavingDaniel Calviño Sánchez
2023-02-09Extract reference to "userManager" to be used in the testsDaniel 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
2023-01-31Ignore messages in other rooms when asserting that a message was sentDaniel Calviño Sánchez
2023-01-31Extract expected URL to its own variableDaniel Calviño Sánchez
2022-12-12Moved the logic to check if recording is enabled to service methodsVitor Mattos
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Fix dependecy circleJoas Schilling
2022-10-04Move more methods away from the room modelJoas Schilling
2022-10-04Move getParticipant*() methods to participant serviceJoas Schilling
2022-10-02Move deleteRoom() to RoomServiceJoas Schilling
2022-09-22Fix participant sessions not sent to the HPBDaniel Calviño Sánchez
2022-09-01Adjust coding styleJoas Schilling
2022-08-26Fix not leaving previous session when joining the same room againDaniel Calviño Sánchez
2022-08-26Fix call left event not sent when leaving conversation while in a callDaniel Calviño Sánchez
2022-07-07Implement JWT auth for signaling connection.Joachim Bauch
2022-07-01Remove unused propertyVitor Mattos
2022-06-30Fix testsVitor Mattos
2022-06-30Method moved and change argumentVitor Mattos
2022-06-30Add job to apply ttlVitor Mattos
2022-06-29Implement password policy checkerJoas Schilling
2022-05-24Move setDescription to room serviceJoas Schilling
2022-05-17Move setType to room serviceJoas Schilling
2022-05-13Fix unit test on php 8.0+Joas Schilling
2022-05-10Move setReadOnly to room serviceJoas Schilling
2022-05-10Move setLobby() to room serviceJoas Schilling
2022-05-09Move setListable() to RoomServiceJoas Schilling
2022-04-30Move Room::verifyPassword() to the RoomServiceJoas Schilling
2022-04-07Fix type handlingJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-14Fix permissions not honoured if updated right before joining a callDaniel Calviño Sánchez
2021-12-15Make it explicit when the participant list changedJoas Schilling
2021-12-15Only for guests and self-joined users disconnecting is "leaving"Joas Schilling
2021-12-06Replace deprecated methodVitor Mattos
2021-10-21Introduce event so other apps can override the list of TURN servers.Joachim Bauch
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-07Move PERMISSIONS_MOFIDY_* constants to Attendee classJoas Schilling
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-07Introduce different layers for permissionsJoas Schilling
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
2021-08-24Fix unit testsJoas Schilling
2021-06-11Include "publishingPermissions" in participant messages of signalingDaniel Calviño Sánchez
2021-01-14Send Nextcloud session id too when a participant joins a callDaniel Calviño Sánchez
2020-12-11Fix tests for listable conversationsVincent Petry
2020-12-11Adjustments for listable rooms after reviewVincent Petry
2020-12-11Added search provider for listed conversationsVincent Petry