]> source.dussan.org Git - nextcloud-server.git/commit
Move preview provider registration to bootstrap 23171/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sun, 4 Oct 2020 12:41:08 +0000 (14:41 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 21 Oct 2021 08:35:18 +0000 (10:35 +0200)
commit8bc25e33243a914a44e86ef4ba060ab6a8bd3237
tree299537ccec1a02f20e7de6119a0d2325865ab79f
parent732a05716719dfcb866ba14863500cfb357fe543
Move preview provider registration to bootstrap

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/AppFramework/Bootstrap/PreviewProviderRegistration.php [new file with mode: 0644]
lib/private/AppFramework/Bootstrap/RegistrationContext.php
lib/private/PreviewManager.php
lib/private/Server.php
lib/public/AppFramework/Bootstrap/IRegistrationContext.php
lib/public/IPreview.php