spreed

🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud

AGPL-3.0 License

Stars
1.6K
Committers
108

Bot releases are hidden (Show)

spreed -

Published by nickvergessen almost 5 years ago

Changed

  • Improve the settings for Talk and extend the explanations #2342

Fixed

  • Do not join file conversations automatically to avoid empty conversations #2423 #2347
  • Do not load the Talk sidebar on public share page for folders #2340
spreed -

Published by nickvergessen about 5 years ago

Fixed

  • Fix position of the promoted and the current participant in calls #2320
  • Add a hint for the start time format of the lobby timer #2267
  • Fix "MessageTooLongException" when mentioning someone in a long comment #2268
  • Correctly set the unread counter when readding a user to a one-to-one conversation #2259
spreed -

Published by nickvergessen about 5 years ago

Added

  • Added a simple Lobby: moderators can join and prepare a call/meeting while users and guests can not join yet #1926
  • Add the file call functionality to the public sharing page #2107
  • Allow to mention guest users #1974
  • Added a voice level indicator and notify the user when they speak while they are muted #2016
  • Change the read marker to work based on the message ID and allow clients to set it manually #1214
  • Prepare the backend for replies to messages so the clients can implement it #2000
  • Allow to prevent guests from starting a call #2204
  • Update SimpleWebRTC to the latest version

