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
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
2020-12-08Notify external signaling server when description changesDaniel Calviño Sánchez
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-11-13Fix casing of IURLGenerator to fix DIRoeland Jago Douma
2020-10-30Fix the unit testsJoas Schilling
2020-10-30Move more functions to the servicesJoas Schilling
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
2020-10-30Further adjustments in the RoomControllerJoas Schilling
2020-10-30Notify the HPB about SIP changesJoas Schilling
2020-08-03Move to Psr\Log\LoggerInterfaceJoas Schilling
2020-07-31Pass base URL of Nextcloud to signaling server in backend requests.Joachim Bauch
2020-07-29Always allow local HPBsJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2020-05-12Don't throw an exception in case of entropy failJoas Schilling
2020-05-12Allow to hardcode a signaling server per conversation tokenJoas Schilling
2020-05-12Send the backend message to the correct backend server for nowJoas Schilling
2020-05-12Introduce a manager to get the signaling serverJoas Schilling
2020-05-12Hand in the Room object to the deeper levelsJoas Schilling
2020-05-12Use a dedicated method to get the signaling modeJoas Schilling
2020-04-07Also don't break on the API when the signaling server is downJoas Schilling
2020-03-06Send participant permissions to the external signaling serverDaniel Calviño Sánchez
2020-03-06Fix participant type change with external signaling serverDaniel Calviño Sánchez
2020-03-02Get room properties for the signaling server from separate function.Joachim Bauch
2019-12-04Group same listenersJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling