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-09-20Add a counter for the direct mentionsJoas Schilling
This allows the UI can show the user bubble depending on user vs. all mentions Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Add system messages for circlesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-20Update TURN server documentationBjörn Schießle
Update the TURN server documentation with some additional useful information how to check if the TRUN server is setup correctly and reachable from the outside. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2021-07-15Merge pull request #5667 from nextcloud/enh/noid/matterbridge-set-namesJoas Schilling
Show name for bridged messages
2021-07-15Add capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-14Add `bridged` actor type to documentationGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-09Add "missed call" notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-07Change system message stringJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-07Remove shares and fix the message markersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-07Clear historyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-21Add documentation for status flagsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-19…also in conversation.mdblizzz
2021-06-19fix cell of publishingPermissions descriptionblizzz
2021-06-18Merge pull request #5788 from ↵Joas Schilling
nextcloud/add-tls-setup-details-and-talk-12-changes-to-turn-server-documentation Add TLS, setup details and Talk 12 changes to TURN server documentation
2021-06-17Add information about changes in Talk 12Daniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-17Add details about "external-ip" parameterDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-17Add section about disabling UDP or TCP protocolsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-17Add explanation about why TURN server is needed with the HPBDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-17Add section about configuring the TURN server on internal networksDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-17Add documentation about TLS connectionsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-17Add section about running coTURN on privileged portsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
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>