summaryrefslogtreecommitdiffstats
path: root/lib/Controller/SignalingController.php
AgeCommit message (Expand)Author
2023-04-26feat(controllers): Migrate server annotations to attributesJoas Schilling
2023-04-24fix(controllers): Migrate to proper "multiple bruteforce protections" supportJoas Schilling
2023-04-24fix(controllers): Always specify the bruteforced actionJoas Schilling
2023-04-24fix(controllers): Migrate to BruteForceProtection attributeJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-02-20Add support for getting the signaling settings from the recording serverDaniel Calviño Sánchez
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Move getParticipant*() methods to participant serviceJoas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-08-12Merge pull request #7472 from nextcloud/jwt-authJoas Schilling
2022-08-03Return hello v1 ticket to maintain backwards compatibility.Joachim Bauch
2022-07-07Autodetect if signaling server supports hello-v2.Joachim Bauch
2022-07-07Implement JWT auth for signaling connection.Joachim Bauch
2022-07-04Throttle more endpointsJoas Schilling
2022-06-30Also throttle signaling secret guessingJoas Schilling
2022-05-17Adjust log messageJoas Schilling
2022-05-17Allow the HPB to group session pinging across roomsJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-21Do not load the session in getParticipantByActor() as no caller needs itJoas Schilling
2022-02-11Remove references to deleted documentation and point to new location.Joachim Bauch
2022-02-09Show version number in HPB update warningJoas Schilling
2021-11-05Reconnect when permissions change with internal signalingJoas Schilling
2021-11-03Show an admin error when the HPB is incompatibleJoas Schilling
2021-10-07Split publishing media into audio and video after clarifying with the HPBJoas Schilling
2021-10-07Introduce different layers for permissionsJoas Schilling
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
2021-07-20Revert "fix links to documentation"kesselb
2021-07-03fix links to documentationszaimen
2021-06-29Catch the correct exception in case of UniqueConstraintViolationExceptionJoas Schilling
2021-06-16Add debug logs to allow finding out what kind of requests are sentJoas 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-05-19Remove previous versions for signaling endpointsDaniel Calviño Sánchez
2021-05-19Unify STUN and TURN server URLsDaniel Calviño Sánchez
2021-05-10Merge pull request #5491 from brknkfr/multiple_turnserversDaniel Calviño Sánchez
2021-05-10Provide multiple TURN servers to webrtc clientSebastian L
2021-05-07Provide multiple STUN servers to webrtc clientSebastian L
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-02-24Pick all sessions instead of attendees when returning participants on signalingJoas Schilling
2021-02-05Add support for "turns:" schemeDaniel Calviño Sánchez
2020-11-30Expose the dial-in information to clientsJoas Schilling
2020-11-27Load new participants by actor when the session does not exist yetJoas Schilling
2020-11-26Simplify getting the participantJoas Schilling
2020-11-26When the HPB provided a session id only join/leave with that sessionJoas Schilling
2020-11-26Load the participant by session as loading by actor is prefetched only as att...Joas Schilling
2020-11-26Don't preload the user so we load it with the session later onJoas Schilling
2020-11-26All parameters are lowercaseJoas Schilling
2020-11-26Use the call flag when it was given by the HPB serverJoas Schilling
2020-11-26Only delete guests without a PINJoas Schilling