nextcloud / nextcloud/contacts

Hide "Allow updating avatars from social media" when internet access is disabled

Open
#2,914 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage design enhancement
Dominant language
JavaScript
Stars
642
Forks
220
Avg merge
14h 39m
Merged PRs (30d)
51

Description

Is your feature request related to a problem? Please describe.

If system has connection to internet disabled by admin, syncing data with social services should be disabled too.

Describe the solution you'd like

Consider hiding Allow updating avatars from social media option in admin settings > Groupware > Calendar if has_internet_connection is false in config.php for cleaner UI.

PR https://github.com/nextcloud/contacts/pull/2913 already disables cron job and user setting in such scenario.

Describe alternatives you've considered

No response

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the admin settings under Groupware > Calendar and trace the "Allow updating avatars from social media" option, then inspect how the app reads has_internet_connection from config.php. Done means the option is hidden when internet access is disabled while remaining available when it is enabled; check existing handling referenced by nextcloud/contacts#2913 for consistency.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.