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
path: root/lib
AgeCommit message (Collapse)Author
2021-03-26Fix migration checking for unique constraint violationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-16Fix the background job checking the schemaJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-05Don't create an unused eventJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-05Always go through the wrapper functionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-04Don't allow to delete other persons chats in 1-1 chatsJakob Röhrl
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2021-02-23Try to catch the unique constraint violation on migrating the dataJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-20Merge pull request #5227 from nextcloud/backport/5213/stable21.1Joas Schilling
[stable21.1] Drop guest moderators when changing a conversation to group conversation
2021-02-20Drop guest moderators when changing a conversation to group conversationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-20Replace all message parameters and not only the last oneJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Add docs and capability for callFlag of conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Provide information for incoming call screensJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Add sharing deck card with a conversationVincent Petry
Added deck action for sharing/linking that uses the RoomSelector. Improved RoomSelector Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-19Add documentation and capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Allow to share RichObjects to chatsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Prevent deleting system messages and sharesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Don't allow replying to deleted messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Fix "you" for deleted chat messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Add docs and restrict deleting to non-lobby and read-write chatsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Check max age on deletingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Allow to know when deleting might not be sufficientJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Render deleted chat messages differentlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Post a system message when deleting a messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Add an endpoint to delete a messageJoas Schilling
For now it only creates a system message Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-12fix spelling of "most likely" in multiple filesAdam Monsen
Signed-off-by: Adam Monsen <haircut@gmail.com>
2021-02-12Make sure that collections scripts event is properly emittedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-02-12Show "Guest" instead of session hash for guestsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-06Add support for "turns:" schemeDaniel Calviño Sánchez
Until now no scheme could be configured to connect to the TURN server and "turn:" was used by default. The "turns:" scheme defines a connection over TLS, which in some cases is needed by clients behind a very restrictive firewall that only allows TLS connections. However, encrypted TURN connections also require a certificate to be set in the TURN server, which may not be always available. Moreover, encrypted TURN connections also require a domain. Due to all this now it is possible to set the TURN server scheme to "turn:", "turns:" or both, so the administrator can set the best suiting one. Already configured TURN servers that have no scheme configured yet defaults to "turn:" to keep the same behaviour as before. New configured TURN servers also default to "turn:", as "turns:" has some additional requirements as explained above. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-02-01Adjust invitation resending after reviewsVincent Petry
Remove userId legacy argument, only use attendeeId for resending. Remove "email" from wordings. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Joas Schilling <coding@schilljs.com>
2021-01-29Add participant action to resend email invitationVincent Petry
Allow moderators to resend email invitations to individual participants in the participant list's actions menu. Adjusted endpoints to work with attendeeId as it was needed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29Reword resendEmail to resendInvitation in APIsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29Allow specifying participant on email resend APIVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29Generate PIN for email guests when resending inviteVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29Allow resending invitation emailsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29Merge pull request #5036 from nextcloud/bugfix/4138/hide-upload-zero-quotaVincent Petry
Hide upload button with zero quota
2021-01-29Merge pull request #5040 from nextcloud/fix/missing-matterbridge-cfgJoas Schilling
Recreate matterbridge config file if missing when launching
2021-01-29Fix mentioning users with subnamesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-28Prevent duplicate call summariesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-28Hide upload button with zero quotaVincent Petry
Whenever a user has zero quota, for example like guest app users, don't display the upload button. The quota value is retrieved for the attachment folder. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-28refs #4776 recreate matterbridge config file if missing when launchingJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-01-27Add Changelog for 11Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-25Merge pull request #4985 from ↵Joas Schilling
nextcloud/replace-blur-with-average-color-in-video-backgrounds Replace blur with average color in video backgrounds
2021-01-21Initial state service is deprecatedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-21Merge pull request #4988 from nextcloud/bugfix/noid/undefined-index-userIdJoas Schilling
Fix "Undefined index: userId"
2021-01-21Replace blur with average color in video backgroundDaniel Calviño Sánchez
For simplicity, as discussed, instead of using a workaround to still show blurred backgrounds in Chromium despite its performance bug in some systems now the average color is used instead. Moreover, as the CSS blur filter only works reliably in Firefox any other browser (which now also includes Chromium-based browsers, like the new Edge) uses the average color for the backgrounds. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-01-21Fix "Call to undefined method OCA\\Talk\\Participant::getUser()"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-21Fix "Undefined index: userId"Joas Schilling
Regression from the participant rewrite Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-21Fix "Argument 1 passed to Room::getDisplayName() must be of the type string"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-19Merge pull request #4956 from ↵Vincent Petry
nextcloud/bugfix/noid/fix-display-names-with-sip-usres Fix display names with sip users
2021-01-18Merge pull request #4771 from nextcloud/enh/noid/listable-wordingJoas Schilling
Updated wording for conversation visibility