summaryrefslogtreecommitdiffstats
path: root/lib/MatterbridgeManager.php
AgeCommit message (Expand)Author
2023-12-11Merge pull request #11189 from nextcloud/bugfix/noid/fix-duplicate-catchesJoas Schilling
2023-12-11fix(matterbridge): Simplify "string starts with" checkJoas Schilling
2023-12-11fix(API): Fix duplicate exception catchesJoas Schilling
2023-11-22fix(API): Move away from deprecated constantsJoas Schilling
2023-10-06Adjust namespace and dictionary to match TalkJoas Schilling
2023-10-06Add annotations for utilitiesjld3103
2023-07-14Update psalm baselineHamid Dehnavi
2023-07-11Make adjustments based on the psalm errorHamid Dehnavi
2023-07-11Use PHP8's constructor property promotionHamid Dehnavi
2023-07-04fix(CI): Make psalm happyJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2022-10-04Move getParticipant()Joas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
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-08Set 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