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
2022-10-17Update grid view screenshotsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-17Fix screenshot mode for the gridviewJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22Merge pull request #7924 from nextcloud/fix-room-lengthJoas Schilling
Fix room length to make compatible with database length
2022-09-22Adjust documentationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-21Update "Enabled or disable SIP dial-in" documentation.Ivan Sein
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2022-09-20Restrict polls from one-to-one chatsbugfix/7934/restrict-polls-from-one-to-one-chatsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-26Don't allow to close polls twicebugfix/noid/dont-allow-to-close-polls-twiceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18Expose message expiration for chat message objectsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-12Merge pull request #7472 from nextcloud/jwt-authJoas Schilling
Implement JWT auth for signaling connections (hello v2)
2022-08-09Fix table formatingVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-08-04Document "hello-v2-token-key" capability.jwt-authJoachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2022-08-03Document "helloAuthParams" in signaling settings.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2022-07-25Merge pull request #7624 from nextcloud/aaronsegura-patch-1Joas Schilling
[Documentation] Set proper header for requesting JSON response
2022-07-22Set proper header for requesting JSON responseaaronsegura-patch-1Aaron Segura
Signed-off-by: Aaron Segura <aaron@aaronsegura.com>
2022-07-22Fix issues mentioned in the polls reviewJoas Schilling
* Question is limited to 32k chars (not multibyte save, so an emoji is 3-4 chars) * Json encoded options array is limited to 60k chars (not multibyte save, so an emoji is 3-4 chars) * Options on creation are now validated to be strings * Options array on creating needs to be at least 2 strings long * Options on voting are now validated to be integers * System messages `poll_voted` do not contain the actor anymore to be okay with the hidden result mode Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-04Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-03Update iOS requirementsSystemKeeper-patch-1SystemKeeper
Since https://github.com/nextcloud/talk-ios/pull/736 talk-ios targets iOS 12 as minimum iOS version. Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2022-07-01Add json noteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Better document arraysJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix table structures so IDEs stop complaining even though it is valid markdownJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Adjust language handling in the system messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Rename textVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-01Add system message in chat.mdVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Rename message expire to expire dateVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Rename more ttl to message-expireVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Rename time to live to message expireVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Rename ttl to message expireVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30DocumentationVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Merge pull request #7473 from nextcloud/feature/3089/password-policyJoas Schilling
Implement password policy checker
2022-06-29Fix the array structure of "voted" attribute with PHP json_encodebugfix/noid/fix-array-structureJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-29Document poll system messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-29Implement password policy checkerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-21Add real participant modeadd-cli-to-run-talkbuchetDaniel Calviño Sánchez
The real participant mode is specific to Talkbuchet CLI and intended only for development. This mode does not use Talkbuchet.js at all, and just uses the real Talk app in the Nextcloud server to join the room and, optionally, the call with a real participant. Although it would provide the most accurate results in most cases it is not suitable for load tests of the server or other clients, as the use of real participants limits the number of participants that can be created by the system running the CLI without saturating the CPU (unless a remote Selenium server with plenty of available sessions is used). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-21Expose connections and virtual participants to CLIDaniel Calviño Sánchez
The variables need to be exposed through a function, as the CLI has to copy the elements defined by Talkbuchet.js to the global scope when loading it, but if a variable is later overwritten the copied one would not reflect it. Note that CLI does not directly use the exposed publishers, subscribers and virtual participants; they are just exposed in case they need to be used by custom scripts. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-21Add support for virtual participant mode to CLIDaniel Calviño Sánchez
Siege and virtual participant modes are independent one from the other, so at any given time the CLI only provides the global functions that belong to the mode currently active. By default the CLI starts in siege mode. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Extract code specific to siege modeDaniel Calviño Sánchez
In order to add support for the virtual participant mode in a following commit the Talkbuchet wrapper class was split in a base class with the common code and a subclass with the code specific to siege mode. Similarly, the global helper functions were also split between the common ones and the siege specific ones, which will only be defined when "switchToSiegeMode()" is called (done by default). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Add virtual participant modeDaniel Calviño Sánchez
In the virtual participant mode Talkbuchet can be used to add participants to a call and thus perform load test in clients. Virtual participants require much less resources than real participants in the system running Talkbuchet, so it makes possible to add a lot more participants than what would be possible with real participants. Note, however, that a single browser can run just a single virtual participant. Therefore, virtual participants are recommended to be used through the CLI (the support will be introduced in a following commit). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Add helper methods to join calls and leave calls and roomsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Take credentials into account when joining a roomDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Wait until the room is joined in the HPB before returningDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Remove half-working code related to sieges with guest usersDaniel Calviño Sánchez
Automatically joining the room after getting the "hello" message is needed only for guest users. However, sieges as guest users are not possible, as joining the room a second time from the same browser causes the first guest to be unregistered. Due to this the code to automatically join the room is removed. The method to join the room, however, is kept, as it will be used by the "Virtual participant" mode to be introduced in a later commit. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Show hint about settings when subscribers are not allowed to connectDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Add helper functions to print connection statsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Print connection ID when checking themDaniel Calviño Sánchez
This makes possible to identify which connection has a problem and further investigate it if desired. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Print progress while starting the connections of a siegeDaniel Calviño Sánchez
Starting tens or hundreds of connections may take a while, so the progress is now printed to prevent the user from wondering if it is working or not. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Nullify stream when starting media againDaniel Calviño Sánchez
This ensures that if media can not be started again for some reason (for example, if neither audio nor video are now enabled) the old stream will not be kept. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Guard against null streamsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Fix configured warning timeout not honoured when starting a siegeDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Find default browser in Talkbuchet CLIDaniel Calviño Sánchez
When Talkbuchet CLI is executed through the Talkbuchet runner the browser available in the Docker image is automatically found, thus removing the need to explicitly set it. If Talkbuchet CLI is executed by other means, or if a remote Selenium server is used, the browser still needs to be explicitly set. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-20Add support for Firefox in Talkbuchet runnerDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>