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

Update notification shows warning for non-app store app #12475

Closed
MorrisJobke opened this issue Nov 15, 2018 · 7 comments · Fixed by #36486
Closed

Update notification shows warning for non-app store app #12475

MorrisJobke opened this issue Nov 15, 2018 · 7 comments · Fixed by #36486
Assignees
Labels

Comments

@MorrisJobke
Copy link
Member

  • having an app installed, that is not in the appstore or where the appstore doesn't deliver the latest version
  • this app has following dependency:
<dependencies>
	<nextcloud min-version="14" max-version="15" />
</dependencies>
  • having Nextcloud 14 installed
  • change to beta channel to get the update notification for 15
  • expected: if the app has max version of 15 at least it is not listed in the section "apps missing updates"
  • actual: it is listed in "apps missing updates"

cc @nickvergessen

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #4663 (Update with disabled app store), #977 (No Notification of app-Update when Update is incombatible ), #5188 (No update shown), #4018 (App Store not loading), and #5627 (Broken app update notification).

@nickvergessen nickvergessen self-assigned this Nov 15, 2018
@skjnldsv skjnldsv added the 0. Needs triage Pending check for reproducibility or if it fits our roadmap label Jun 12, 2019
@rullzer rullzer removed this from the Nextcloud 16.0.5 milestone Sep 26, 2019
@skjnldsv
Copy link
Member

Still happening?

@ghost
Copy link

ghost commented May 10, 2020

This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions.

@ghost ghost added the stale Ticket or PR with no recent activity label May 10, 2020
@MorrisJobke
Copy link
Member Author

Still happening?

Yep.

@ghost ghost removed the stale Ticket or PR with no recent activity label May 12, 2020
@MorrisJobke MorrisJobke added 1. to develop Accepted and waiting to be taken care of and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap needs info labels May 12, 2020
@nickvergessen
Copy link
Member

Throw here in place 1 instead of returning false and add a catch around place 2:

return false;

$update = $this->isUpdateAvailable($app);
if ($update !== false) {
$this->createNotifications($app, $update);
}

@szaimen
Copy link
Contributor

szaimen commented Jan 9, 2023

Hi, please update to 24.0.8 or better 25.0.2 and report back if it fixes the issue. Thank you!

@szaimen szaimen added needs info 0. Needs triage Pending check for reproducibility or if it fits our roadmap and removed 1. to develop Accepted and waiting to be taken care of labels Jan 9, 2023
@nickvergessen
Copy link
Member

Still happening

@nickvergessen nickvergessen added 1. to develop Accepted and waiting to be taken care of 26-feedback and removed needs info 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants