owncloud / owncloud/configreport
Disable daily transmission of config report without internet connection
Open
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
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 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