-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(talk): add user documentation for 35 features #15573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Antreesy
wants to merge
1
commit into
master
Choose a base branch
from
fix/noid/talk-35-user-docs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,13 +23,24 @@ Second, you can select a file from your Nextcloud Files or a file manager by cho | |
| :alt: Talk file selection panel showing available files to share in chat | ||
| :width: 600px | ||
|
|
||
| You can add more files until you are done and decide to share the files. You can also add a text caption to your shared files, providing a brief description or context. | ||
| You can add more files until you are done and decide to share the files. You can also add a text caption to your shared files, providing a brief description or context. When you share several files at once, they are combined into a single message in the chat instead of one message per file, keeping the conversation easier to follow. | ||
|
|
||
| .. TODO: update screenshot to show multiple files combined into one message | ||
| .. image:: images/talk-upload-files.png | ||
| :alt: Talk file upload queue before sending files in chat | ||
| :alt: Talk file upload queue with several files combined into one message before sending | ||
| :width: 500px | ||
|
|
||
| All users will be able to click the files to view, edit or download them, regardless of whether they have a Nextcloud account. Users with an account will have the file automatically shared with them while external guest users will get them shared as a public link. | ||
| Before you send the files, this staging area also lets you set options that apply to the upload. When you share | ||
| images, they use ``Standard image quality`` by default, which compresses them to save bandwidth and storage; switch | ||
| to ``Original image quality`` if you need to share the full-quality file. Depending on your instance, you can also | ||
| choose ``View-only for others`` (the default) or ``Editable by others`` for the shared files. | ||
|
|
||
| .. TODO: mock screenshot below, replace with a real capture once the feature ships | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Live now? |
||
| .. image:: images/talk-upload-files.png | ||
| :alt: Talk staging area showing the image compression and view-only/can-edit options | ||
| :width: 500px | ||
|
|
||
| All users will be able to click the files to view or download them, regardless of whether they have a Nextcloud account, and edit them if you allowed it. Users with an account will have the file automatically shared with them while external guest users will get them shared as a public link. | ||
|
|
||
| .. image:: images/editing-document-in-chat-room.png | ||
| :alt: Talk chat with a shared document that participants can open and edit | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -81,6 +81,18 @@ and whether you have ``Moderator`` permission for the conversation. | |||||||||
| If you are joining and the call is being recorded, you might be required to consent before being allowed to join. | ||||||||||
| For more information, see :ref:`Call recording <call-recording>`. | ||||||||||
|
|
||||||||||
| Restricting who can start a call (moderator) | ||||||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
|
|
||||||||||
| An administrator can limit who is allowed to start a call server-wide, to one of: everyone, users and moderators | ||||||||||
| only, moderators only, or nobody (calls disabled). An administrator can additionally restrict starting a call to | ||||||||||
|
Comment on lines
+87
to
+88
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| members of specific groups; when such groups are configured, only their members can start a call, and this also | ||||||||||
| applies to moderators, while guests and federated users can never be part of a group. | ||||||||||
|
|
||||||||||
| If you are not allowed to start a call, you can still join one already in progress, but you will not see the | ||||||||||
| ``Start call`` button. For conversations hosted on a federated server, the configuration of that server applies | ||||||||||
| instead. Ask your administrator to check the Talk admin settings if you need to start calls yourself. | ||||||||||
|
|
||||||||||
| Start the call | ||||||||||
| ^^^^^^^^^^^^^^ | ||||||||||
|
|
||||||||||
|
|
||||||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a new version of the screenshot?