wp-mail-logging
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114broken-link-checker
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114health-check
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114updraftplus
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114wp-extended-search
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114rocket
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114<\/p>\n
Today we released Nextcloud 16 and with this release comes also Nextcloud Talk 6.0. This release introduces a series of improvements, including the brand new Commands, usability improvements, persistent one-to-one conversations and more. Of course, the new Talk supports Projects,<\/a> enabling users to connect a chat to files, folders and tasks. This release also adds compatibility for audio and video calls in Microsoft Edge and Safari.<\/p>\n As this release brings so many improvements, we’ve written 4 other blogs with more details about the main features:<\/p>\n Commands allow administrators to define actions users can call from a chat. Three examples are included with the release of Talk 6:<\/p>\n The default By default, only This will enable the hackernews script, so users can type To enable all sample commands at once:<\/p>\n Commands supports aliases which enable multiple names that execute the same commands. Each script can be configured to show its input just to the user or to all chat participants, or even nobody (in case the script is just meant to kick off something). Scripts can also be limited to execution by moderators, logged-in users or all chat participants.<\/p>\n We invite everyone to write and share scripts which are useful to all Nextcloud users – and to share their scripts in this Github issue for inclusion in Nextcloud.<\/a><\/p>\n More extensive documentation for this feature can be found on Github.<\/a><\/p>\n\n
Commands<\/h2>\n
\n
\/calc<\/code> 10 + 3^3 * sqrt(5)<\/em><\/li>\n
\/wiki<\/code> Nextcloud<\/em><\/li>\n
\/hackernews<\/code> best<\/em><\/li>\n<\/ul>\n
\/help<\/code> command shows a list of available commands.<\/p>\n
\/help<\/code> is enabled. Administrators can enable the example commands individually, using the
occ<\/code> command. An example:<\/p>\n
sudo -u www-data php .\/occ talk:command:add hackernews hackernews \"php \/var\/www\/htdocs\/nextcloud\/apps\/spreed\/sample-commands\/hackernews.php \\\"{ARGUMENTS_DOUBLEQUOTE_ESCAPED}\\\" {ROOM} {USER}\" 2 3<\/code><\/pre>\n
\/hackernews best<\/code> to get a list of the best Hacker News articles<\/a> shared in the chat. Users can also ask for
\/hackernews top<\/code> and
\/hackernews new<\/code>!<\/p>\n
sudo -u www-data php .\/occ talk:command:add-samples<\/code><\/pre>\n