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-07-14Set avatar correctlyGary Kim
2021-07-14Show name for bridged messagesGary Kim
2021-07-14Add skip TLS option for XMPP and RocketchatGary Kim
2021-06-24Optimize importsJoas Schilling
2021-06-24Adjust more database calls to the new methodsJoas Schilling
2021-06-24Don't spam the log when matterbridge is disabledJoas Schilling
2021-06-09Set permissions on Matterbridge config and logGary Kim
2021-04-30Add a global constant for the bots userIdJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-02-12Populate the display name when adding logged in usersJoas Schilling
2021-01-28refs #4776 recreate matterbridge config file if missing when launchingJulien Veyssier
2021-01-07avoid double quotes in bridge bot app password, it messes with the toml fileJulien Veyssier
2020-12-18Merge pull request #4791 from nextcloud/fix/4549/complexify-bridge-bot-passwordJoas Schilling
2020-12-18Adjust files to make cs fixer happyVincent Petry
2020-12-17refs #4549 put uppercase letters in bridge bot passwordJulien Veyssier
2020-12-16Merge pull request #4746 from nextcloud/enh/improve-system-processesJoas Schilling
2020-12-15Merge pull request #4653 from nextcloud/enh/noid/matterbridge-designJoas Schilling
2020-12-15fix bridge-related system messages and send one when bridge is toggledJulien Veyssier
2020-12-11use proc_open to run system commands in bridge managerJulien Veyssier
2020-12-11refs #4719 all bridge services have a channel keyJulien Veyssier
2020-12-09refs #4719 fix telegram channel config keyJulien Veyssier
2020-11-27remove bridge bot from room when bridge is disabledJulien Veyssier
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Only use addUsers and joinRoom from Participant serviceJoas Schilling
2020-10-16use strict match to determine if bridge process is runningJulien Veyssier
2020-10-13make isRunning work with busybox psJulien Veyssier
2020-10-13larger filter to get zombie processesJulien Veyssier
2020-10-13use 'ps' syntax which works in busyboxJulien Veyssier
2020-10-05stick with lowercase for bridge part field idsJulien Veyssier
2020-10-05refs #4283 fix connection password and add channel password fieldJulien Veyssier
2020-09-22PHPStorm to the rescueJoas Schilling
2020-09-22Don't error when a room was deletedJoas Schilling
2020-09-22Make the queries simpler with the new columnsJoas Schilling
2020-09-22get 'enabled' and 'pid' bridge values out of json_valuesJulien Veyssier
2020-09-22Reduce the load when detecting and killing zombiesJoas Schilling
2020-09-22Loop over the enabled bridges instead of all roomsJoas Schilling
2020-09-22Better scaling version of stopAllBridgesJoas Schilling
2020-09-22Set a limit on the queryJoas Schilling
2020-09-22Remove unused varJoas Schilling
2020-09-22Don't loop over the rooms when we kill all anywayJoas Schilling
2020-09-22When no bridges are running we are doneJoas Schilling
2020-09-22Remove unused methods and members and define all membersJoas Schilling
2020-09-22Fix undefined variables and classesJoas Schilling
2020-09-21Fix IRC nickserv credentialsJoas Schilling
2020-09-09log matterbridge config add/rm/edit events in related roomJulien Veyssier
2020-09-07Merge pull request #4117 from nextcloud/matterbridge-adjustmentsJoas Schilling
2020-09-07Merge pull request #4122 from nextcloud/fix/relaunch-bridge-on-config-editJoas Schilling
2020-09-07kill matterbridge before config editionJulien Veyssier
2020-09-07give low priority to matterbridge processesJulien Veyssier
2020-09-07add checkbox bridge field type, add fields for IRCJulien Veyssier