Jannik Stehle
Jannik Stehle
I updated the list above with the affected apps and PRs to make it work. Most of the pipelines won't succeed until the core PR is merged. `updater` is optional...
To understand the whole problem, I digged a bit into the whole app loading process. When loading (not updating!) an app, OC will use the latest app in the `apps_paths`...
> In that case, you have a situation where the core has a newer version of the app. Absolutely right. But it least for me, OC will still load the...
Yep, that matches with my findings. > If Jürgen's instance is still up and running, we could try to remove the line 514 and check if it fixes the problem....
> The inconsistency is there, but it doesn't seem to trigger the "update needed" in the web UI I'm also unable to reproduce the issue. However, maybe the affected instances...
Still, this is not solved by https://github.com/owncloud/core/pull/38309! As [Jan wrote in the ticket](https://github.com/owncloud/enterprise/issues/4012#issuecomment-762182731) he only improved one thing with his PR: > Add location information to the app:list command The...
I've spend so many hours trying to reproduce the original issue, still no luck. The fix in https://github.com/owncloud/core/pull/39108 makes total sense though. So if nobody can provide clear steps to...
This does not only happen with external storages, but also with internal ones. I'm not sure about the expected behavior, I think this is okay actually. @pmaier1 could you please...
> do we leave this for now, and investigate after 10.9.0? Or? I would say so, yes. Let's focus on simple and test/dev-related changes during the next weeks. 10.9 already...
> a) the web appswitcher should set the user's defaultapp to files, when the user switches to classic UI. That would fix the third item. We can implement that easily....