owncloud / owncloud/configreport

Disable daily transmission of config report without internet connection

Open
#207 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
3
Forks
3
Avg merge
16h 34m
Merged PRs (30d)
1

Description

Looks #197 is sending the report daily even if has_internet_connection is set to false in the config.php.

The app code could be updated to do the same like done in owncloud/core#41262 or am i wrong?

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 by reading config.php and tracing how has_internet_connection is used when the daily report is sent. Compare the intended behavior with owncloud/core#41262; done means the report is not transmitted when the setting is false, while normal transmission remains unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.