nextcloud/lib/private/AppFramework/Bootstrap
Arthur Schiwon 8c87c0bb28 load widgets only of enabled apps
- per design, all enabled apps have their registration run
- limitations, e.g. enabled by group, are not considered in that state,
  because we do not have a session (and might need apps?)
- before instantiation of widget it has to be checked whether the providing
  app is actually enabled for the logged in user.
- a public interface is being changed, but it is not meant to be
  implemented or used outside of the core handling. Therefore save to
  backport.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-27 15:11:50 +00:00
..
ARegistration.php Update php licenses 2021-06-04 22:02:41 +02:00
BootContext.php Update php licenses 2021-06-04 22:02:41 +02:00
Coordinator.php load widgets only of enabled apps 2022-07-27 15:11:50 +00:00
EventListenerRegistration.php Update php licenses 2021-06-04 22:02:41 +02:00
FunctionInjector.php Update php licenses 2021-06-04 22:02:41 +02:00
ParameterRegistration.php Update php licenses 2021-06-04 22:02:41 +02:00
PreviewProviderRegistration.php Move preview provider registration to bootstrap 2021-10-21 10:35:18 +02:00
RegistrationContext.php load widgets only of enabled apps 2022-07-27 15:11:50 +00:00
ServiceAliasRegistration.php Update php licenses 2021-06-04 22:02:41 +02:00
ServiceFactoryRegistration.php Update php licenses 2021-06-04 22:02:41 +02:00
ServiceRegistration.php Update php licenses 2021-06-04 22:02:41 +02:00