]> source.dussan.org Git - nextcloud-server.git/commit
Introduced app enable/disable/update typed events 35677/head
authorThomas Citharel <tcit@tcit.fr>
Thu, 8 Dec 2022 09:55:19 +0000 (10:55 +0100)
committerThomas Citharel <tcit@tcit.fr>
Mon, 13 Mar 2023 10:52:57 +0000 (11:52 +0100)
commitf1751c44286930ea4ef41b046cdc4570330ee301
treed5e403dfc0ab94bcf73a0490edba8de0e5365150
parentade49e0b15e408bf00dd24f5641bd9a29a18f05c
Introduced app enable/disable/update typed events

OCP\App\ManagerEvent is depreciated since 22 without a replacement

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/App/AppManager.php
lib/private/Server.php
lib/private/legacy/OC_App.php
lib/public/App/Events/AppDisableEvent.php [new file with mode: 0644]
lib/public/App/Events/AppEnableEvent.php [new file with mode: 0644]
lib/public/App/Events/AppUpdateEvent.php [new file with mode: 0644]
tests/lib/App/AppManagerTest.php
tests/lib/AppTest.php