nextcloud / nextcloud/contacts
Hide "Allow updating avatars from social media" when internet access is disabled
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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