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
2020-10-30Remove updating-methods from Participant objectJoas Schilling
2020-10-30Move participants table in Manager to attendeesJoas Schilling
2020-10-30401 Unauthorized when the SIP headers are provided but invalidJoas Schilling
2020-10-30No mix of _ and -Joas Schilling
2020-10-30Fix PHP CSJoas Schilling
2020-10-30Check if the SIP is configuredJoas Schilling
2020-10-30Add an endpoint to enable the SIP per conversationJoas Schilling
2020-10-30Allow the SIP bridge to get the room dataJoas Schilling
2020-10-30Add a shared secretJoas Schilling
2020-10-30Keep file roomsJoas Schilling
2020-10-29Also delete the room if the last moderator leaves …Joas Schilling
2020-10-23Only show the conflict warning when the session was in a callJoas Schilling
2020-10-14Fix entropy calculation and missing default values for lobbyJoas Schilling
2020-09-29Bump the user status for mobile apps when pulling roomsJoas Schilling
2020-09-29Allow to opt-out of the status bump when pulling messagesJoas Schilling
2020-09-24Set the user status when a mobile client polls for messagesJoas Schilling
2020-09-23Merge pull request #4203 from nextcloud/bugfix/noid/save-lots-of-queries-with...Joas Schilling
2020-09-22Merge pull request #4189 from nextcloud/feature/noid/less-participant-queriesJoas Schilling
2020-09-22Save the query to count the user for moderators per room every 30secJoas Schilling
2020-09-22Save the "count unread messages" query, when the last read is the last room m...Joas Schilling
2020-09-22Allow to preload a user when getting the room by tokenJoas Schilling
2020-09-21Don't break on other errorsJoas Schilling
2020-09-21Also return the conversation data when the room exists alreadyJoas Schilling
2020-09-17Fix "enable_matterbridge" initial state not set for guestsDaniel Calviño Sánchez
2020-09-17Add a header and publish all status informationJoas Schilling
2020-09-15Store the one-to-one users in the "name" column so we can reuse the dataJoas Schilling
2020-09-11Don't leak the status when the app is disabled for the userJoas Schilling
2020-09-09log matterbridge config add/rm/edit events in related roomJulien Veyssier
2020-09-07fix IRC password in generated config, improve code designJulien Veyssier
2020-09-03Merge pull request #4079 from nextcloud/fix/matterbridge-binary-exec-permJoas Schilling
2020-09-03Merge pull request #4083 from nextcloud/bridge-process-stateJoas Schilling
2020-09-03No statuses for guestsJoas Schilling
2020-09-02get process state when editing, launch 60sec freq loop getting state when tok...Julien Veyssier
2020-09-02check if binary has correct owner and permissionsJulien Veyssier
2020-09-01show bridge process state and logJulien Veyssier
2020-08-25Rename to Matterbridge everywhereJoas Schilling
2020-08-25Only available for adminsJoas Schilling
2020-08-25Move stopAllBridges to a controller without a RoomJoas Schilling
2020-08-25Allow to install the Matterbridge app directly in the Talk settingsJoas Schilling
2020-08-25lintJulien Veyssier
2020-08-25stop all bridges when disabling admin settingJulien Veyssier
2020-08-25basic toggle matterbridge via admin settingsJulien Veyssier
2020-08-25Use room object from enviromentJoas Schilling
2020-08-25rebased to get settings tab, + another round of fixesJulien Veyssier
2020-08-25lint fixJulien Veyssier
2020-08-25fix after first reviewJulien Veyssier
2020-08-25check bridge process when getting itJulien Veyssier
2020-08-25implement UI for matterbridge managementJulien Veyssier
2020-08-25check if participant is moderator for all bridge related actionsJulien Veyssier
2020-08-25first working state of matterbridge PoC, server side onlyJulien Veyssier