-
Notifications
You must be signed in to change notification settings - Fork 436
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
fix(AdminSettings): migrate to NcSettingsSection #12840
base: main
Are you sure you want to change the base?
Conversation
125a534
to
702f3b7
Compare
class="federation" | ||
:name="t('spreed', 'Federation')" | ||
doc-url="https://docs.nextcloud.com/server/latest/user_manual/en/talk/advanced_features.html#federated-conversation"> | ||
<!-- <small>{{ t('spreed', 'Beta') }}</small> --> |
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.
Add to name then?
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.
Then it loses all the "badge" styles
class="matterbridge" | ||
:name="t('spreed', 'Matterbridge integration')" | ||
doc-url="https://nextcloud-talk.readthedocs.io/en/latest/matterbridge/"> | ||
<!-- <small>{{ t('spreed', 'Beta') }}</small> --> |
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.
🙈
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 features:
- BETA badge
Requires some adjustments on NcSettingsSection
😶
Signed-off-by: Grigorii K. Shartsev <[email protected]>
702f3b7
to
6e5ca59
Compare
<NcSettingsSection id="stun_server" | ||
:name="t('spreed', 'STUN servers')" | ||
:description="t('spreed', 'A STUN server is used to determine the public IP address of participants behind a router.')" | ||
doc-url="https://nextcloud-talk.readthedocs.io/en/latest/TURN/"> |
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.
stun is not turn?
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.
It is not, but on the TURN page (the "configuration/overview" page) there is a small paragraph describing what is STUN and when it is necessary.
- Talk tries to establish a direct peer-to-peer (P2P) connection, thus on connections beyond the local network (behind a NAT or router), clients do not only need to know each other's public IP, but the participants local IPs as well. Processing this, is the job of a STUN server. As there is one preconfigured for Nextcloud Talk that is operated by Nextcloud GmbH, for this case nothing else needs to be done.
Better to link to a Wiki article directly?
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.
I would say either it should be a useful installation/setup/configuration manual or we don't add a link
☑️ Resolves
NcSettingsSection
for design consistencyBETA
badge🖌️ UI Checklist
🖼️ Screenshots / Screencasts
🏁 Checklist