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-06-14Merge pull request #5646 from nextcloud/talkbuchetJoas Schilling
Initial Talkbuchet version
2021-06-14Replace password with apptokenJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-14Add helper functionsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-14Catch the exception on creating the signaling connectionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-14Add support for trickle candidates.Joachim Bauch
This is option "full_trickle" in Janus. Signed-off-by: Joachim Bauch <bauch@struktur.de>
2021-06-14Simplify configurationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-14First define all things before starting to call functionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-14Move config values to the topJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-14Define closeConnections() before starting siegeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-14Initial Talkbuchet versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-14Add system messages for group attendeesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-11Add capability for "publishing-permissions"Daniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-11Add API documentation for the publishing permissions propertyDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-10Add voice message capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-08Remove email and circles as well from chat actor typesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-07Remove groups from actor type for chat messages in docVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-07Merge pull request #5717 from nextcloud/bugfix/noid/circles-tooVincent Petry
Document circles too
2021-06-07Document circles tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-07Add endpoint to update the call flagsDaniel Calviño Sánchez
The call flags are updated when joining and leaving a call. However, during a call the audio and video devices can be disabled without needing a reconnection, so an endpoint to just update the call flags is also needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-07Update API docs index.md links + extra constantsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-31Merge pull request #5616 from ↵Joas Schilling
nextcloud/feature/1576/allow-to-specify-meta-data-on-a-share Allow to specify meta-data for sharing
2021-05-27Allow to specify meta-data for shares into a talk conversationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-25Add missing documentation for capabilitiesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-21l10n: Spelling unificationValdnet
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-19Remove previous versions for signaling endpointsDaniel Calviño Sánchez
The mobile apps will need to adjust to the new version (note that only the signaling settings endpoint actually changed), but they will not be compatible with Talk < 12 anyway due to the changes in the conversation endpoints. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-05-19Unify STUN and TURN server URLsDaniel Calviño Sánchez
The "stunservers" parameter was a list of several elements each one with a "url" parameter, which was a string. Now the "stunservers" parameter is a list of several elements (although in practice there will be just one) each one with a "urls" parameter, which is a list of strings. The "turnservers" parameter was a list of several elements each one with a "url" parameter and a "urls" parameter, which were both a list of a single string. Now the "turnservers" parameter is a list of several elements each one with a "urls" parameter, which is a list of strings. Each element of "turnservers" contain too "username" and "credential" parameters that apply to all the elements in the "urls" parameter. The format resembles the RTCIceServer format, so the returned values can be directly used by the WebUI like done until now. Mobile clients will need to be adjusted, though. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-05-10Add geo-location-sharing capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-07Add versions to API docs (sorry for cleaning up)Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-07Remove the description from the system messageJoas Schilling
Looked a bit too weird in some clients with multiline descriptions and the quotes Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-06Update list of system messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-14Remove participant list API's sessionIdVincent Petry
The sessionId is now removed from the participant list API response in favor of the sessionIds array. The frontend code has been adjusted to accomodate for the new structure. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-14Expose session ids as array in participants APIVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-08Remove old API version handlingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Add conversation-v4 capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Don't load session on getRoomsForUser when not neededJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-22Adjust screenshotingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-19Add changelog for 11.1.0Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-18Sort by isFavorite and lastActivity instead of lastPingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-17Fix API documentationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-16Merge pull request #5186 from nextcloud/techdebt/noid/screenshot-modeJoas Schilling
Add a screenshot mode with images and fake audio/video states
2021-02-16Add a screenshot mode with images and fake audio/video statesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-16Add docs and capability for callFlag of conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Add documentation and capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Prevent deleting system messages and sharesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Add docs and restrict deleting to non-lobby and read-write chatsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Post a system message when deleting a messageJoas 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>