summaryrefslogtreecommitdiffstats
path: root/lib/Controller/SignalingController.php
AgeCommit message (Expand)Author
2024-07-18feat: Add federation properties to signaling settingsDaniel Calviño Sánchez
2024-04-26chore: Run SPDX convertorJoas Schilling
2024-02-07fix(hpb): Log the HPB request when we logJoas Schilling
2024-01-18fix(openapi): Reorganize openapi specsJoas Schilling
2023-12-11fix(CS): Migrate more strpos() calls to str_* functionsJoas Schilling
2023-12-01fix(API): Remove unused variables and deprecated methodsJoas Schilling
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
2023-11-22fix(API): Move away from deprecated constantsJoas Schilling
2023-11-17fix(API): Add more specific int-typesJoas Schilling
2023-10-30Show a warning when the HPB does not support dialoutJoas Schilling
2023-10-30fix(signaling): Fix pullMessages return typejld3103
2023-10-28refactor(signaling): Rename sendMessages endpoint for clarificationjld3103
2023-10-23fix(event): Strict type the event after clarification with event consumersJoas Schilling
2023-10-20feat(events): Migrate signaling events to typed eventsJoas Schilling
2023-10-06Adjust namespace and dictionary to match TalkJoas Schilling
2023-10-06Add annotations for SignalingControllerjld3103
2023-08-16fix(CI): Cases without participant return before alreadyJoas Schilling
2023-07-10Add certificate check to signaling and recording serverMarcel Müller
2023-07-06Use PHP8's constructor property promotionHamid Dehnavi
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