Changed

  • Load newest chat messages first on joining a conversation #2206
  • You can now escape commands to show them to your chat partners by prepending a second slash (e.g. //help) #1919
  • One-to-one conversations are now only deleted if both users leave the conversation #1921
  • Use the guests name in notifications instead of the anonymous "A guest" string #2104

Fixed

  • Allow to have file based calls in folders mounted by the groupfolders app #2012
  • Only list participants who joined the call in the call summary #2012
  • Participants in the participant list now offer the contacts menu #1822
  • Better UI feedback while moderator actions are performed #2117
  • Make sure the external signaling server is informed about the new state changes (read-only, lobby, etc.) #2103
  • Show a call summary for calls when there was no user #2177
  • Allow to mention the conversation by its name additionally to "all" #2198
  • Fix mentions with users that have a numeric only ID #2173
  • Enable camera and microphone access in the Nextcloud 17 feature policy #2073
  • Multiple Nextcloud 17 compatibility fixes
spreed -

Published by nickvergessen about 5 years ago

Fixed

  • Load newest chat messages first on joining a conversation #2206
  • Unify handling of guest avatars #2203
  • Unify the lobby screen with the mobile clients #2201
  • Allow to mention the conversation by its name additionally to "all" #2198
  • Show a call summary for calls when there was no user #2177
spreed - v7.0.0 beta1

Published by nickvergessen about 5 years ago

Added

  • Added a simple Lobby: moderators can join and prepare a call/meeting while users and guests can not join yet #1926
  • Allow to mention guest users #1974
  • Added a voice level indicator and notify the user when they speak while they are muted #2016
  • Change the read marker to work based on the message ID and allow clients to set it manually #1214
  • Prepare the backend for replies to messages so the clients can implement it #2000
  • Update SimpleWebRTC to the latest version

Changed

  • You can now escape commands to show them to your chat partners by prepending a second slash (e.g. //help) #1919
  • One-to-one conversations are now only deleted if both users leave the conversation #1921
  • Use the guests name in notifications instead of the anonymous "A guest" string #2104

Fixed

  • Allow to have file based calls in folders mounted by the groupfolders app #2012
  • Only list participants who joined the call in the call summary #2012
  • Participants in the participant list now offer the contacts menu #1822
  • Better UI feedback while moderator actions are performed #2117
  • Make sure the external signaling server is informed about the new state changes (read-only, lobby, etc.) #2103
  • Enable camera and microphone access in the Nextcloud 17 feature policy #2073
  • Multiple Nextcloud 17 compatibility fixes
spreed -

Published by nickvergessen about 5 years ago

Fixed

  • Audio missing in chromium when enabling video until a video is received #2058
  • Correctly handle password public conversations in projects #2057
  • Update the nextcloud-vue-collections library for better projects handling #2054
  • Fix pending reconnections after WebSocket is reconnected #2033
spreed -

Published by nickvergessen about 5 years ago

6.0.3 – 2019-07-22

Changed

  • Chat messages can now be longer than 1.000 characters #1901
  • Users matching the autocomplete at the beginning of their name are now sorted to the top #1968
  • Only strings starting with http:// or https:// are now made clickable as links #1965

Fixed

  • Fix layout issues of the chat on the share authentication page #1901
  • Fix issues with calls when a user logs out while being in a call #1947
  • Fix a problem when joining a public conversation as a non-invited logged-in user #1914
  • Fix missing tooltip with full date on timestamp for the first message of a user in a grouped block #1914
  • Commands based on the Symfony Command component can now provide a useful help message #1901
spreed -

Published by nickvergessen over 5 years ago

Fixed

  • Fix message list not reloaded after switching tabs in the sidebar #1867
  • Show warning when browser silently fails to get user media #1874
  • Fix view for participants without streams #1873
  • Fix forced reconnection with external signaling #1850
  • Do not send volume datachannel message #1849
spreed -

Published by nickvergessen over 5 years ago

Fixed

  • Fix message list not reloaded after switching tabs in the sidebar #1867
  • Fix multiple issues related to screensharing #1762 #1754 #1746
spreed -

Published by nickvergessen over 5 years ago

Changed

  • Do not send black video by default in bigger calls #1830 #1827
  • Improve the grouping of chat messages so more fit on the screen #1826

Fixed

  • Fix password protected conversations #1775
  • Fix chat not automatically loading new messages after a command was used with the external signaling server #1808
  • Fix screensharing for users not in the call #1753
  • Conversation list does not update with read/unread status using the external signaling server #1431
spreed -

Published by nickvergessen over 5 years ago

Added

  • Administrators can now define commands which can be used in the chat. See commands.md for more information. You can install some sample commands via the console. #1453 #1662
  • There is now a "Talk updates" conversation which will help the user to discover some features #1616 #1662
  • @all mentions all participants in the conversation #1531
  • Allow to get the last sent message again with arrow-up #1520
  • Conversations can be added to the new Nextcloud 16 projects #1611 #1663
  • Conversations associated to files now have a link to the file #1387
  • The Talk app can now be restricted to a group of users in the Talk administration settings #1585
  • Show a warning when a call has many participants and no external signaling server is used #1649
  • Added an easy-to-find option to copy the link of a conversation #1670

Changed

  • One-to-one conversations are now persistent and can not be turned into group conversations by accident. Also when one of the participants leaves the conversation, the conversation is not automatically deleted anymore. #1591 #1588
  • Conversations must have a name now #1567

Fixed

  • Fix multiple race-conditions that could interrupt connections, end calls or prevent connections between single participants #1522 #1533 #1534 #1549
  • Use better icons when a file without preview or a folder is shared into the chat #1601
  • Prevent issues when two participants share their screens #1571
  • Correctly remember last media state when reloading in a call #1548 #5174
  • Do not show conversation names and other details if the user is not a participant #1426 #1496 #1502
  • Fixed an issue when a link was posted into the chat at the end of a line #1666
spreed - v6.0.0-RC2

Published by nickvergessen over 5 years ago

Added

  • Administrators can now define commands which can be used in the chat. See commands.md for more information. You can install some sample commands via the console. #1453 #1662
  • There is now a "Talk updates" conversation which will help the user to discover some features #1616 #1662
  • @all mentions all participants in the conversation #1531
  • Allow to get the last sent message again with arrow-up #1520
  • Conversations can be added to the new Nextcloud 16 projects #1611 #1663
  • Conversations associated to files now have a link to the file #1387
  • The Talk app can now be restricted to a group of users in the Talk administration settings #1585
  • Show a warning when a call has many participants and no external signaling server is used #1649
  • Added an easy-to-find option to copy the link of a conversation #1670

Changed

  • One-to-one conversations are now persistent and can not be turned into group conversations by accident. Also when one of the participants leaves the conversation, the conversation is not automatically deleted anymore. #1591 #1588
  • Conversations must have a name now #1567

Fixed

  • Fix multiple race-conditions that could interrupt connections, end calls or prevent connections between single participants #1522 #1533 #1534 #1549
  • Use better icons when a file without preview or a folder is shared into the chat #1601
  • Prevent issues when two participants share their screens #1571
  • Correctly remember last media state when reloading in a call #1548 #5174
  • Do not show conversation names and other details if the user is not a participant #1426 #1496 #1502
  • Fixed an issue when a link was posted into the chat at the end of a line #1666
spreed -

Published by nickvergessen over 5 years ago

spreed -

Published by nickvergessen over 5 years ago

Changed

  • Remove some conversation informations for non-participants #1518

Fixed

  • Fix duplicated call summary message when multiple people leave at the same time #1599
  • Allow multiline text insertion in chrome-based browsers #1579
  • Fix multiple race-conditions that could interrupt connections, end calls or prevent connections between single participants #1523 #1542 #1543
  • Enable "Plan B" for chrome/chromium for better MCU support #1613
  • Delay signaling messages when the socket is not yet opened #1551
  • Correctly readd the default STUN server on empty values #1501
spreed -

Published by nickvergessen over 5 years ago

4.0.4 – 2019-04-11

Fixed

  • Enable "Plan B" for chrome/chromium for better MCU support #1614
  • Delay signaling messages when the socket is not yet opened #1552
spreed - v6.0.0-beta.1

Published by nickvergessen over 5 years ago

Added

  • Administrators can now define commands which can be used in the chat. See commands.md for more information #1453
  • @all mentions all participants in the conversation #1531
  • Allow to get the last sent message again with arrow-up #1520
  • Conversations associated to files now have a link to the file #1387
  • The Talk app can now be restricted to a group of users in the Talk administration settings #1585
  • Show a warning when a call has many participants and no external signaling server is used #1649

Changed

  • One-to-one conversations are now persistent and can not be turned into group conversations by accident. Also when one of the participants leaves the conversation, the conversation is not automatically deleted anymore. #1591 #1588
  • Conversations must have a name now #1567

Fixed

  • Fix multiple race-conditions that could interrupt connections, end calls or prevent connections between single participants #1522 #1533 #1534 #1549
  • Use better icons when a file without preview or a folder is shared into the chat #1601
  • Prevent issues when two participants share their screens #1571
  • Correctly remember last media state when reloading in a call #1548 #5174
  • Do not show conversation names and other details if the user is not a participant #1426 #1496 #1502
spreed -

Published by nickvergessen over 5 years ago

Changed

  • Show autocompletion as soon as "@" is typed #1483

Fixed

  • Fix parse error on PHP 7.0 #1493
  • Add global Content Security Policy for signaling servers #1462
  • Shared file messages show the name of the file as seen by the owner instead of by the current user #1487
  • Multiple fixes for dark-theme #1494 #1472 #1486
  • Do not show room names when the user is not part of it #1497 #1495
  • Fix page title not updated when room name is updated #1468
  • Reduce the number of loaded JS and CSS files #1491
  • Always use white icons for conversation images (also in dark-theme) #1463
  • Fix submit button in public share authentication page #1481
spreed -

Published by nickvergessen over 5 years ago

Fixed

  • Do not show room names when the user is not part of it
    #1498
  • Fix mentions when adding multiple directly after each other
    #1393
  • Load more messages after loading the first batch when entering a room
    #1402
  • Pass empty list of session ids when notifying about removed guests to avoid errors
    #1414
spreed -

Published by nickvergessen over 5 years ago

Fixed

  • Fix mentions when adding multiple directly after each other
    #1394
  • Load more messages after loading the first batch when entering a room
    #1403
spreed -

Published by nickvergessen over 5 years ago

Changed

  • Add a hook so the external signaling can set participant data #1418

Fixed

  • Fix dark theme for better accessibility #1451
  • Correctly mark notifications as resolved when you join the room directly #1436
  • Fix history back and forth in Talk and the Files app #1456
  • Favorite icon has grey avatar shadow #1419
Badges
Extracted from project README
REUSE status
Related Projects