Revert "Dispatch upgradeAppStoreApps event"#27729
Conversation
|
Hmm, might as well cleanup the remaining unneeded code. |
| OC_App::disable($app); | ||
| $disabledApps[]= $app; | ||
| $this->emit('\OC\Updater', 'incompatibleAppDisabled', [$app]); | ||
| continue; |
|
If we revert this it seems some of the workflow will change, so might need a full retest of the update code. |
|
@VicDeo can you finish this for 10.0.1 ? Seems we'll need to keep some logic. |
|
@VicDeo please finish this if applicable, else close |
|
@PVince81 @DeepDiver1975 do we need auto disable as a last line of defence? |
|
UnresolvableWord: |
|
@PVince81 oh. it should sound like |
|
@VicDeo auto-disable on update ? I think we removed that... currently the only auto-disable that's left is if the app throws an exception in app.php, and that's during app load, not install |
|
@PVince81 not exactly. Another story that reaching this point is blocked by repair step. |
|
ah yes... incompatible apps... yes, let's disable these automatically |
|
moving to "planned" |
c851797 to
7ecab71
Compare
|
Rebased. |
|
@PVince81 I'm feeling like killing more code here. |
|
@VicDeo sounds good |
f76154d to
9014586
Compare
|
Rebased. Squashed. |
9014586 to
f46cb38
Compare
|
👍 apps are still properly fetched from the market |
|
@VicDeo please backport to stable10 |
|
Stable10: #29249 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Reverts #27648 and some cleanup for upgrade process.
As suggested in #27711 (comment)
@VicDeo