]> source.dussan.org Git - nextcloud-server.git/commit
Add dedicated API for apps' bootstrapping process
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 7 May 2020 19:10:30 +0000 (21:10 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 17 Jun 2020 07:22:21 +0000 (09:22 +0200)
commit69571fb536c7ad231ea4e5d350f8112a5923c6e1
treeafcf6f455248ef99fcb2ee0f315e4b5db8ba8a59
parentd1b03f5adf6d3371339bbcc3c7bfb8a5e2614789
Add dedicated API for apps' bootstrapping process

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
14 files changed:
apps/twofactor_backupcodes/lib/AppInfo/Application.php
lib/base.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/AppFramework/Bootstrap/BootContext.php [new file with mode: 0644]
lib/private/AppFramework/Bootstrap/Coordinator.php [new file with mode: 0644]
lib/private/AppFramework/Bootstrap/RegistrationContext.php [new file with mode: 0644]
lib/private/legacy/OC_App.php
lib/public/AppFramework/Bootstrap/IBootContext.php [new file with mode: 0644]
lib/public/AppFramework/Bootstrap/IBootstrap.php [new file with mode: 0644]
lib/public/AppFramework/Bootstrap/IRegistrationContext.php [new file with mode: 0644]
tests/lib/AppFramework/Bootstrap/BootContextTest.php [new file with mode: 0644]
tests/lib/AppFramework/Bootstrap/CoordinatorTest.php [new file with mode: 0644]
tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php [new file with mode: 0644]