Skip to content
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

feat(federation): provide UI toggles in Admin settings for federation options #11594

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

Antreesy
Copy link
Contributor

@Antreesy Antreesy commented Feb 16, 2024

☑️ Resolves

🖌️ UI Checklist

🖼️ Screenshots / Screencasts

🏚️ Before 🏡 After
image image

🏁 Checklist


🛠️ API Checklist

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • 📘 API documentation in docs/ has been updated or is not required
  • 🔖 Capability is added or not needed

@Antreesy Antreesy added 3. to review feature: api 🛠️ OCS API for conversations, chats and participants feature: frontend 🖌️ "Web UI" client feature: federation 🌐 labels Feb 16, 2024
@Antreesy Antreesy added this to the 💞 Next Major (29) milestone Feb 16, 2024
@Antreesy Antreesy self-assigned this Feb 16, 2024
:disabled="loading"
type="switch"
@update:checked="saveFederationOnlyTrustedServersEnabled">
{{ t('spreed', 'Allow only federation with trusted servers') }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{ t('spreed', 'Allow only federation with trusted servers') }}
{{ t('spreed', 'Allow federation with trusted servers only') }}

🤔

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or maybe even

Suggested change
{{ t('spreed', 'Allow only federation with trusted servers') }}
{{ t('spreed', 'Only allow federation with trusted servers') }}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also in the option to enable federation it’s „Federation“ with a capital „F“. Guess we should keep it consistent either way

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I though of Federation as a feature in general, and federation as a single conversation.

Maybe Only allow to federate with trusted servers would be better here?

… options

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy Antreesy force-pushed the feat/11503/admin-settings-follow-up branch from 1e21d26 to d45bd04 Compare February 20, 2024 11:00
@Antreesy Antreesy enabled auto-merge February 20, 2024 11:01
@Antreesy Antreesy merged commit a0051d3 into main Feb 20, 2024
64 checks passed
@Antreesy Antreesy deleted the feat/11503/admin-settings-follow-up branch February 20, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review feature: api 🛠️ OCS API for conversations, chats and participants feature: federation 🌐 feature: frontend 🖌️ "Web UI" client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants