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/docs
AgeCommit message (Collapse)Author
2021-02-22Add changelog for 11.1.0Joas 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-19Add documentation and capabilityJoas 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-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-19Post a system message when deleting a messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-16Add a screenshot mode with images and fake audio/video statesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.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-29Allow resending invitation emailsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-18Merge pull request #4771 from nextcloud/enh/noid/listable-wordingJoas Schilling
Updated wording for conversation visibility
2021-01-14Send Nextcloud session id too when a participant joins a callDaniel Calviño Sánchez
When the internal signaling server is used the Nextcloud session id and the signaling session id are the same. However, if the external signaling server is used they are different. Signaling messages for participants in calls (like joining the call, muting and so on) are identified only by their signaling session id, so when the external signaling server is used it was not possible to associate participants in calls with the participant information provided by the Nextcloud server. However, when a participant joins a call her client notifies the Nextcloud server (either directly or, in the case of SIP clients, through the signaling server). The Nextcloud server then notifies the signaling server which, in turn, notifies all the clients. When Nextcloud notifies the signaling server the participant is identified with the Nextcloud session id, and the signaling server then replaces that with the signaling session id before relaying the message to the clients. Due to this when a participant joins (or leaves) a call now the Nextcloud session id is sent too in an extra property. This property is not adjusted by the external signaling server, so the clients receive both the signaling session id and the Nextcloud session id and thus are able to map them. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-01-14Update wording to open and limited conversationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-14Updated wording and interaction for conversation accessibilityVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-04Add capability for room descriptionsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-23Add conversation-v3 capability for API v3Vincent Petry
Added capability to signal the existence of the v3 API. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-16Raise hand call actionVincent Petry
Added hand and hand-off icons (need better fitting ones later). Added "raise-hand" capability. Broadcast "raisedHand" message through signaling and update the icons accordingly. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-15Merge pull request #4762 from ↵Vincent Petry
nextcloud/bugfix/noid/allow-to-respond-with-modified-common-read-value Allow to respond with modified common read value on "not modified" messages
2020-12-15Allow to respond with modified common read value on "not modified" messagesJoas Schilling
We need to set the status code to 200 when the header is modified, because as per "section 10.3.5 of RFC 2616" entity headers shall be stripped out on 304: https://stackoverflow.com/a/17822709 This means the header would not be sent to the clients at all, so they wouldn't update the read marker when idling in the chat. For the web interface this is not needed, as we update the info every 30 seconds with the conversation list refresh and can therefor save the query Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-14Add a capability for the phonebook searchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-14Merge pull request #4706 from nextcloud/enh/1763/listable-roomsVincent Petry
Add listable scope attribute for conversations
2020-12-14Document read-status privacy settingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-14Adjusted listable docs + increased versionVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Changed wording to say visible instead of listableVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Cleanup listed room code after reviewVincent Petry
Remove EVENT_BEFORE_LISTED_ROOMS_GET. Added some comments. Removed 503 check in JS search call. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Apply suggestions from code review of listable rooms featureVincent Petry
Always join as USER when joining group or public room Allow nulls for Oracle Changes after review Removed populateBaseRoomData and reused the existing code by adding an extra condition for when querying listable rooms with null participant. Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Adjustments for listable rooms after reviewVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Adjust approach for search results for listable roomsVincent Petry
Added "/listable-room" endpoint for listing listable rooms with a similar result format like the "/room" endpoint. Switched left sidebar to use Conversation components for displaying results. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Add listable flags attribute for conversationsVincent Petry
Added ability to set a conversation as listable for regular users and/or guest users from the guest app. This only implements the flag, endpoint and UI to manage it but not yet making it appear in search results. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-10Add a capability for the chat-read-status and the user settingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Add the last common read message id as header on chat requests and to the ↵Joas Schilling
conversation list Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Interact with integers so we can match it better in queriesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-08Return raw description also when getting the conversation listDaniel Calviño Sánchez
As the description length is limited and the response for the conversation list endpoint is gzip compressed the hash does not provide too much of a reduction, but introduces a more complex logic in the clients. Due to all this, for simplicity now the raw description is also returned when getting the conversation list. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-08Add documentation for the description endpointDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-30Expose the dial-in information to clientsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30Add docs and capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-24Fix owner being able to add more users to a password request roomDaniel Calviño Sánchez
Only the owner and another participant will be allowed to join a password request room, so there is no point in being able to add more participants to those rooms. Although throwing the exception in the listener is enough to prevent adding the participants unhandled exceptions in the endpoint are returned as error 404, but the expected error would be 400. To minimize conflicts with other pull requests and backports it is explicitly checked if the room is a password request room instead of refactoring the code to handle the exception. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-10-30Update the docs a bitJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add an endpoint to validate a PIN for a given conversationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-28Make max GIF size configurableVincent Petry
Added app setting and capability "max-gif-size". Added new import for @nextcloud/capabilities. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2020-09-25Small fixes for Matterbridge documentationGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-09-07Improve documentation a bitJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-07put doc in integrated rtdJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-09-03Add differences between Firefox and Chromium when testing TURNDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-03Add note about "total-quota" parameterDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-03Add coTURN version recommendationDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-08-05Add docs about statusJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>