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
2022-05-31Fix backend url from CLIJoas Schilling
2022-05-17Use "all: true" for end meeting for everyone caseJoas Schilling
2022-05-16Also retry on connect exceptionJoas Schilling
2022-05-13Retry sending signaling messages up to 3 timesJoas 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 callfix-permissions-not-honoured-if-updated-right-before-joining-a-callDaniel Calviño Sánchez
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-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-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-03-08Fix session selection in signaling codeJoas Schilling
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling
2021-02-24First check for session because we don't do something otherwise anywayJoas Schilling
2021-01-14Send Nextcloud session id too when a participant joins a callDaniel Calviño Sánchez
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-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-12Send the backend message to the correct backend server for nowJoas 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-02Get room properties for the signaling server from separate function.Joachim Bauch
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-02-27Make room names non-optionalJoas Schilling
2019-02-12Make all classes strictJoas Schilling
2019-01-14Make Signaling\BackendNotifier strictJoas Schilling
2018-11-12Use Participant objects were possibleJoas Schilling
2018-11-12Do not create the participant when we don't need themJoas Schilling
2018-08-24Add a const for magic 0 as wellJoas Schilling
2018-08-24Change "inCall" state to contain bit flagsJoachim Bauch
2018-06-22Make sure to include "userid" for all participants that are users.Joachim Bauch
2018-06-12Use standalone signaling server to notify about new chat messages.Joachim Bauch
2018-05-08Notify standalone signaling server about sessions to remove from room.Joachim Bauch
2018-05-08Notify standalone signaling backend when a guest name is changed.Joachim Bauch
2018-03-21Provide the app to loggerMorris Jobke
2018-02-02Fix type in condition.Joachim Bauch
2018-02-02Add tests for "BackendNotifier".Joachim Bauch